This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
companion for #8783 - jsonrpsee #4344
Merged
Merged
Changes from 22 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
23787e2
add jsonrpsee glue code
niklasad1 24b0def
diener --substrate dp-jsonrpsee-integration-2
niklasad1 95e8078
cargo fmt
niklasad1 d683d98
update substrate
niklasad1 fbf8d2c
Merge remote-tracking branch 'origin/master' into dp-jsonrpsee-integr…
niklasad1 5695664
fix build
niklasad1 be4ac88
update substrate
niklasad1 f36321d
fix tests
niklasad1 2c8032b
Merge remote-tracking branch 'origin/master' into dp-jsonrpsee-integr…
niklasad1 fe61446
update substrate
niklasad1 b479cc3
update substrate
niklasad1 85676a4
revert Cargo.toml
niklasad1 9f5db3d
revert changes in Cargo.toml
niklasad1 2965d72
Merge remote-tracking branch 'origin/master' into dp-jsonrpsee-integr…
niklasad1 9c782d9
jsonrpsee v0.11
niklasad1 5bfa866
fix staking miner
niklasad1 10c080b
Merge remote-tracking branch 'origin/master' into dp-jsonrpsee-integr…
niklasad1 47e6cf4
chore: update jsonrpsee v0.12
niklasad1 1b57f20
update companion
niklasad1 2650665
update companion
niklasad1 5293ac2
fix changes in substrate
niklasad1 8796c6d
revert requires_full_sync removal
niklasad1 3881cfe
fix: read WS address from polkadot output
niklasad1 663fc65
Merge remote-tracking branch 'origin/master' into dp-jsonrpsee-integr…
niklasad1 9c28fcb
fit nits
niklasad1 dda90eb
Merge remote-tracking branch 'origin/master' into dp-jsonrpsee-integr…
niklasad1 0816d8e
fix more nits
niklasad1 5c7d30e
Merge remote-tracking branch 'origin/master' into dp-jsonrpsee-integr…
66113d3
update lockfile for {"substrate"}
8c41516
cargo fmt
niklasad1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ rand = "0.8" | |
derive_more = "0.99" | ||
|
||
[dev-dependencies] | ||
rand_chacha = "0.3.1" | ||
rand_chacha = "0.3.1" |
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
@niklasad1 is it something like this that maybe leads to the issue with port 9944 being hardcoded in the test code being hit?
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.
most likely, I have pushed the latest stuff that hopefully fixes that.