- Sep 11, 2019
-
-
Gavin Wood authored
* Substrate.from() * Fix some transaction validation code * must be more specific for matching now. * Update `wasm-builder` and add `build-only-wasm` script * Update to latest service builder interfaces * ANother substrate update * Another update
-
- Sep 04, 2019
-
-
thiolliere authored
-
- Sep 03, 2019
-
-
gabriel klawitter authored
* remove merge-test and set up kusama-nightly-staging * refactor .gitlab-ci.yml * kusama-nightly-staging typo i * kusama-nightly-staging typo and cond --locked
-
郭光华 authored
-
- Sep 02, 2019
-
-
thiolliere authored
* in progress impl * im_online authorityid * fix * fix * use polkadot-master * trigger CI * trigger CI * fix removal * storage reorganize included * lock version
-
- Aug 29, 2019
-
-
asynchronous rob authored
* core logic for ICMP gossip * refactor gossip to make more extension friendly * move files aroun * extract attestation-gossip logic to its own module * message validation and broadcast logic * fix upstream crates' compilation * add a test * another test for overlapping * Some grammar and phrasing tweaks Co-Authored-By: Luke Schoen <[email protected]> * add since parameter to ingress runtime API * broadcast out known unrouted message queues * fix compilation of service and collator * remove useless index_mapping * some tests for icmp propagation * fix decoding bug and test icmp queue validation * simplify engine-id definition Co-Authored-By: Sergei Pepyakin <[email protected]> * address some grumbles * some cleanup of old circulation code * give network a handle to extrinsic store on startup * an honest collator ensures data available as well * address some grumbles * add docs; rename the attestation session to "leaf work" * module docs * move gossip back to gossip.rs * clean up and document attestation-gossip a bit * some more docs on the availability store * store all outgoing message queues in the availability store * filter `Extrinsic` out of validation crate * expunge Extrinsic from network * expunge Extrinsic from erasure-coding * expunge Extrinsic from collator * expunge from adder-collator * rename ExtrinsicStore to AvailabilityStore everywhere * annotate and clean up message-routing tests
-
- Aug 27, 2019
-
-
Pierre Krieger authored
* Update to latest Substrate * Fix main.rs
-
- Aug 25, 2019
-
-
Chevdor authored
-
- Aug 24, 2019
-
-
Gavin Wood authored
-
Gavin Wood authored
-
Logan Saether authored
-
Gavin Wood authored
-
Gav Wood authored
-
Gavin Wood authored
-
* Allow parallel parachain validation * Fixed test interference * Switch to pooled implementation * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]> * Update validation_host.rs * Minor cleanups * Fixed build
-
- Aug 23, 2019
-
-
Gavin Wood authored
* CC-1 chain spec * Name tweak
-
- Aug 21, 2019
-
-
Jaco Greeff authored
* Add networkId to Kusama chain spec * ss58Format
-
Gavin Wood authored
* Tweak treasury params * Revert clobber
-
- Aug 20, 2019
-
-
asynchronous rob authored
-
Federico Gimenez authored
-
André Silva authored
-
Gavin Wood authored
* Update substrate * Update substrate and some chain spec * Undo old change * Use hex ser/de for ethereum addresses * Add docs. * Accidental line * incorrect fix * Fix build
-
Pierre Krieger authored
-
- Aug 19, 2019
-
-
Gavin Wood authored
* Update to latest substrate * Update lock * Introduce tx version check * Move to release constants * fixes * More updates * More fixes
-
- Aug 18, 2019
-
-
asynchronous rob authored
* error variant for failed deadline compute * fix compilation
-
Gavin Wood authored
-
- Aug 17, 2019
-
-
Gavin Wood authored
-
- Aug 16, 2019
-
-
Gavin Wood authored
* Blocktime and epoch length tweaks. * Tweak probabilities. * Deduplication. * Add testnet values.
-
Bastian Köcher authored
* Fix service setup for non-validator nodes * Apply suggestions
-
Gavin Wood authored
* Update to latest substrate * Propagate substrate#3225 * Fixes * Build * Fix
-
Federico Gimenez authored
-
Shawn Tabrizi authored
* Update to use [u8; 65] for EcdsaSignature * Fix warning
-
cheme authored
-
Tomasz Drwięga authored
-
- Aug 15, 2019
-
-
Pierre Krieger authored
-
Gavin Wood authored
* Claims module uses a hex representation of the address not raw * Fix test
-
- Aug 14, 2019
-
-
* impl reward * typo * more clean RewardAttestation trait * reward by index * address grumble
-
- Aug 13, 2019
-
-
Gavin Wood authored
* Prepare stuff for Kusama (i.e. disable most things) * Fix service (hopefully) * Remove curated grandpa. * Block unwanted transactions a cleaner way. * Add feature for restricting tx types * Cleanups * Make blocktime 1/10th of normal * Fix ordering in construct_runtime * Restore original timing * Revert name change
-
- Aug 12, 2019
-
-
Kian Paimani authored
* Integrate srml/im-online * Fix all build errors with old aura. * Fix most of the build errors. * Builds and tests seem to pass (I will not trust this commit yet) * Apply suggestions from code review Co-Authored-By: Robert Habermeier <[email protected]> * Kill some warnings. * fix panics on 0 validators * Fix dev chain. * Fix author stuff * fix im online integration. * Some tweaks * Introduce app-crypto * Initial build work * codec update / tweaks * patch polkadot-erasure-coding input * More fixes for new crypto * More fixes * Update parachains module * evamp parachain crypto * More crypto work. * Chain spec and service. * ChainSpec stuff * Last bits for a clean build * Tweak coment * adapt polkadot-validation to the new keystore * polkadot-network compiles, but tests don't * Integrate the new parachain validation stuff * delete message_routing file * make polkadot-network tests compile and pass * runtime tests compile and pass * update substrate ref * service compiles * all tests pass * Add TODO, change branch back to polkadot-master * Lock file * TODOs done * Issue number * Remove old tODO * Remove commented code
-
- Aug 07, 2019
-
-
Gavin Wood authored
* Integrate the claims. * Remove accidetnal code. * Update runtime/src/lib.rs Co-Authored-By: thiolliere <[email protected]> * Add Config. * Introduce claims to config * Expose claims module signing Prefix (#358) * Update parking_lot, bette trait args
-