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

EIP-1559: Add BaseFee to SignTx* #13

Merged
merged 2 commits into from
Jun 26, 2021
Merged

EIP-1559: Add BaseFee to SignTx* #13

merged 2 commits into from
Jun 26, 2021

Conversation

ggwpez
Copy link
Contributor

@ggwpez ggwpez commented Jun 17, 2021

go-etherum just released version 1.10.4 which contains updates for EIP-1559.
Among other things it added a BaseFee to Transactions.

This MR makes go-ethereum-wallet work with the latest go-ethereum version.
It adds a BaseFee argument to SignTxEIP155, SignTx and SignTxWithPassphrase.

I never used go vendor before, so I am not sure if it worked correctly.
Please have a look @miguelmota.

ggwpez added 2 commits June 14, 2021 11:37
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
@matthiasgeihs
Copy link

Any news on this?

@miguelmota
Copy link
Owner

miguelmota commented Jun 26, 2021

@ggwpez Looks good! Verified the go mod vendor changes as well.

Merging. Thanks!!

@miguelmota miguelmota merged commit 09fbe23 into miguelmota:master Jun 26, 2021
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