Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Invalid transaction cases tracker #131

Open
3 of 8 tasks
Brechtpd opened this issue Aug 1, 2023 · 0 comments
Open
3 of 8 tasks

Invalid transaction cases tracker #131

Brechtpd opened this issue Aug 1, 2023 · 0 comments

Comments

@Brechtpd
Copy link

Brechtpd commented Aug 1, 2023

Transactions need to marked as invalid when

  • Invalid nonce
  • Insufficient ETH balance
  • Intrinsic gas too low
  • Invalid signature
  • Exceeding block gas limit: tx.gasLimit > gas_left
  • Basefee valid: tx.max_fee_per_gas < block.basefee
  • Basefee tx parameters validtx.max_fee_per_gas < tx.max_priority_fee_per_gas
  • (Has no contract code deployed on the sender account)
@Brechtpd Brechtpd changed the title Support more invalid transaction cases Support invalid transaction cases Aug 16, 2023
@Brechtpd Brechtpd changed the title Support invalid transaction cases Invalid transaction cases tracker Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: 📝 Todo
Development

No branches or pull requests

1 participant