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

Check transaction types when replacing in the transaction pool. #924

Merged
merged 3 commits into from
May 15, 2020

Conversation

AbdelStark
Copy link
Contributor

PR description

Add checks on the replacement of a transaction in the pool:

  • reject EIP-1559 for pre-fork blocks
  • accept both frontier and EIP-1559 transactions during phase 1
  • reject frontier transactions after phase 2 is finalized

Fixed Issue(s)

fixes #923

Signed-off-by: Abdelhamid Bakhta [email protected]

- reject EIP-1559 for pre-fork blocks
- accept both frontier and EIP-1559 transactions during phase 1
- reject frontier transactions after phase 2 is finalized

Signed-off-by: Abdelhamid Bakhta <[email protected]>
@AbdelStark AbdelStark self-assigned this May 14, 2020
@AbdelStark AbdelStark merged commit f32703f into hyperledger:master May 15, 2020
shemnon pushed a commit to shemnon/besu that referenced this pull request May 23, 2020
…rledger#924)

* Add checks on the replacement of a transaction in the pool:

- reject EIP-1559 for pre-fork blocks
- accept both frontier and EIP-1559 transactions during phase 1
- reject frontier transactions after phase 2 is finalized

Signed-off-by: Abdelhamid Bakhta <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
macfarla pushed a commit to macfarla/besu that referenced this pull request Jun 3, 2020
…rledger#924)

* Add checks on the replacement of a transaction in the pool:

- reject EIP-1559 for pre-fork blocks
- accept both frontier and EIP-1559 transactions during phase 1
- reject frontier transactions after phase 2 is finalized

Signed-off-by: Abdelhamid Bakhta <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
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.

Check transaction types when replacing in the transaction pool.
2 participants