Make work with Substrate master (#36)
* Fix up wasm runtime build * Fixes for runtime * Fix. * More fixes * Runtime builds on native. * Native and wasm both build without warnings. * Fix runtime tests. * Merge #20 * Final fix for native runtime. * Compile polkadot wo consensus * Reverted changes to polkadot-consensus * reintroduce minimal subset of consensus * reintroduce checked_block to runtime for std * polkadot_consensus compiles without most of the code * remove checked_block again and do more checks in parachains for runtime * uncomment proposer * remove offline tracker * extract out parachain-attestation logic from proposal directly * reintroduce transaction_pool * write some custom aura verification logic for the block verifier * use transaction pool in more generic way * service compiles again * polkadot-network and tests pass * remove unused session_key function from router * everything but CLI compiles due to service hell * Fixes compilation of `polkadot_cli` * everything compiles * update adder wasm
Showing
- polkadot/Cargo.lock 1756 additions, 1458 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 6 deletionspolkadot/Cargo.toml
- polkadot/api/Cargo.toml 0 additions, 22 deletionspolkadot/api/Cargo.toml
- polkadot/api/README.adoc 0 additions, 5 deletionspolkadot/api/README.adoc
- polkadot/api/src/full.rs 0 additions, 220 deletionspolkadot/api/src/full.rs
- polkadot/api/src/lib.rs 0 additions, 149 deletionspolkadot/api/src/lib.rs
- polkadot/api/src/light.rs 0 additions, 108 deletionspolkadot/api/src/light.rs
- polkadot/availability-store/Cargo.toml 1 addition, 1 deletionpolkadot/availability-store/Cargo.toml
- polkadot/availability-store/src/lib.rs 1 addition, 1 deletionpolkadot/availability-store/src/lib.rs
- polkadot/cli/Cargo.toml 1 addition, 0 deletionspolkadot/cli/Cargo.toml
- polkadot/cli/src/lib.rs 39 additions, 13 deletionspolkadot/cli/src/lib.rs
- polkadot/collator/Cargo.toml 1 addition, 2 deletionspolkadot/collator/Cargo.toml
- polkadot/collator/src/lib.rs 17 additions, 16 deletionspolkadot/collator/src/lib.rs
- polkadot/consensus/Cargo.toml 5 additions, 5 deletionspolkadot/consensus/Cargo.toml
- polkadot/consensus/src/collation.rs 20 additions, 9 deletionspolkadot/consensus/src/collation.rs
- polkadot/consensus/src/error.rs 7 additions, 7 deletionspolkadot/consensus/src/error.rs
- polkadot/consensus/src/evaluation.rs 6 additions, 48 deletionspolkadot/consensus/src/evaluation.rs
- polkadot/consensus/src/lib.rs 241 additions, 347 deletionspolkadot/consensus/src/lib.rs
- polkadot/consensus/src/offline_tracker.rs 0 additions, 167 deletionspolkadot/consensus/src/offline_tracker.rs
- polkadot/consensus/src/service.rs 93 additions, 95 deletionspolkadot/consensus/src/service.rs
Please register or sign in to comment