- Apr 03, 2019
-
-
* update to latest substrate v1.0: release v0.4.1 * use import queue with support for old seals * use v1.0 of substrate
-
- Apr 02, 2019
-
-
Bastian Köcher authored
* Update Alexander to latest substrate master * Bump runtime verison * Update to latest substrate changes * Update substrate again * Update to substrate master * Bump to `v0.4.0` * Update runtime
-
- Mar 27, 2019
-
-
André Silva authored
-
- Mar 26, 2019
-
-
* update to substrate master: bump version to 0.3.20 * runtime: add offchain worker trait * runtime: rebuild wasm blobs
-
- Mar 25, 2019
-
-
André Silva authored
* update to substrate master: bump version to v0.3.19 libp2p network improvements * network: replace NodeIndex with PeerId * network: fix tests
-
- Mar 22, 2019
-
-
André Silva authored
* update to latest substrate master * bump version to 0.3.18 * update to latest substrate master * bump spec version * update runtime wasm blobs * remove current_offline_slash from chain spec
-
- Mar 20, 2019
-
-
André Silva authored
-
asynchronous rob authored
* update substrate v0.3 to latest master * bump spec version * update to latest master: remove fees module * update runtime blobs * bump version to 0.3.16
-
- Mar 13, 2019
-
-
asynchronous rob authored
* update to substrate master * fix test
-
- Mar 04, 2019
-
-
André Silva authored
-
* new gossip validation in network * integrate new gossip into service
-
- Feb 25, 2019
-
-
* updating to latest substrate v0.10 * better handling of outer poll * nit * fix tests * remove comment * reduce indentation * use self.poll * bring oneshot into scope * spaces * wrap * remove match * wrap * Update primitives/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update runtime/wasm/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update runtime/wasm/Cargo.toml Co-Authored-By: gterzian <[email protected]> * Update test-parachains/adder/collator/src/main.rs Co-Authored-By: gterzian <[email protected]> * indent * add paranthese
-
- Feb 11, 2019
-
-
André Silva authored
-
André Silva authored
-
- Feb 07, 2019
-
-
Pierre Krieger authored
-
Pierre Krieger authored
-
Pierre Krieger authored
-
- Feb 06, 2019
-
-
-
André Silva authored
-
- Feb 01, 2019
-
-
asynchronous rob authored
-
- Jan 31, 2019
-
-
asynchronous rob authored
-
asynchronous rob authored
-
- Jan 27, 2019
-
-
asynchronous rob authored
-
- Jan 26, 2019
-
-
asynchronous rob authored
-
- Jan 25, 2019
-
-
André Silva authored
-
- Jan 23, 2019
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
- Jan 21, 2019
-
-
asynchronous rob authored
* bump substrate version * fix polkadot-collator
-
- Jan 18, 2019
- Jan 16, 2019
-
-
Gav Wood authored
* Fixes for substrate#1404 * Updates for latest Substrate * Update lock file * Update runtime.
-
- Jan 15, 2019
-
-
asynchronous rob authored
-
- Jan 08, 2019
-
-
Gav Wood authored
* Update to latest substrate * Fix as much as I can * Store key out of Environment::init * Fix service compile
-
- Dec 21, 2018
-
-
Gav Wood authored
-
- Dec 20, 2018
-
-
Gav Wood authored
-
Gav Wood authored
-
asynchronous rob authored
* update to latest substrate * update WASM and runtime * Rename Id to ParaId in decl_{module,storage} (exported metadata type) (#58) * Rename Id to ParaId in decla_module (exported type) * AccountParaId -> AccountId
-
- Dec 11, 2018
-
-
asynchronous rob authored
* 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
-
- Nov 28, 2018
-
-
asynchronous rob authored
* multiple consensus sessions in network * tests compile, add a test for RecentSessionKeys * track recently received session keys from validators * add a test for desired key-sending behavior
-