eqlabs / pathfinder

A Starknet full node written in Rust
https://eqlabs.github.io/pathfinder/
Other
613 stars 222 forks source link

Implement receipt commitment calculation #2078

Closed kkovaacs closed 3 days ago

kkovaacs commented 1 month ago

The receipt commitment will be used as input to the 0.13.2 block hash algorithm and we can also use it to verify receipts during P2P sync.

To be able to do the verification we'll probably need to store the commitment in the block_headers table.