Feature Request
Problem Definition
The load command in the e2e runner generates only valid transactions. A transaction is valid in the e2e app if it's of the form ".+=.+". This is not realistic because in production environments some transactions sent to the nodes are invalid. For instance, Gaia nodes receive between 20 to 30% of transactions that are rejected by the Hub application.
Proposal
Add a new field to the e2e manifest for controlling the percentage of invalid txs that load will generate.