This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 569
Problem: need to add rpc method debug_intermediateRoots #715
Labels
C:JSON-RPC
JSON-RPC client
Comments
for intermediatesRoots, it need to use trie directly
but current paradigm, we're using rpc client, cannot access merkletrie directly yet. so
|
let's return an empty hash on the RPC for now and create a new issue to implement intermediate roots @Muggle-Du |
ok |
adu-web3
added a commit
to adu-web3/ethermint
that referenced
this issue
Nov 16, 2021
Closes evmos#715 * currently return emtpy hash
11 tasks
fedekunze
added a commit
that referenced
this issue
Nov 16, 2021
* Problem: need to add JSON-RPC endpoint debug_intermediateRoots Closes #715 * currently return emtpy hash * add changelog entry Co-authored-by: Federico Kunze Küllmer <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
debug_intermediateRoots is not supported yet.
need to implement debug_intermediateRoots in rpc/ethereum/namespaces/debug/api.go and other related files.
The text was updated successfully, but these errors were encountered: