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
Currently writing the tx_data for deployment txs as the codebytes, this is not producing the correct code hashes. There must be some processing step on the tx_data before it is stored as codebytes.
Create http endpoint for statediffing geth to fetch all codehash => code pairs
Modify the statediffing service to emit/write codehash => code pairs for any deployment txs at the payload's block height
Script/command to fetch missing historical from the http endpoints
Script/command to remove malformed entries (optional)
The text was updated successfully, but these errors were encountered:
Currently writing the tx_data for deployment txs as the codebytes, this is not producing the correct code hashes. There must be some processing step on the tx_data before it is stored as codebytes.
Create http endpoint for statediffing geth to fetch all codehash => code pairs
Modify the statediffing service to emit/write codehash => code pairs for any deployment txs at the payload's block height
Script/command to fetch missing historical from the http endpoints
Script/command to remove malformed entries (optional)
The text was updated successfully, but these errors were encountered: