aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
327 stars 80 forks source link

feat: improve incorrect nonce panic message #898

Closed aleksuss closed 7 months ago

aleksuss commented 7 months ago

Description

The PR changes the incorrect panic message by adding values of an account nonce and a nonce from a transaction.

Performance / NEAR gas cost considerations

No changes in performance.

Testing

Correspondent tests have been adapted.