contracts-bedrock: deterministic storage
Makes the storage slot deterministic for the unsafe block signer. This is useful because the `op-node` uses a storage proof to fetch the value, so the `op-node` can compute the storage slot value locally. This decouples the way that `solc` lays out storage from the network policy, making bugs less likely to happen when changing the contracts.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment