solana-tokens: optimize PickleDb dumps (#13879)
* Dump PickleDb after transaction sends/confirmation * Dump PickleDb on ctrlc * Don't exit during tests * Add build_messages helper and test db dump * Add send_messages helper and test db dump * Add combined test * Add log_transaction_confirmations helper and test db dump * Add update_finalized_transactions test * Return error instead of process::exit * Close TestValidator
This commit is contained in:
@@ -13,6 +13,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||
clap = "2.33.0"
|
||||
console = "0.11.3"
|
||||
csv = "1.1.3"
|
||||
ctrlc = { version = "3.1.5", features = ["termination"] }
|
||||
dirs-next = "2.0.0"
|
||||
indexmap = "1.5.1"
|
||||
indicatif = "0.15.0"
|
||||
|
Reference in New Issue
Block a user