• Mark Tyneway's avatar
    op-node: fix ecotone upgrade test (#10092) · 097ca877
    Mark Tyneway authored
    * op-node: fix ecotone upgrade test
    
    Previously the upgrade transactions test made an assertion against
    the bytecode that is in the bindings. This needs to be modified
    because the upgrade txs cannot ever change as they are part of
    consensus. Any modification to the bindings means that the assertion
    will fail. We should test against the expected value directly
    instead of going through the binding that has no guarantee
    to be on a particular version and will change over time.
    
    * op-node: fix test
    097ca877
Name
Last commit
Last update
..
benchmarks Loading commit data...
chaincfg Loading commit data...
cmd Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
Dockerfile.dockerignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...