indexsupply / shovel

An Ethereum to Postgres indexer
https://indexsupply.com/shovel
MIT License
172 stars 22 forks source link

shovel: bugfix. negative int256 values #256

Closed ryandotsmith closed 4 months ago

ryandotsmith commented 4 months ago

It might be possible to not wrap uint256.Int with the negInt struct: https://github.com/holiman/uint256/issues/175