• Mark Tyneway's avatar
    op-proposer: remove dep on op-bindings (#10218) · dc829a3d
    Mark Tyneway authored
    Prepares the `op-proposer` to no longer depend
    on the `op-bindings` package. This will enable
    releases of the `op-proposer` to work with specific
    releases of the contracts more easily by using `abigen`
    at a specific release of the contracts to create bindings.
    
    We will be gutting `op-bindings` as a package because
    it is not versioned, implying all versions must be backwards
    and forwards compatible. It also adds a lot of overhead to
    smart contract development with having to create the bindings
    and commit in a diff every time there is a solidity source file
    change.
    dc829a3d
Name
Last commit
Last update
..
bindings Loading commit data...
cmd Loading commit data...
flags Loading commit data...
metrics Loading commit data...
proposer Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
Dockerfile.dockerignore Loading commit data...
Makefile Loading commit data...