-
Notifications
You must be signed in to change notification settings - Fork 144
feat(rpc): Implement state_getReadProof
rpc call
#1768
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 30 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
0e5afc8
feat: implement chain subscribe all heads
EclesioMeloJunior 4586709
chore: add unit tests to subscribe all heads
EclesioMeloJunior a47cc08
Merge branch 'development' into eclesio/rpc-subscribe-all-heads
EclesioMeloJunior 91c0756
chore: fix imports
EclesioMeloJunior 659c503
feat: implement state_getReadProof rpc call
EclesioMeloJunior 8160592
chore: fix unused import
EclesioMeloJunior 3f016f9
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior 8d1b73b
chore: fix lint warnings
EclesioMeloJunior 30c4581
wip: proof generation algotithm
EclesioMeloJunior e0f4411
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior 58c73bb
wip: append not working
EclesioMeloJunior 4c1e63e
wip: fixing functions
EclesioMeloJunior 26e1ad4
wip: remove unused code
EclesioMeloJunior 1758518
feat: proof generation working
EclesioMeloJunior b52a767
chore: add multiple keys proof generation
EclesioMeloJunior b723923
chore: add unit tests
EclesioMeloJunior ae9e8ec
chore: add unit test
EclesioMeloJunior 725c949
chore: remove database exposure
EclesioMeloJunior 3079a97
chore: fix lint warnings
EclesioMeloJunior 298eeaf
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior 56a7263
chore: update GenerateTrieProof from block to storage state
EclesioMeloJunior 449acb4
chore: remove repeated code
EclesioMeloJunior 6ce6884
chore: resolve fix lint
EclesioMeloJunior f6aafb0
chore: update tests
EclesioMeloJunior bdfbe80
chore: simplify to sliced value itself
EclesioMeloJunior 7f130a8
chore: deepsource ignore auto generated files
EclesioMeloJunior e800b0b
chore: remove unused refs
EclesioMeloJunior 76ff9c9
chore: addressing deepsource warngins
EclesioMeloJunior 1758e91
chore: addressing deepsource wars
EclesioMeloJunior 3abc4b0
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior 6fd30fc
chore: remove DS_Store
EclesioMeloJunior c68fc54
chore: fix typo
EclesioMeloJunior ba421be
chore: use IsEmpty as record method
EclesioMeloJunior d652444
chore: update comment export
EclesioMeloJunior 9a06653
chore: resolve errors
EclesioMeloJunior b48fbce
chore: resolve exported
EclesioMeloJunior 9fc6711
chore: resolve test to dont exported
EclesioMeloJunior 87d9909
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior 3406405
chore: resolve interface mocks
EclesioMeloJunior 17c4302
chore: remove unused code
EclesioMeloJunior 391401e
chore: resolve unues funcs
EclesioMeloJunior 00d3f7c
chore: resolve failing unit tests
EclesioMeloJunior 9861aa2
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior f5b151b
chore: update dot/core/services.go unit test coverage
EclesioMeloJunior 73d6955
chore: remove skip from test
EclesioMeloJunior d840770
chore: remove comment
EclesioMeloJunior 70adfe1
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior b403553
Merge branch 'development' into eclesio/get-read-proof-rpc
EclesioMeloJunior 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.