Skip to content

internal/ethapi: fix transaction APIs#23179

Merged
karalabe merged 4 commits into
ethereum:masterfrom
rjl493456442:fix-txapis
Jul 13, 2021
Merged

internal/ethapi: fix transaction APIs#23179
karalabe merged 4 commits into
ethereum:masterfrom
rjl493456442:fix-txapis

Conversation

@rjl493456442
Copy link
Copy Markdown
Member

This PR fixes the stale checks in some transaction APIs. Previously the gasPrice field is required for signing transaction. After the london the gasPrice can be replaced with the MaxFeePerGas and MaxPriorityFeePerGas combo. So the check
should be changed accordingly.

Comment thread internal/ethapi/api.go Outdated
@lightclient
Copy link
Copy Markdown
Member

cc @kclowes

Comment thread internal/ethapi/transaction_args.go Outdated
@karalabe karalabe added this to the 1.10.5 milestone Jul 13, 2021
Copy link
Copy Markdown
Member

@karalabe karalabe left a comment

Choose a reason for hiding this comment

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

LGTM

@karalabe karalabe merged commit 846badc into ethereum:master Jul 13, 2021
sidhujag pushed a commit to sidhujag/go-ethereum that referenced this pull request Jul 28, 2021
* internal/ethapi: fix transaction APIs

* internal/ethapi: fix typo

* internal/ethapi: address comments

* internal/ethapi: address comment from Peter
atif-konasl pushed a commit to frozeman/pandora-execution-engine that referenced this pull request Oct 15, 2021
* internal/ethapi: fix transaction APIs

* internal/ethapi: fix typo

* internal/ethapi: address comments

* internal/ethapi: address comment from Peter
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.

5 participants