celo-org / op-geth

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

CELO token duality #1

Closed karlb closed 1 year ago

karlb commented 1 year ago
### Tasks
- [x] Add transfer precompile (without token address check)
- [x] Add GoldToken
- [x] Test transfer via GoldToken's ERC20 interface
- [x] Check token address in transfer precompile
- [x] Update forkdiff output file to visualize the token duality feature
- [x] Add proper automated test
karlb commented 1 year ago

A first PR is available at https://github.com/celo-org/op-geth/pull/3. I'll wait for progress on the core contracts before trying to get this merged.