• Mark Tyneway's avatar
    op-chain-ops: cleanup immutables · c601bdd8
    Mark Tyneway authored
    We really only need to know if a contract has immutables and not what
    the immmutables are to write good tests to ensure that all contracts
    that have immutables are covered in the L2 genesis generation. Adding in
    the actual immutables references as a string resulted in a lot of diffs
    because the ast ids where used in them. This updates the bindings to use
    a boolean instead of the string. Now we can still tell if a contract has
    immutables and we dont care about what the offsets are. This will not
    result in a large diff for the smart contracts when ast ids change.
    It will only flip a bool when immutables are added or removed from a
    contract.
    c601bdd8
Name
Last commit
Last update
..
ast Loading commit data...
bindings Loading commit data...
foundry Loading commit data...
gen Loading commit data...
hardhat Loading commit data...
legacy-bindings Loading commit data...
predeploys Loading commit data...
solc Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
artifacts.json Loading commit data...
doc.go Loading commit data...