-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade subxt #6
Conversation
* Reorg the order of deps This patch is simply for easier editor operation when replacing the substrate deps. * .
* deps: update jsonrpsee 0.2.0 The motivation is to avoid pinning certain alpha versions and to avoid breaking users builds without having to some `Cargo.lock` updating. * cargo fmt * fix tests * fix a few clippy lints * cargo fmt
Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
* Add NextKeys and QueuedKeys for session module * Fix fmt
# Conflicts: # Cargo.toml # client/Cargo.toml
keep checking: darwinia-network/bridger#185 |
@fewensa this version is using jsonrpsee 3.0.0? |
It's |
cargo test will fail.
we need test use bridger |
@fewensa looks like we've merge the changes in current dependency(metadata branch) to this PR? We'll merge this and then use master as dependency, right? |
yes, when merged the bridge darwinia-ethereum will change to master branch. |
for issue darwinia-network/bridger#256 |
Update subxt and adapt darwinia