ethereum / execution-spec-tests

A Python framework and collection of test cases to generate test vectors for Ethereum execution clients
https://ethereum.github.io/execution-spec-tests
MIT License
118 stars 74 forks source link

Update withdrawals fillers to use gwei amounts instead of wei #30

Closed marioevz closed 1 year ago

marioevz commented 1 year ago

PR https://github.com/ethereum/EIPs/pull/6325 updates the amounts in a withdrawal to match the units used by the CL, gwei.

This change must be accounted for in the balance increments for all tests in fillers/withdrawals/withdrawals.py.

spencer-tb commented 1 year ago

Closing as PR merged.