You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traversal of MMPTs requires logic that cannot be done within standard IPLD selectors.
Creating a simple ADL for trie nodes will enable much simpler IPLD queries.
Select transaction <tx-root>/<rlp-index>
Select account <state-root>/<keccak256-address>
Select storage <storage-root>/<keccak256-slot>
The ADL would transform TrieBranchNode, TrieExtensionNode, and TrieLeafNode types.
The proposed ADL could take the following form.
Traversal of MMPTs requires logic that cannot be done within standard IPLD selectors.
Creating a simple ADL for trie nodes will enable much simpler IPLD queries.
<tx-root>/<rlp-index>
<state-root>/<keccak256-address>
<storage-root>/<keccak256-slot>
The ADL would transform
TrieBranchNode
,TrieExtensionNode
, andTrieLeafNode
types.The proposed ADL could take the following form.
The text was updated successfully, but these errors were encountered: