Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
9 stars 0 forks source link

Validate transactions before entering them into the mempool #1003

Closed JamesHinshelwood closed 2 months ago

JamesHinshelwood commented 3 months ago

Copy/use code from the validation checks in revm. Do something similar for Scilla transactions.

e.g. Is the gas limit less than the block gas limit and is the nonce greater than the account's nonce.

JamesHinshelwood commented 2 months ago

Fixed by #1128