This repository was archived by the owner on Mar 3, 2025. It is now read-only.
forked from paritytech/subxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 <[email protected]>
* 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 |
hackfisher
approved these changes
Aug 31, 2021
@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 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update subxt and adapt darwinia