ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.65k stars 3.28k forks source link

op-supervisor: encode full hashes #12071

Closed protolambda closed 1 month ago

protolambda commented 1 month ago

Description

This changes the op-supervisor DB format to be more secure and more convenient:

Additionally, merge the types packages of the supervisor (after removing the truncated-hash, it was just a single struct definition in a separate package otherwise)

Tests

Same tests still apply.

protolambda commented 1 month ago

@axelKingsley sorry, I forgot the EIP link. It's https://eips.ethereum.org/EIPS/eip-3607