Skip to content

Bug (Mempool): Tx from Genesis key diseapear in the Aptos core mempool. #1185

@musitdev

Description

@musitdev

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

No one assigned

    Labels

    aptos-corebugIndicates that the issue is a bug or a software defect.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions