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

Eth RPC 1559 transactions #769

Closed
8 tasks done
jframe opened this issue Apr 24, 2023 · 0 comments
Closed
8 tasks done

Eth RPC 1559 transactions #769

jframe opened this issue Apr 24, 2023 · 0 comments
Assignees
Labels
TeamCerberus Under active development by TeamCerberus @Consensys

Comments

@jframe
Copy link
Contributor

jframe commented Apr 24, 2023

Implement eip-1559 transactions transactions for the eth_sendTransaction RPC in web3signer so that users can use the new pricing mechanism introduced in the London hard fork.

Tasks

  • Add additional fields to EthSendTransactionJsonParameters for maxFeePerGas and maxPriorityFeePerGas
  • Update EthTransaction so that it can encode 1559 transactions
  • Integration/Acceptance tests:
    • EthSendTransaction
      • EthTransactionTest
      • ValueTransferAcceptanceTest
    • EthSignTransaction
      • EthSignTransactionResultProviderTest

Note: followup story for private txs #839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TeamCerberus Under active development by TeamCerberus @Consensys
Projects
None yet
Development

No branches or pull requests

2 participants