- Aug 16, 2019
-
-
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
-
- Aug 06, 2019
-
-
asynchronous rob authored
* record attestations in storage ringbuffer * remove some reliance on Aura * fix up test configuration * extract attestations stuff out to its own module * add dummy inherent * use double_map * fix a couple more compilation errors
-
asynchronous rob authored
-
Pierre Krieger authored
* Remove tokio dependency from networking * Also remove tokio from service * Finally fix tests
-
- Aug 05, 2019
-
-
Pierre Krieger authored
-
Stanislav Tkach authored
* Pass indices in serialized form * Fix indentation and remove panic * Fix tests and other code * Remove unique voters tracking * Restore validator group check * Fix lock file * Add test * Add attestation sorting * Add validation to the check_candidate function * Update codec version one more time * Remove patch versions
-
- Jul 26, 2019
-
-
Bastian Köcher authored
* Update Substrate * Update Substrate again * Integrate weight/fee stuff. * Add new files.
-
- Jul 25, 2019
-
-
Stefanie Doll authored
-
- Jul 23, 2019
-
-
fix the following error in the log: Could not extract candidates from block body of imported block ...
-
Arkadiy Paronyan authored
* Improved execution & tests * Style * Made CLI arg const * Moved Upwards message * CLI subcommand for validation worker * Build halting parachain * Build halting parachain * Made stuff private * Reorganized parachain tests * Comment * Whitespace * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]> * Fixed call data size check and introduced an enum * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]>
-
- Jul 22, 2019
-
-
Jualy authored
/data path should link to /root/.local/share/polkadot
-
- Jul 21, 2019
-
-
Jualy authored
Connect rpc port 9933 failed if polkadot startup without --rpc-external
-
- Jul 19, 2019
-
-
Shawn Tabrizi authored
* Initial fixes * Clean up Timestamp * Patch futures * Typo * Fix compilation of tests * Fix parachains tests * Update runtime/src/parachains.rs Co-Authored-By: thiolliere <[email protected]> * Update runtime/src/parachains.rs Co-Authored-By: Gavin Wood <[email protected]>
-
- Jul 16, 2019
-
-
Shawn Tabrizi authored
* Update runtime to use Origin Needed for: https://github.com/paritytech/substrate/pull/3045 When we merge to latest Substrate * Fix formatting
-
- Jul 12, 2019
-
-
Arsen A. Gutsal authored
* Dockerfile fixed. * docker: use init.sh to setup rust env
-
- Jul 11, 2019
-
-
Bastian Köcher authored
-
- Jul 10, 2019
-
-
Bastian Köcher authored
-
-
- Jul 09, 2019
-
-
Bastian Köcher authored
* Make `collator::Network` require `Send + Sync` to make it work * Update packages * Update to latest Substrate * Make it compile and make tests work * Use `polkadot-master` * Fix CI * Remove `build.sh` from readmes * Delete old stuff * Bring one back
-
- Jul 05, 2019
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Make `communication_for` exit when we end a round * Fix compilation
-
- Jul 04, 2019
-
-
Gavin Wood authored
* Best effort to bring up to date. * Fix the executor stuff * Update verisons. * Finish fixing * Final fixes and warnings. * add some docs and bump Wasm versions * Fix tests * Fix final test
-
- Jul 02, 2019
-
-
* Add claims prefix to the genesis configuration * Claims module not included in runtime yet So we don't need to set any genesis config yet * Use Param rather than Storage
-
Black3HDF authored
-
- Jun 27, 2019
-
-
Bastian Köcher authored
* Introduce `BuildParachainContext` trait * Change the structure and hide the actual network implementation behind a trait * Add functions to collator `Network` trait
-
- Jun 25, 2019
-
-
Bastian Köcher authored
* Expose `collator_id_to_peer_id` * `ValidationNetwork` expose `checked_statements` * Style nit
-
asynchronous rob authored
* burn parachain funds depending on candidate fees * charge fees when executing parachain * fix test compilation * branch grumble addressed * test that Balance >= usize
-
Bastian Köcher authored
* Make `polkadot-parachain` call `validate_block` instead of `validate` Also switch to rust 2018 in the crate * Use `rstd` * Make `load_params` a pointer
-
* Pass `relay_parent` hash to `produce_candidate` * Fixes compilation
-