Introduce `BuildParachainContext` trait (#302)
* Introduce `BuildParachainContext` trait * Change the structure and hide the actual network implementation behind a trait * Add functions to collator `Network` trait
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/collator/Cargo.toml 1 addition, 0 deletionspolkadot/collator/Cargo.toml
- polkadot/collator/src/lib.rs 73 additions, 26 deletionspolkadot/collator/src/lib.rs
- polkadot/network/src/validation.rs 2 additions, 0 deletionspolkadot/network/src/validation.rs
- polkadot/test-parachains/adder/collator/src/main.rs 16 additions, 5 deletionspolkadot/test-parachains/adder/collator/src/main.rs
Please register or sign in to comment