Companion for Substrate#8526 (#2845)
* Update branch * Make it compile * Compile * gate approval-checking logic (#2470) * Fix build * Updates * Fix merge * Adds missing crate * Companion for Substrate#8386 https://github.com/paritytech/substrate/pull/8386 * Fix fix fix * Fix * Fix compilation * Rewrite to `ParachainsInherentDataProvider` * Make it compile * Renamings * Revert stuff * Remove stale file * Guide updates * Update node/core/parachains-inherent/src/lib.rs Co-authored-by:Andronik Ordian <write@reusable.software> * Update node/core/parachains-inherent/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Apply suggestions from code review * Reset accidental changes * More * Remove stale file * update Substrate Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 169 additions, 170 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 1 deletionpolkadot/Cargo.toml
- polkadot/erasure-coding/Cargo.toml 1 addition, 1 deletionpolkadot/erasure-coding/Cargo.toml
- polkadot/node/core/parachains-inherent/Cargo.toml 18 additions, 0 deletionspolkadot/node/core/parachains-inherent/Cargo.toml
- polkadot/node/core/parachains-inherent/src/lib.rs 138 additions, 0 deletionspolkadot/node/core/parachains-inherent/src/lib.rs
- polkadot/node/core/proposer/src/lib.rs 0 additions, 311 deletionspolkadot/node/core/proposer/src/lib.rs
- polkadot/node/overseer/src/lib.rs 0 additions, 1 deletionpolkadot/node/overseer/src/lib.rs
- polkadot/node/service/Cargo.toml 5 additions, 2 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/src/chain_spec.rs 1 addition, 1 deletionpolkadot/node/service/src/chain_spec.rs
- polkadot/node/service/src/client.rs 2 additions, 2 deletionspolkadot/node/service/src/client.rs
- polkadot/node/service/src/lib.rs 58 additions, 14 deletionspolkadot/node/service/src/lib.rs
- polkadot/roadmap/implementers-guide/src/node/subsystems-and-jobs.md 7 additions, 16 deletions...oadmap/implementers-guide/src/node/subsystems-and-jobs.md
- polkadot/roadmap/implementers-guide/src/types/overseer-protocol.md 0 additions, 3 deletions...roadmap/implementers-guide/src/types/overseer-protocol.md
- polkadot/runtime/parachains/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/parachains/Cargo.toml
- polkadot/runtime/parachains/src/paras_inherent.rs 1 addition, 1 deletionpolkadot/runtime/parachains/src/paras_inherent.rs
Please register or sign in to comment