* 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 |
||
|---|---|---|
| .. | ||
| config | ||
| methods | ||
| queue | ||
| server | ||
| tests | ||
| config.rs | ||
| constants.rs | ||
| lib.rs | ||
| methods.rs | ||
| queue.rs | ||
| server.rs | ||
| tests.rs | ||