This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
refactor(remote ext): use jsonrpsee #8105
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4c0abc5
A clean new attempt
kianenigma 7f9b5b8
Checkpoint to move remote.
kianenigma 4883812
A lot of dependency wiring to make it feature gated.
kianenigma be549b4
bad macro, bad macro.
kianenigma 8e97733
Master.into()
kianenigma 7edef9e
refactor(remote ext): use jsonrpsee
niklasad1 99e7818
refactor(remote ext): use jsonrpsee
niklasad1 89f4c2a
Merge branch 'na-remote-ext-jsonrpsee-show-kian' of github.com:parity…
niklasad1 fd9c2b1
Merge remote-tracking branch 'origin/kiz-finally-finally-finally-fina…
niklasad1 d84dad4
Undo the DB mess.
kianenigma bd7f87c
fix(remote ext): use max limit `u32::MAX`
niklasad1 d9c7951
resolve TODOs
niklasad1 9d0717a
jsonrpsee switch to `hyper` as backend
niklasad1 c95c215
Merge remote-tracking branch 'origin/kiz-finally-finally-finally-fina…
niklasad1 8b7c7c3
Update utils/frame/try-runtime/remote-externalities/src/lib.rs
niklasad1 2f1206a
update jsonrpsee
niklasad1 79c7dee
Merge branch 'na-remote-ext-jsonrpsee-show-kian' of github.com:parity…
niklasad1 c893bd7
Merge remote-tracking branch 'origin/master' into na-remote-ext-jsonr…
niklasad1 df8d9fe
remove boiler-plate
niklasad1 a9a4a19
suppress warnings to CI happy
niklasad1 a0e8bae
Merge remote-tracking branch 'origin/master' into na-remote-ext-jsonr…
niklasad1 cc248a0
Unbreak his build
kianenigma c8796c7
Use option
kianenigma 01688f2
fix nit; make it work again
niklasad1 eced71c
fix err message.
kianenigma 195fee3
Merge branch 'master' of github.com:paritytech/substrate into na-remo…
kianenigma 4e696c4
Update utils/frame/remote-externalities/Cargo.toml
niklasad1 8c6c859
Fix uri stuff
kianenigma 12ca19a
ccccrbvlhchdlejdhiiuefuiurbntlrjlviuilcnhl
kianenigma 7f08f50
remove needless clone
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
suppress warnings to CI happy
- Loading branch information
commit a9a4a194170bb08cd886835467343c6d4941029e
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
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.
Would be good if you provide follow ups for this.
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.
it's fixed on master but I haven't done another release yet :)