-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Problem
E2E test is needed for appside mempool.
Problem Detail
Purpose
- Verify mempool operation in multi-node(4) environment
- Verify that consensus is reached across various test scenarios
- Verify JSONRPC API returns expected response for nonce gap transactions
Test Scenarios
- tx ordering
- tx replacement
- nonce gap filling
- tx broadcast
- check queued txs are not broadcasted
- check p2p broadcast occurs only once for one tx
- test sending txs from the same account to different nodes
- nonce0 -> node0
- nonce2 -> node1
- nonce3 -> node2
- nonce4 -> node3
- nonce1 -> node1
- check all these txs are pending in all nodes
- ...