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

[refactor] remove json_spirit dep (replace with UniValue) #602

Open
rikublock opened this issue Nov 12, 2021 · 0 comments
Open

[refactor] remove json_spirit dep (replace with UniValue) #602

rikublock opened this issue Nov 12, 2021 · 0 comments

Comments

@rikublock
Copy link
Collaborator

json_spirit was replaced with UniValue in bitcoin core v0.12.0, because it is more lightweight and reduces compile time.
Currently, Blocknet/xbridge uses a mix of both. This causes compatibility issues and makes it difficult to change/update certain sections in the code.

Any remaining usage of json_spirit should replaced with UniValue to resolve those issues.

@rikublock rikublock changed the title [refactor] remove the json_spirit dependency (replace with UniValue) [refactor] remove json_spirit dep (replace with UniValue) Nov 12, 2021
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

No branches or pull requests

1 participant