File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
evm-range-exec/program/src Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33//! 1. Accepts an EVM block and associated Celestia proofs
44//! 2. Verifies that the EVM block was included in the Celestia block
55//! 3. Executes the EVM block
6- //! 4. Commits the resulting EVM block metadata and hash as public outputs
6+ //! 4. Commits the resulting EVM and Celestia block metadata as public outputs
77
88#![ no_main]
99
Original file line number Diff line number Diff line change 66//!
77//! It performs:
88//! 1. Proof verification for each input
9- //! 2. Header linkage verification (i.e., block continuity)
9+ //! 2. Sequential header verification (i.e., block continuity)
1010//! 3. Aggregation of metadata into a `EvmRangeExecOutput`
1111//!
1212//! It commits:
13- //! - The oldest and newest EVM block header hashes
14- //! - The final block height and state root
15- //! - All Celestia header hashes from the sequence
13+ //! - The trusted block height and state root
14+ //! - The new block height and state root
15+ //! - The latest Celestia header hash from the sequence
1616
1717#![ no_main]
1818sp1_zkvm:: entrypoint!( main) ;
You can’t perform that action at this time.
0 commit comments