mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 00:17:56 +00:00
Fix: CI failing for some CLI tests (#5043)
* Initial commit
Forked at: ad90ab7ec9
Parent branch: origin/master
* Increase killing grace period of CLI tests and display more info
* Use --dev everywhere possible
* Put pruning mode to its own params struct
* Add pruning params to export-blocks command
* Added missing file
* Removed not-dev mode in tests
* Add pruning mode to the revert command
* Decrease killing grace period again
* Move back unsafe_pruning to import_params
* Applied proposed changes
This commit is contained in:
@@ -19,6 +19,7 @@ mod transaction_pool_params;
|
||||
mod shared_params;
|
||||
mod node_key_params;
|
||||
mod network_configuration_params;
|
||||
mod pruning_params;
|
||||
|
||||
use std::str::FromStr;
|
||||
use std::fmt::Debug;
|
||||
@@ -28,6 +29,7 @@ pub use crate::params::transaction_pool_params::*;
|
||||
pub use crate::params::shared_params::*;
|
||||
pub use crate::params::node_key_params::*;
|
||||
pub use crate::params::network_configuration_params::*;
|
||||
pub use crate::params::pruning_params::*;
|
||||
|
||||
/// Wrapper type of `String` that holds an unsigned integer of arbitrary size, formatted as a decimal.
|
||||
#[derive(Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user