forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eth): add rpc methods for retrieving previous 256 parentHashes /…
… blocks from blockID (#144) * skeleton * Update taiko_api_backend.go * add getl2parenthashes test * use blocks[i].hash instead of str * add getl2parentblocks test * standardize * changes according to comments * refactor according to comments * refactor again * spaces
- Loading branch information
1 parent
4ebbdef
commit bdd165f
Showing
3 changed files
with
93 additions
and
0 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
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