bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use
https://bluealloy.github.io/revm/
MIT License
1.5k stars 482 forks source link

Unify `alloy-eips` and `revm-primitives` KZG implementations #1553

Closed DaniPopes closed 1 week ago

DaniPopes commented 4 weeks ago

After https://github.com/bluealloy/revm/pull/1552 is merged we should use alloy-eips for our KZG needs. CC @Wodann

rakita commented 4 weeks ago

Those should be pushed to c-kzg lib as they are lib specific.

rakita commented 1 week ago

done

mattsse commented 1 week ago

based