Skip to content

block BaseFee in callMany#6569

Merged
AlexeyAkhunov merged 1 commit into
erigontech:develfrom
ArielTM:patch-2
Jan 12, 2023
Merged

block BaseFee in callMany#6569
AlexeyAkhunov merged 1 commit into
erigontech:develfrom
ArielTM:patch-2

Conversation

@ArielTM

@ArielTM ArielTM commented Jan 12, 2023

Copy link
Copy Markdown
Contributor

Continuing the work of #6381 . We encountered a problem in blocks with type 2 transactions, specifically blocks with two transactions with the same tx.from. When the first tx is replayed, a high gasPrice is being calculate in txn.AsMessage causing the second replayed tx to fail with the following error:

insufficient funds for gas * price + value: address ...

This happens in both eth_callMany and debug_traceCallMany.
This pull request follows the debug_traceTransaction usage of tx.AsMessage in ComputeTxEnv

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.

2 participants