feat: add verifier to check readiness (#118)
Showing
- crates/examples/examples/small_network_with_default.rs 0 additions, 8 deletionscrates/examples/examples/small_network_with_default.rs
- crates/orchestrator/src/lib.rs 7 additions, 3 deletionscrates/orchestrator/src/lib.rs
- crates/orchestrator/src/network.rs 5 additions, 0 deletionscrates/orchestrator/src/network.rs
- crates/orchestrator/src/network_helper.rs 1 addition, 0 deletionscrates/orchestrator/src/network_helper.rs
- crates/orchestrator/src/network_helper/verifier.rs 34 additions, 0 deletionscrates/orchestrator/src/network_helper/verifier.rs
- crates/orchestrator/src/spawner.rs 4 additions, 0 deletionscrates/orchestrator/src/spawner.rs
- crates/orchestrator/src/tx_helper.rs 2 additions, 0 deletionscrates/orchestrator/src/tx_helper.rs
- crates/orchestrator/src/tx_helper/register_para.rs 66 additions, 0 deletionscrates/orchestrator/src/tx_helper/register_para.rs
- crates/orchestrator/src/tx_helper/validator_actions.rs 48 additions, 0 deletionscrates/orchestrator/src/tx_helper/validator_actions.rs
Please register or sign in to comment