ethereum / execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Creative Commons Zero v1.0 Universal
870 stars 241 forks source link

Update EIP-2935 #1001

Closed gurukamath closed 2 months ago

gurukamath commented 2 months ago

(closes #997 )

What was wrong?

EIP-2935 implementation was out of date

Related to Issue #997

How was it fixed?

The contract address was updated to the latest version in an earlier PR. No change there. This PR uses a contract call instead of set_storage to update the storage of the contract. Relevant changes to the t8n tool are also included.