- 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
-
in accordance with https://github.com/paritytech/substrate/pull/1397
-
- Jan 09, 2019
-
-
Björn Wagner authored
-
Gav Wood authored
-
- Jan 08, 2019
-
-
Luke Schoen authored
Typo as identified here https://github.com/paritytech/polkadot/pull/64#discussion_r245995562
-
Luke Schoen authored
* docs: Update Readme for PoC-3 * docs: Fix formatting and update Docker section * docs: Fix formatting. Start trying to make consistent with Substrate repo * docs: Move Two-Node example into Hack on Substrate
-
Gav Wood authored
* Update to latest substrate * Fix as much as I can * Store key out of Environment::init * Fix service compile
-
- Dec 29, 2018
-
-
asynchronous rob authored
-
- Dec 21, 2018
- Dec 20, 2018
-
-
Gav Wood authored
-
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 14, 2018
-
-
asynchronous rob authored
-
-
- 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
-
- Dec 07, 2018
-
-
gabriel klawitter authored
* ci: add Dockerfile and its build * make docker version tag * polkadot with static ip address in nodeport stateful set on kubernetes * use helm for templating * enable rbac for polkadot
-
- 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
-
- Nov 26, 2018
-
-
asynchronous rob authored
* statement table yields fully-attested candidates * attestation types in polkadot-primitives * propose block with fully-attested candidates in consensus * some signature-checking logic in the runtime * fix runtime compilation * ensure attestations are full and without duplicate when checking * fix consensus-service compilation * add some tests * use bitvec from crates.io now that it's published * sign statements based on primitive statement's encoding * remove some serialize bounds * Fix error message with duplicate availability attestations Co-Authored-By: rphmeier <[email protected]>
-
- Nov 25, 2018
-
-
Gav Wood authored
* 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
-
- Oct 01, 2018
-
-
gabriel klawitter authored
* add test build jobs for gitlab ci * add web to only tests condition * cleanup * remove variables
-
- Sep 12, 2018
- Sep 10, 2018
- Sep 01, 2018
-
-
Gav Wood authored
Authoring with WASM runtime
-
- Aug 31, 2018
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
Upgrade to Substrate#629
-
* force delay only on votes * set proposal timestamp forward * Adjusted timeout formula
-
Sergey Pepyakin authored
-
- Aug 30, 2018