Skip to content

Commit

Permalink
op-proposer: remove dep on op-bindings (ethereum-optimism#10218)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tynes authored Apr 19, 2024
1 parent f3b593b commit dc829a3
Show file tree
Hide file tree
Showing 3 changed files with 2,778 additions and 1 deletion.
Loading

0 comments on commit dc829a3

Please sign in to comment.