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
Paprika should support proofs, both accountProof and storageProof. Each proof is an Array of rlp-serialized MerkleTree-Nodes with different roots (either the state root or a storage root). See https://docs.alchemy.com/reference/eth-getproof for more information.
This can be addressed by a proper implementation of #114 as it will require the very same computation for nodes that do not have their Keccaks memoized. This can be done in Parallel as all the nodes should be able to have their Keccaks computed on the basis of their content only.
The text was updated successfully, but these errors were encountered:
Paprika should support proofs, both
accountProof
andstorageProof
. Each proof is anArray of rlp-serialized MerkleTree-Nodes
with different roots (either the state root or a storage root). Seehttps://docs.alchemy.com/reference/eth-getproof
for more information.This can be addressed by a proper implementation of #114 as it will require the very same computation for nodes that do not have their Keccaks memoized. This can be done in Parallel as all the nodes should be able to have their Keccaks computed on the basis of their content only.
The text was updated successfully, but these errors were encountered: