Parachains-runtime (#1505)
* Initial commit * v0 to v1 primitives and remove attestations * Review fixes * implement candidate_events * remove dead code
Showing
- polkadot/Cargo.lock 47 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 0 deletionspolkadot/Cargo.toml
- polkadot/primitives/src/v0.rs 1 addition, 1 deletionpolkadot/primitives/src/v0.rs
- polkadot/primitives/src/v1.rs 1 addition, 2 deletionspolkadot/primitives/src/v1.rs
- polkadot/runtime/parachains/src/lib.rs 10 additions, 7 deletionspolkadot/runtime/parachains/src/lib.rs
- polkadot/runtime/parachains/src/runtime_api_impl/v1.rs 6 additions, 3 deletionspolkadot/runtime/parachains/src/runtime_api_impl/v1.rs
- polkadot/runtime/rococo/Cargo.toml 106 additions, 0 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/build.rs 26 additions, 0 deletionspolkadot/runtime/rococo/build.rs
- polkadot/runtime/rococo/src/constants.rs 113 additions, 0 deletionspolkadot/runtime/rococo/src/constants.rs
- polkadot/runtime/rococo/src/lib.rs 725 additions, 0 deletionspolkadot/runtime/rococo/src/lib.rs
Please register or sign in to comment