Authorship works again (#50)
* provide through inherent-data when authoring * remove unneeded codec round-trip in proposer * refactor polkadot-consensus service architecture * integrate block authorship into polkadot service * remove unused extern substrate-network crate in service * write wrapper for unifying errors in consensus proposer * extend wrapper further * switch temporarily to macro-changing branch * runtime compiles * implement `inherent_extrinsics` for runtime * block authorship works * add GRANDPA to polkadot runtime * get everything compiling * use substrate master branch again * remove some unneeded params * update WASM * parse only extrinsics when pruning availability store * update recent deps * runtime almost compiles * need to expose trait type in build : I had to put phantomdata manually. * finish updating authorship to latest GRANDPA and Aura * fix tests * update wasm
Showing
- polkadot/Cargo.lock 468 additions, 256 deletionspolkadot/Cargo.lock
- polkadot/availability-store/Cargo.toml 3 additions, 3 deletionspolkadot/availability-store/Cargo.toml
- polkadot/availability-store/src/lib.rs 1 addition, 1 deletionpolkadot/availability-store/src/lib.rs
- polkadot/cli/src/lib.rs 1 addition, 1 deletionpolkadot/cli/src/lib.rs
- polkadot/consensus/Cargo.toml 0 additions, 1 deletionpolkadot/consensus/Cargo.toml
- polkadot/consensus/src/attestation_service.rs 216 additions, 0 deletionspolkadot/consensus/src/attestation_service.rs
- polkadot/consensus/src/dynamic_inclusion.rs 0 additions, 3 deletionspolkadot/consensus/src/dynamic_inclusion.rs
- polkadot/consensus/src/lib.rs 72 additions, 92 deletionspolkadot/consensus/src/lib.rs
- polkadot/primitives/src/lib.rs 4 additions, 2 deletionspolkadot/primitives/src/lib.rs
- polkadot/runtime/Cargo.toml 4 additions, 0 deletionspolkadot/runtime/Cargo.toml
- polkadot/runtime/src/lib.rs 110 additions, 204 deletionspolkadot/runtime/src/lib.rs
- polkadot/runtime/src/parachains.rs 19 additions, 13 deletionspolkadot/runtime/src/parachains.rs
- polkadot/runtime/wasm/Cargo.lock 174 additions, 25 deletionspolkadot/runtime/wasm/Cargo.lock
- polkadot/runtime/wasm/Cargo.toml 3 additions, 0 deletionspolkadot/runtime/wasm/Cargo.toml
- polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm 0 additions, 0 deletions...m32-unknown-unknown/release/polkadot_runtime.compact.wasm
- polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm 0 additions, 0 deletions...rget/wasm32-unknown-unknown/release/polkadot_runtime.wasm
- polkadot/service/Cargo.toml 2 additions, 1 deletionpolkadot/service/Cargo.toml
- polkadot/service/src/chain_spec.rs 16 additions, 20 deletionspolkadot/service/src/chain_spec.rs
- polkadot/service/src/lib.rs 131 additions, 58 deletionspolkadot/service/src/lib.rs
Please register or sign in to comment