* Split mempool config into its own module Also: - expand config docs - clean up mempool imports * Pass the mempool config to the mempool * Create the transaction sender channel inside the mempool 1/2 This simplifies all the code that calls the mempool. Also: - update the mempool enabled state before returning the new mempool - add some test module doc comments * Refactor a setup function out of the mempool unit tests 2/2 Also: - update the setup function to handle the latest mempool changes * Clarify a comment Co-authored-by: Conrado Gouvea <conrado@zfnd.org> |
||
|---|---|---|
| .. | ||
| bin/zebrad | ||
| commands | ||
| components | ||
| application.rs | ||
| commands.rs | ||
| components.rs | ||
| config.rs | ||
| lib.rs | ||
| prelude.rs | ||
| sentry.rs | ||