Skip to content
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

feat: add ledger sync protocol #529

Merged
merged 30 commits into from
Jun 8, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
36504f4
feat: add ledger sync protocol
bhgomes May 3, 2022
296b2cc
wip: add RPC interfaces for ledger pull
bhgomes May 4, 2022
792f66e
wip: add rpc to node
bhgomes May 5, 2022
b11e24b
wip: add rpc feature gating
bhgomes May 5, 2022
a262e1f
fix: replace back sp-runtime dependency
bhgomes May 5, 2022
408f11f
wip: split up runtime-api and rpc-api
bhgomes May 5, 2022
3c4ebdc
Merge branch 'manta' into feat/add-ledger-sync
bhgomes May 5, 2022
4deeb91
fix: use correct feature flags for runtime-api
bhgomes May 6, 2022
169a6ad
fix: use correct library name for manta-pay
bhgomes May 6, 2022
530c469
fix: import RPC-API trait
bhgomes May 6, 2022
dc8c9e5
feat: build RPC Builder abstraction for custom RPCs
bhgomes May 7, 2022
a82894c
feat: add custom Dolphin RPC
bhgomes May 7, 2022
13d6581
fix: use insertion-ordered void number StorageMap
bhgomes May 7, 2022
9f217c0
fix: use Pallet import
bhgomes May 7, 2022
3b8e2e0
chore: add CHANGELOG entry
bhgomes May 7, 2022
d16332f
chore: set default-run to the node binary
bhgomes May 7, 2022
67bbfbc
Merge branch 'manta' into feat/add-ledger-sync
bhgomes May 19, 2022
04bedc4
manual rpc test works (#566)
stechu May 26, 2022
eaa7bf1
Merge branch 'manta' into feat/add-ledger-sync
bhgomes May 27, 2022
dfbf11d
Merge branch 'manta' into feat/add-ledger-sync
bhgomes Jun 2, 2022
31804b7
Merge branch 'manta' into feat/add-ledger-sync
stechu Jun 6, 2022
59d1bc4
fix compilation
stechu Jun 7, 2022
6bd5669
refactor type names
stechu Jun 7, 2022
83ca560
update manta-rs and sdk
stechu Jun 7, 2022
983ff79
fix tests using patched manta-rs
stechu Jun 7, 2022
d747226
Merge branch 'manta' into feat/add-ledger-sync
stechu Jun 8, 2022
4ce08cc
update mannual test
stechu Jun 8, 2022
31fc4f2
address review comments
stechu Jun 8, 2022
480aabc
remove comment
stechu Jun 8, 2022
afa765b
pull -> pull_ledger_diff
stechu Jun 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Breaking changes

### Features
- [\#529](https://github.com/Manta-Network/Manta/pull/529) Add RPC for MantaPay to synchronize with latest ledger state

### Improvements

Expand Down
Loading