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
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Extract and cache preimages (address => keccak256(address) mappings) from geth into a new table eth.preimages so that we don't need to hash addresses to lookup accounts/state leafs.
Extract and cache preimages (address => keccak256(address) mappings) from geth into a new table
eth.preimages
so that we don't need to hash addresses to lookup accounts/state leafs.First: Emit preimages cerc-io/go-ethereum#33
And then update the ipld-eth-indexer transformer to process the new
AddressesAndAddressHashes
in the payload like it does for CodeAndCodeHashes hereFirst: Retrieve all preimages at provided height cerc-io/go-ethereum#35
And then create a new service or command for consuming all the preimages streamed out from
StreamPreimages
at a given heightThe text was updated successfully, but these errors were encountered: