• 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
..
clients Loading commit data...
cmd Loading commit data...
contracts Loading commit data...
crossdomain Loading commit data...
deployer Loading commit data...
genesis Loading commit data...
immutables Loading commit data...
safe Loading commit data...
srcmap Loading commit data...
state Loading commit data...
upgrades Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...