-
Notifications
You must be signed in to change notification settings - Fork 130
feat: add ledger sync protocol #529
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 27 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
36504f4
feat: add ledger sync protocol
bhgomes 296b2cc
wip: add RPC interfaces for ledger pull
bhgomes 792f66e
wip: add rpc to node
bhgomes b11e24b
wip: add rpc feature gating
bhgomes a262e1f
fix: replace back sp-runtime dependency
bhgomes 408f11f
wip: split up runtime-api and rpc-api
bhgomes 3c4ebdc
Merge branch 'manta' into feat/add-ledger-sync
bhgomes 4deeb91
fix: use correct feature flags for runtime-api
bhgomes 169a6ad
fix: use correct library name for manta-pay
bhgomes 530c469
fix: import RPC-API trait
bhgomes dc8c9e5
feat: build RPC Builder abstraction for custom RPCs
bhgomes a82894c
feat: add custom Dolphin RPC
bhgomes 13d6581
fix: use insertion-ordered void number StorageMap
bhgomes 9f217c0
fix: use Pallet import
bhgomes 3b8e2e0
chore: add CHANGELOG entry
bhgomes d16332f
chore: set default-run to the node binary
bhgomes 67bbfbc
Merge branch 'manta' into feat/add-ledger-sync
bhgomes 04bedc4
manual rpc test works (#566)
stechu eaa7bf1
Merge branch 'manta' into feat/add-ledger-sync
bhgomes dfbf11d
Merge branch 'manta' into feat/add-ledger-sync
bhgomes 31804b7
Merge branch 'manta' into feat/add-ledger-sync
stechu 59d1bc4
fix compilation
stechu 6bd5669
refactor type names
stechu 83ca560
update manta-rs and sdk
stechu 983ff79
fix tests using patched manta-rs
stechu d747226
Merge branch 'manta' into feat/add-ledger-sync
stechu 4ce08cc
update mannual test
stechu 31fc4f2
address review comments
stechu 480aabc
remove comment
stechu afa765b
pull -> pull_ledger_diff
stechu 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| [workspace] | ||
| resolver = "2" | ||
| members = [ | ||
|
|
||
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
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.