-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for reverted transaction that should succeed on EVM 2024-12 #1402
Comments
|
|
There is a broken nonce in our state for |
The block containing transactions that resulted into Note: all contract tokens have been withdrawn |
Implemented E2E test that reproduces the issue - #1398 |
…tying its wallet (#1398) * E2E-test: `withdrawAll` from the contracts' factory between two CREATEs (#1402) * Use payable constructor instead of `deposit` (#1402) * Simplify test contract Deposit ← ContractsFactory (#1402) * Hardcode gas values, remove excess calls (#1402) * Check contract account's nonce directly (#1402)
This is a tracking issue for investigating the reason of reverted transaction that should succeed on EVM, getting root cause, reproducing the issue, implementing a proper fix.
Bugfix PRs:
on_created_account
logic usage forinc_account_nonce
atpallet-evm-system
frontier#147Internal playground utils:
The text was updated successfully, but these errors were encountered: