forked from erigontech/erigon
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: adding an implementation for eth_getProof This is just a proof of concept. This might not even make sense and probably don't belong in this particular file, but wanted to see if we could expose an implementation of [eip-1186](https://eips.ethereum.org/EIPS/eip-1186) for the SMT + poseidon. * SMT Proof + verification * Refactor and tests * Use finish stage to get latest block The latest block should be validated with a state root hash check before becoming the "latest" block. --------- Co-authored-by: John Hilliard <praetoriansentry@gmail.com> Co-authored-by: Valentin Staykov <79150443+V-Staykov@users.noreply.github.com>
- Loading branch information
1 parent
20c92c3
commit 64e52cf
Showing
5 changed files
with
654 additions
and
1 deletion.
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
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
Oops, something went wrong.