-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fillers/withdrawals/withdrawals: Update to use Gwei instead of Wei. #32
Conversation
I think some of the tests are failing because of the issue described in my review. The up-to-date go-ethereum branch with gwei withdrawals is https://github.com/lightclient/go-ethereum/tree/withdrawals-timestamp, so I think we can use this branch to double check that the changes are correct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor comments, but overall looks very good! :D
…thereum#32) * Update withdrawals to use gwei. * Tox fix and flake8 SC200 ignore. * Keep factors consistent when changing to GWEI. * Re-update due to conversion mistake. * Another tox update :P * Add max withdrawal amount to zero amount test. * Add gwei/wei to whitelist for tox.
PR for #30.