Skip to content
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

Update eth-account version & add eip-1559 eth_signTransaction support #2082

Merged
merged 2 commits into from
Jul 23, 2021

Conversation

fselmo
Copy link
Collaborator

@fselmo fselmo commented Jul 22, 2021

Updated the eth-account version to the latest which includes eip-1559 support. Added integration tests and made minor tweaks to support eip-1559 params for eth_signTransaction

What was wrong?

  • geth had not yet supported maxFeePerGas and maxPriorityFeePerGas for eth_signTransaction and eth-account had not added support for eip-1559 in general. Once both of these added support for the new params, we needed to update the method formatters to support these fields for eth_signTransaction

Related to Issue #2065

How was it fixed?

  • eth-account version was updated
  • method formatter support for eip-1559 params maxFeePerGas and maxPriorityFeePerGas

Todo:

Cute Animal Picture

IMG_20210717_172056

@fselmo fselmo force-pushed the eip-1559-sign-transaction-support branch 4 times, most recently from e20b1f5 to 8a0eee4 Compare July 22, 2021 22:40
Updated the eth-account version to the latest which includes eip-1559 support. Added integration tests and made minor tweaks to support eip-1559 params for eth_signTransaction
@fselmo fselmo force-pushed the eip-1559-sign-transaction-support branch from 8a0eee4 to cea04e9 Compare July 22, 2021 22:51
Copy link
Collaborator

@kclowes kclowes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks! ⛵

@fselmo fselmo force-pushed the eip-1559-sign-transaction-support branch from 95cee49 to e4aff8a Compare July 23, 2021 15:43
@fselmo fselmo closed this Jul 23, 2021
@fselmo fselmo reopened this Jul 23, 2021
@fselmo fselmo merged commit ec70be9 into ethereum:master Jul 23, 2021
@fselmo fselmo deleted the eip-1559-sign-transaction-support branch July 23, 2021 15:45
@EdNoepel
Copy link
Contributor

EdNoepel commented Aug 4, 2021

Thank you; this works nicely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants