gballet / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
23 stars 13 forks source link

add quick conversion test #429

Closed gballet closed 6 months ago

gballet commented 6 months ago

This was supposed to be part of #426 but was broken when the traces that this was relying on were removed.

Luckily, a new debug RPC call was added to help kurtosis testing the holesky conversion. This test now uses this RPC call.

gballet commented 6 months ago

Fixes #428