celo-org / op-geth

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Fix caller address check in transfer precompile #135

Closed palango closed 1 month ago

palango commented 1 month ago

Using the contract addresses in contracts/addresses creates cyclic imports, so I moved it here for now. But maybe we move them to core?

karlb commented 1 month ago

I pushed a suggestion on how to solve the circular deps. Rather than moving everything into one package, I prefer to move definitions with few dependencies to their own package to break the cycle.