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

Chore: Upgrade to version 0.4.0 of near-jsonrpc-client, and version 0.15.0 for nearcore libraries #210

Merged

Conversation

birchmd
Copy link
Contributor

@birchmd birchmd commented Oct 4, 2022

near-jsonrpc-client was officially released, so we do not need to depend on the -beta.0 version any more.

This upgrade is important because cargo thinks that 0.4.0-beta.0 should be compatible with 0.4.0, however they are not due to the different versions of the nearcore libraries. This means that workspaces fails to compile as a dependency of other crates (unless the near-jsonrpc-client version is fixed to the beta one in Cargo.lock).

Along with the upgrade, there were a few minor API changes in the nearcore libraries which meant we needed to make a few extra changes here (namely around encoding values as base64 / base 58).

Copy link
Member

@ChaoticTempest ChaoticTempest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for upgrading these! The secret keys being changed will make this a breaking change, but nothing you have to worry about since this will be apart of a new minor release. Probably 0.6

@ChaoticTempest ChaoticTempest merged commit 8b3356a into main Oct 4, 2022
@ChaoticTempest ChaoticTempest deleted the birchmd/chore/upgrade-near-jsonrpc-client-0.4.0 branch October 4, 2022 23:36
@frol frol mentioned this pull request Oct 4, 2023
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.

2 participants