• 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
..
contracts Loading commit data...
deploy Loading commit data...
deploy-config Loading commit data...
deployments/alpha-1 Loading commit data...
scripts Loading commit data...
src Loading commit data...
tasks Loading commit data...
.env.example Loading commit data...
.eslintignore Loading commit data...
.eslintrc.js Loading commit data...
.gas-snapshot Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.prettierignore Loading commit data...
.prettierrc.js Loading commit data...
.solhint.json Loading commit data...
.solhintignore Loading commit data...
.storage-layout Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
foundry.toml Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
slither.config.json Loading commit data...
slither.db.json Loading commit data...
tsconfig.json Loading commit data...