-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rpc): Implement
state_getReadProof
rpc call (#1768)
* feat: implement chain subscribe all heads * chore: add unit tests to subscribe all heads * chore: fix imports * feat: implement state_getReadProof rpc call * chore: fix unused import * chore: fix lint warnings * wip: proof generation algotithm * wip: append not working * wip: fixing functions * wip: remove unused code * feat: proof generation working * chore: add multiple keys proof generation * chore: add unit tests * chore: add unit test * chore: fix lint warnings * chore: update GenerateTrieProof from block to storage state * chore: remove repeated code * chore: resolve fix lint * chore: update tests * chore: simplify to sliced value itself * chore: deepsource ignore auto generated files * chore: remove unused refs * chore: addressing deepsource warngins * chore: addressing deepsource wars * chore: remove DS_Store * chore: fix typo * chore: use IsEmpty as record method * chore: update comment export * chore: resolve errors * chore: resolve exported * chore: resolve test to dont exported * chore: resolve interface mocks * chore: remove unused code * chore: resolve unues funcs * chore: resolve failing unit tests * chore: update dot/core/services.go unit test coverage * chore: remove skip from test * chore: remove comment
- Loading branch information
1 parent
33059ad
commit 865f80f
Showing
20 changed files
with
622 additions
and
347 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.