Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using deprecated methods from libjsoncpp #32

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

metalicjames
Copy link
Member

FastWriter and StyledWriter have been deprecated by upstream libjsoncpp. Switch to the recommended StreamWriterBuilder instead and manually specify our desired Json stringify style. For classes like Blockchain which keep a Storage poiner around all the time, we should refactor to uses a shared rather than static writer object to save time when writing Json to string.

FastWriter and StyledWriter have been deprecated by upstream libjsoncpp. Switch to the recommended StreamWriterBuilder instead and manually specify our desired Json stringify style. For classes like Blockchain which keep a Storage poiner around all the time, we should refactor to uses a shared rather than static writer object to save time when writing Json to string.
@metalicjames metalicjames merged commit 7c9ed50 into mit-dci:master Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant