-
Notifications
You must be signed in to change notification settings - Fork 281
introduce jsonrpsee client abstraction + kill HTTP support. #341
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
Merged
Merged
Changes from 34 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c8b0907
PoC async rpc client
niklasad1 a45bf14
add client example should be removed from this repo
niklasad1 c2a9c75
fmt
niklasad1 1fb8c8d
cargo fmt
niklasad1 212d79f
subxt client tests
niklasad1 1a3b5a9
cargo fmt
niklasad1 f9860e7
fix some nits
niklasad1 f21ee1a
Merge remote-tracking branch 'origin/master' into na-jsonrpsee-core-c…
niklasad1 a59db8d
try nightly for all CI jobs
jsdw c5b3104
need wasm also for CI
jsdw de869e8
wasm for nightly run too
jsdw fedf6bf
Merge remote-tracking branch 'origin/master' into na-jsonrpsee-core-c…
niklasad1 8e6b277
client: add missing features
niklasad1 752c19e
update jsonrpsee
niklasad1 2bfc389
hacky
niklasad1 bca1473
hacky update jsonrpsee
niklasad1 e2a93e3
use jsonrpsee crates.io release
niklasad1 32555aa
ci: pin nightly 2021-12-15
niklasad1 8d449c3
pin nightly to 2021-12-15
niklasad1 bb10358
Merge remote-tracking branch 'origin/master' into na-jsonrpsee-core-c…
niklasad1 937e9a6
fix build
niklasad1 1551e70
fmt
niklasad1 65fb71a
compile please
niklasad1 c988c4a
rewrite me
niklasad1 8dc7dda
Merge remote-tracking branch 'origin/master' into na-jsonrpsee-core-c…
niklasad1 ae24d3b
fixes
niklasad1 fa3b905
fixes
niklasad1 f603d68
pre-generate metadata
niklasad1 d433828
Merge remote-tracking branch 'origin/na-jsonrpsee-core-client' into n…
niklasad1 a5df40a
fix nit
niklasad1 a09e8a8
get rid of needless deps
niklasad1 b53ae9f
remove embedded client
niklasad1 b9bc61f
Update Cargo.toml
niklasad1 b21fde8
Update subxt/Cargo.toml
niklasad1 4053e30
Update subxt/Cargo.toml
niklasad1 eed8238
Update subxt/src/client.rs
niklasad1 5182b95
Update subxt/src/rpc.rs
niklasad1 9887b39
Update test-runtime/build.rs
niklasad1 73623c1
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
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.