-
Notifications
You must be signed in to change notification settings - Fork 115
Labels
applicationRelated to building applications on top of MalachiteRelated to building applications on top of Malachite
Milestone
Description
Our current mempool for the Starknet mock app is quite barebones and could use a few improvements, namely:
- Split out tx generation out of the Mempool actor and into its own actor (
MempoolLoador something) - After a block is decided, only remove txs that were included in that block
- Allow configuring the
MempoolLoadactor to generate load on the mempool in various ways- No load
- Uniform load configured in TPS (transactions per second)
- Non-uniform load to simulate peaks in tx ingestion, the frequency and amplitude of these peaks should be configurable
- Allow size of generated transactions to be configured (constant, uniformly distributed, other distributions)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
applicationRelated to building applications on top of MalachiteRelated to building applications on top of Malachite