- Feb 04, 2019
-
-
- Jan 29, 2019
-
-
Gav Wood authored
* Add claims. * Failing build * Updatee to latest substrate, fix tests * Remove unneeded * Introduce tests with real work sig * Use right 64 bytes of pubkey to get eth addr * Fix for eth sig * Fix build * Fix wasm * Use new externs for eth crypto. * Bump spec version * New runtime
-
- Jan 28, 2019
-
-
thiolliere authored
-
- Jan 27, 2019
-
-
Bastian Köcher authored
* Updates substrate to latest master * Use slot_duration and not slot * Update to latest substrate master again to have latest CLI * Rename iherent indentifier * Update after master merge
-
Benjamin Wasty authored
-
- Jan 25, 2019
-
-
Gav Wood authored
* Add claims. * Failing build * Updatee to latest substrate, fix tests * Remove unneeded * Introduce tests with real work sig * Use right 64 bytes of pubkey to get eth addr * Fix for eth sig * Fix build * Fix wasm
-
- Jan 24, 2019
-
-
asynchronous rob authored
* erasure-coding block data * adjust error handling * merkleize chunks and yield branches for each * construction and proving of merkle branches * port over to new GF(2^16) impl * some tests for wrapped_shard * handle extra byte from GF(2^16) better * point to github dependency * add issue link * point to master for reed-solomon-erasure * add missing license header
-
added newer rust version required, and instructions for updating Rust using `rustup update`
-
- Jan 23, 2019
-
-
Sergei Pepyakin authored
-
- Jan 22, 2019
-
-
-
asynchronous rob authored
* read head-data directly out of WASM memory * implement ext_post_message for parachain WASM * further refactoring of the parachain module * add externalities error type * accumulate posted messages when validating parachain candidate * define Extrinsic type in primitives * availability-store: store extrinsic data * compute extrinsic and check against candidate * add some egress queue tests * grumbles & substrate update * ensure everything builds
-
- Jan 18, 2019
-
-
asynchronous rob authored
-
Gav Wood authored
* Update to latest Substrate * Fix tests * Update src/main.rs Co-Authored-By: gavofyork <[email protected]>
-
Gav Wood authored
-
Gav Wood authored
-
asynchronous rob authored
* remove availability vote type from statement-table * expunge availability statement from consensus module * expunge availability from duty roster * rename StatementProducer to ParachainWork * fix runtime tests and remove availability statement variant * update wasm
-
- Jan 17, 2019
-
-
asynchronous rob authored
* default to alexander testnet * use empty pattern-match
-
- 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
-