Currently, we do only basic spam, and invalid messages to mempool to assert that bad messages never go out of mempool and are pruned successfully for both lotus and forest.
Though, we should be doing more advanced testing regarding economics of messages.
So of the ideas are:
- Reach block limit on gas for few epochs and assert basefee increase on the network and asserting after a few epochs that basefee becomes normal.
- Message inclusion logic, asserting under load, higher gas premium messages are included over low gas premium messages.
- New tests will be added once more context from implementation teams.
Currently, we do only basic spam, and invalid messages to mempool to assert that bad messages never go out of mempool and are pruned successfully for both lotus and forest.
Though, we should be doing more advanced testing regarding economics of messages.
So of the ideas are: