• Mark Tyneway's avatar
    state-surgery: implement bytes32 handling · 2d933448
    Mark Tyneway authored
    Adds the ability to set bytes32 values in state.
    There is a single bytes32 value in our L2 predeploys.
    Adds test coverage that the value is set properly and
    encoded properly. Both `common.Hash` and hex strings
    are supported to be able to be encoded into a bytes32
    suitable for storage.
    2d933448
Name
Last commit
Last update
..
cmd Loading commit data...
data Loading commit data...
hardhat Loading commit data...
immutables Loading commit data...
solc Loading commit data...
state Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
addresses.go Loading commit data...
cli.go Loading commit data...
db.go Loading commit data...
genesis.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
params.go Loading commit data...
storage.go Loading commit data...
util.go Loading commit data...