• Mark Tyneway's avatar
    op-chain-ops: `Withdrawal` type use `hexutil.Bytes` · 6e657870
    Mark Tyneway authored
    Use `hexutil.Bytes` in the `Withdrawal` type so that
    when writing and reading from JSON, it correctly serializes
    the data as a 0x prefixed hex string. Without this, it will
    some base64 looking serialization. Be sure to cast to a byte
    slice before doing any abi packing, otherwise it will cause
    errors.
    6e657870
Name
Last commit
Last update
..
cmd Loading commit data...
crossdomain Loading commit data...
deployer Loading commit data...
ether Loading commit data...
genesis Loading commit data...
immutables Loading commit data...
state Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
docker.go.work Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...