• Mark Tyneway's avatar
    op-chain-ops: address aliasing helpers (#3562) · f9660910
    Mark Tyneway authored
    * op-chain-ops: address aliasing helpers
    
    Implement address aliasing helpers in go. Fuzz them to make
    sure that roundtrip aliasing is reliable. Add foundry fuzz
    tests that are used to generate test vectors.
    
    Note that the JS implementation does not take into account
    the modular arithmetic, I do not believe that it is used anywhere
    important currently.
    See:
    https://github.com/ethereum-optimism/optimism/blob/develop/packages/core-utils/src/optimism/alias.ts
    
    Perhaps we should move our differential fuzzing to use go
    instead of typescript or along with the typescript because
    most utilities that we wrote in JS are now also written in go.
    
    * chore: make mod-tidy
    
    * op-bindings: regenerate
    
    * contracts-bedrock: gas snapshot
    
    * specs: update address-aliasing
    f9660910
Name
Last commit
Last update
..
assets Loading commit data...
meta Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
batcher.md Loading commit data...
bridges.md Loading commit data...
deposits.md Loading commit data...
derivation.md Loading commit data...
exec-engine.md Loading commit data...
glossary.md Loading commit data...
guaranteed-gas-market.md Loading commit data...
introduction.md Loading commit data...
messengers.md Loading commit data...
overview.md Loading commit data...
predeploys.md Loading commit data...
proposals.md Loading commit data...
rollup-node-p2p.md Loading commit data...
rollup-node.md Loading commit data...
withdrawals.md Loading commit data...