-
Notifications
You must be signed in to change notification settings - Fork 49
feat(rpc)!: update jsonrpsee to version 0.25.1 and refactor RPC methods #620
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
Conversation
@YakupAltay The errors from the test cases are a bit weird and my first thought was that a dependency broke deserialization. I saw that you updated all the dependencies instead of just the ones that are related to For now revert that commit, run the test and commit only what cargo changed in |
@YakupAltay I manage to find the culprit. After I update tendermint 0.4.0 to 0.4.3 the tests start to fail. I will investigate it further, but for this PR don't update it. |
This reverts commit 112282c.
Hey @oblique, I reverted it and updated only Yet, the tests are still failing. |
Now CI fails for different reasons:
Run these:
|
Silly me! Fixed them all, @oblique. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @YakupAltay
Fixes #575