Skip to content

Commit

Permalink
Expose things for vit testing (#3784)
Browse files Browse the repository at this point in the history
* hersir: make interactive module public

* hersir: make ProgressBarController public

* thor: make DiscriminationExtension public
  • Loading branch information
ecioppettini committed Jan 19, 2022
1 parent eb9bbe3 commit 4e5b7d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions testing/hersir/src/controller/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod context;
mod error;
mod interactive;
pub mod interactive;
mod monitor;

use crate::builder::NodeSetting;
Expand Down Expand Up @@ -34,7 +34,7 @@ use jormungandr_automation::jormungandr::{JormungandrProcess, LogLevel, Starter}
use jormungandr_lib::interfaces::{Log, LogEntry, LogOutput, NodeConfig};
pub use monitor::{
LegacyNode as MonitorLegacyNode, MonitorController, MonitorControllerBuilder,
Node as MonitorNode, NodeError,
Node as MonitorNode, NodeError, ProgressBarController,
};
use std::path::PathBuf;
use thor::{StakePool, Wallet, WalletAlias};
Expand Down
3 changes: 2 additions & 1 deletion testing/thor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ pub use fragment::{
pub use stake_pool::StakePool;
pub use wallet::{
account::Wallet as AccountWallet, delegation::Wallet as DelegationWallet,
utxo::Wallet as UTxOWallet, PrivateVoteCommitteeDataManager, Wallet, WalletAlias, WalletError,
discrimination::DiscriminationExtension, utxo::Wallet as UTxOWallet,
PrivateVoteCommitteeDataManager, Wallet, WalletAlias, WalletError,
};

0 comments on commit 4e5b7d7

Please sign in to comment.