-
Notifications
You must be signed in to change notification settings - Fork 109
Labels
aptos-corebugIndicates that the issue is a bug or a software defect.Indicates that the issue is a bug or a software defect.
Description
Describe the bug
A clear and concise description of what the bug is.
The test 'transactionPipe::test_pipe_mempool_one_tx' fails because the Aptos CoreMempool accepts created Tx using the genesis account but doesn't produce any batch with them. They seem to diseapears in the mempool.
Current these Tx are the only that can be tested because the genesis account is the only one that is funded.
Is it related to this account, to the ledger that is used by the mempool that isn't correctly inited, ...
The issue resolution will allow making all Tx test in the full node and executor to pass.
To Reproduce
To reproduce execute the test 'transactionPipe::test_pipe_mempool_one_tx'
DOT_MOVEMENT_PATH="$(pwd)/.movement" cargo test -p maptos-opt-executor test_pipe_mempool_one_tx
Metadata
Metadata
Assignees
Labels
aptos-corebugIndicates that the issue is a bug or a software defect.Indicates that the issue is a bug or a software defect.