harmony icon indicating copy to clipboard operation
harmony copied to clipboard

Update to eth 1.9.25

Open Frozen opened this issue 10 months ago • 3 comments

Updates the Harmony codebase to be compatible with Ethereum 1.9.25, aligning core VM functionality and API signatures with the updated Ethereum client.

Updated EVM context creation from NewEVMContext to NewEVMBlockContext Migrated from *big.Int to *uint256.Int for value handling in tracers Updated tracer interfaces to match new Ethereum VM tracer signatures

Frozen avatar Mar 10 '25 18:03 Frozen

rebased

Frozen avatar May 17 '25 04:05 Frozen

This version was successfully running for one week on the devnet validator

mur-me avatar Jul 31 '25 11:07 mur-me

This version was successfully running for one week on the devnet validator

A few new commits have been added since the last round of testing. Let's run another round of tests over the next few weeks.

GheisMohammadi avatar Aug 05 '25 20:08 GheisMohammadi