- Mar 06, 2019
-
-
asynchronous rob authored
* Integrates new gossip system into Polkadot (#166) * new gossip validation in network * integrate new gossip into service * Fix build * Fix claims module * fix warning * update to latest master again * update runtime
-
- Mar 05, 2019
-
-
André Silva authored
-
- Mar 04, 2019
-
-
André Silva authored
-
- Feb 28, 2019
-
-
joe petrowski authored
* remove TODO TODO should have been removed after the last update * add issue link to grandpa config * add todo with link * update issue link to substrate
-
- Feb 26, 2019
-
-
-
* add issue link * add issue link * add issue link * Update README.adoc * add parens * add issue link * add issue link * add issue link * add issue link * add issue link * add issue link * add issue link
-
gabriel klawitter authored
* ci: add check:merge:conflict job * split caches between test and release job
-
- Feb 25, 2019
-
-
* Add fn to validate egress routes * Add blank tests * Reject routing to non existent parachains * Reject if routing to self * Reject if egress route parachain ids out of order * Extract method for checking egress routes * Reject empty egress routes * Extract test method * Generate empty trie root constant in build script * Remove unwraps * Hardcode EMPTY_TRIE_ROOT and add test to verify * Const not pu
-
- Feb 24, 2019
-
-
- Feb 22, 2019
-
-
Wei Tang authored
-
- Feb 21, 2019
-
-
* Initial rename of consensus -> validation * Rename crate imports * network: rename consensus to validation * network: rename consensus in comments and logs * Grumbles * Rename tests consensus -> validation
-
- Feb 20, 2019
-
-
-
Milen Radkov authored
* update version to 0.3.14 and add --chain alex - update to latest docker polkadot version - 0.3.14 - add the `--chain alex` argument which is necessary for the Alexander testnet * add custom node name add custom node name
-
Jack Westmore authored
-
asynchronous rob authored
* define Id type in polkadot-parachain and depend on that in primitives. * fix tests
-
- Feb 19, 2019
-
-
asynchronous rob authored
-
asynchronous rob authored
* compute ingress and routing in polkadot runtime * extract parent candidates from block when beginning consensus * fetch incoming messages when validating * fix consensus tests * parachain wasm execution uses messages * update parachain tests to check if messages are executed * abstract out network service to make room for network tests * skeleton for incoming data fetch * collate ingress from consensus-gossip * keep track of validated candidates in the shared-table * add some shared_table tests for new behavior * broadcast egress messages on gossip * test compute_ingress * move network tests to module folder * dummy network for consensus-network tests * make consensus network generic over executor * test egress broadcast and ingress fetch * fix test compilation * address some grumbles * address grumbles and fix parachain shuffle * remove broadcast parameter from consensus network trait
-
- Feb 18, 2019
-
-
asynchronous rob authored
-
- Feb 13, 2019
-
-
Gav Wood authored
-
- Feb 09, 2019
-
-
Gregory Terzian authored
* update to latest substrate - protocol API update * nits * remove the wait on a future * use std mpsc for oneshot
-
- Feb 08, 2019
-
-
Benjamin Kampmann authored
* cargo update * Update to latest ctrlc crate * Update vergen * Update to latest pretty_assertions * Update log * Update parking_lot * Update hex-rustc
-
- 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.
-