Remove the `RelaychainClient` trait (#2068)
* Remove the `RelaychainClient` trait It was just some historical trait that isn't really required anymore. Besides that this pr re-exports types that are being used by the relay chain interface to make its usage easier. * Fix warning
Showing
- cumulus/Cargo.lock 0 additions, 1 deletioncumulus/Cargo.lock
- cumulus/client/consensus/common/src/parachain_consensus.rs 51 additions, 79 deletionscumulus/client/consensus/common/src/parachain_consensus.rs
- cumulus/client/consensus/common/src/tests.rs 124 additions, 22 deletionscumulus/client/consensus/common/src/tests.rs
- cumulus/client/network/Cargo.toml 0 additions, 1 deletioncumulus/client/network/Cargo.toml
- cumulus/client/network/src/tests.rs 6 additions, 6 deletionscumulus/client/network/src/tests.rs
- cumulus/client/relay-chain-interface/src/lib.rs 11 additions, 9 deletionscumulus/client/relay-chain-interface/src/lib.rs
Please register or sign in to comment