You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
EthSendTransactionJsonParameters
for maxFeePerGas and maxPriorityFeePerGasEthTransaction
so that it can encode 1559 transactionsEthSendTransaction
EthSignTransaction
Note: followup story for private txs #839
The text was updated successfully, but these errors were encountered: