zebra/zebrad/src/components/mempool
teor 8c717c92dd
change(scan): Create a scanner storage database, but don't use it yet (#8031)
* Create an empty storage/db module

* Use ephemeral storage in tests

* Populate storage inside new() method

* Move scanner setup into an init() method

* Pass the network to scanner init

* Create a database but don't actually use it

* Skip shutdown format checks when skipping format upgrades

* Allow the scanner to skip launching format upgrades in production

* Refactor skipping format upgrades so it is consistent

* Allow checking configs for equality

* Restore Network import
2023-11-30 12:59:15 +00:00
..
crawler cleanup(clippy): Remove unnecessary `try_into()` with `cargo clippy --fix` (#7940) 2023-11-14 20:31:49 +00:00
storage add(metrics): Track mempool actions and size bucketed by weight (copy of #6972, credit @str4d) (#7019) 2023-07-18 23:04:32 +00:00
tests cleanup(test): Make test debugging output more readable (#7027) 2023-06-21 15:02:05 +00:00
config.rs change(scan): Create a scanner storage database, but don't use it yet (#8031) 2023-11-30 12:59:15 +00:00
crawler.rs fix(net): Add outer timeouts for critical network operations to avoid hangs (#7869) 2023-11-02 15:00:18 +00:00
downloads.rs cleanup(clippy): Fix new nightly clippy lints from July and August 2023 (#7384) 2023-08-25 22:58:30 +00:00
error.rs Refactor the mempool error docs (#2963) 2021-10-28 20:09:05 +00:00
gossip.rs cleanup(gossip): Use a separate named constant for the gossip interval (#6704) 2023-05-22 19:21:53 +00:00
queue_checker.rs feat(log): log the state tip height as part of sync progress logs (#3437) 2022-01-28 19:12:19 -03:00
storage.rs feat(ui): Add a terminal-based progress bar to Zebra (#6235) 2023-04-13 08:42:17 +00:00
tests.rs fix(rpc): Check that mempool transactions are valid for the state's chain info in getblocktemplate (#6416) 2023-04-03 23:22:07 +00:00