Ethereum

The Ethereum Mainnet uses a Execution Layer and and a Consensys Layer (Beacon Chain). This allows us to verify the execution layer data with the beacon chain data. So all proofs will contain at least the BeaconBlockHeader and Signature from the BeaconChain. Depending on the requested Data additional Merkle Proofs within the BeaconChain and the ExecutionLayer are added. These Proofs aim at verifying all relevant ethereum RPC-methods. This includes the stateRoot proof, the storage proof, the receipt proof, the logs proof, the transaction proof, the account proof, the code proof and the sync proof.

Last updated