- Apr 07, 2020
-
-
Cecile Tonglet authored
* Initial commit Forked at: 77de8b91 Parent branch: origin/master * Switch substrate to branch cecton-the-revenge-of-the-cli * Adapting code * Update Cargo.lock * Adapting code * Adapt more code * Implement force_kusama parameter * Revert dependency update * Adapt code to use ref to SubstrateCli object * Updated to latest version * Updated with latest changes * Bump spec vesion * Fixed tests * WIP Forked at: 77de8b91 Parent branch: origin/master * More fixes * Cargo.lock * Updated code * Fixed and adapt * Fixed dependency issue with wasm * Adapted code * Revert branch change * Cargo.lock * Cargo.lock * Adapt code * Clean-up * More clean-up * Cargo.lock
-
- Apr 03, 2020
-
-
André Silva authored
* update substrate * Hopefully fix compilation * network: rename roles to role * runtime: fix runtime-benchmarks compilation Co-authored-by: Pierre Krieger <[email protected]>
-
Pierre Krieger authored
* Companion PR to splitting Roles * Fix network tests * Fix service build * Even more fixing * Oops, quick fix * use is_network_authority in grandpa service config Co-authored-by: André Silva <[email protected]>
-
- Apr 01, 2020
-
-
Gavin Wood authored
* Fixes for democracy using Scheduler * Revert branch change * Emojis
-
Gavin Wood authored
* Fixes for democracy using Scheduler * Revert branch change
-
- Mar 26, 2020
-
-
Gavin Wood authored
-
- Mar 23, 2020
-
-
Gav Wood authored
-
- Mar 21, 2020
-
-
Gav Wood authored
-
Gavin Wood authored
* Updates for the new democracy * Introduce progressive democracy Also move to "master" branch of Substrate ready for continuous sync with Substrate master.
-
Ashley authored
* Add cli to wasm tests, update and bring closer to the substrate browser code * Remove ws.js * Update cli/src/browser.rs Co-Authored-By: Pierre Krieger <[email protected]> * Update browser.rs Co-authored-by: Gavin Wood <[email protected]> Co-authored-by: Pierre Krieger <[email protected]>
-
- Mar 19, 2020
-
-
André Silva authored
* bump version to v0.7.27 * update to latest substrate polkadot-master * bump runtime impl_version
-
- Mar 17, 2020
-
-
Gavin Wood authored
-
André Silva authored
* grandpa: add voting rule to pause new votes for a period * grandpa: increase delay * grandpa: parse custom pause delay from cli * grandpa: log scheduled pause on startup * grandpa: rename parameter to grandpa_pause * grandpa: make pause voting rule generic on block * grandpa: add test for pause voting rule * grandpa: add hardcoded pause * collator: fix test compilation
-
Gavin Wood authored
* Bump version and Substrate * Version * Lock
-
- Mar 16, 2020
-
-
Gavin Wood authored
-
- Mar 14, 2020
-
-
Gavin Wood authored
* Insert storage for finality tracker * Bump lock * Bump version
-
- Mar 13, 2020
-
-
Gavin Wood authored
* Bump version * Cargo lock * Bump runtime version * Bump Substrate again to include recent fix
-
Gavin Wood authored
* Flag to force kusama runtime * Chainspecs for kusama * Polkadot config for westend Co-Authored-By: Bastian Köcher <[email protected]> * network/src/legacy/gossip: Wrap GossipEngine in Arc Mutex & lock it on use `GossipEngine` in itself has no need to be Send and Sync, given that it does not rely on separately spawned background tasks anymore. `RegisteredMessageValidator` needs to be `Send` and `Sync` due to the inherited trait bounds from implementing `GossipService`. In addition `RegisteredMessageValidator` derives `Clone`. Thereby `GossipEngine` needs to be wrapped in an `Arc` and `Mutex` to keep the status quo. * Needed fixes. * Fixes * Fixed build * Fixed build w benchmarking CLI * Fixed building tests * Added --dev shortcut Co-authored-by: arkpar <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Max Inden <[email protected]>
-
Bastian Köcher authored
-
Shawn Tabrizi authored
* fix * Starting to add benchmarks * make compile * add benchmarks * Make work with Substrate master * Bench validate unsigned * back to polkadot master * starting to add cli with feature flag * more stuff * Add to kusama * Update Cargo.lock * fix dev dep * bump wasm builder * Remove encode from keccak benchmark * bump spec * Add weight documentation * Update Cargo.lock * Update check_runtime.sh * Update publish_draft_release.sh * Update Cargo.lock Co-authored-by: thiolliere <[email protected]>
-
- Mar 10, 2020
-
-
Ashley authored
* Fix browser node * Use feature instead
-
- Mar 07, 2020
-
-
Gavin Wood authored
* Bump version to knock the -dev * Update lock
-
- Mar 06, 2020
-
-
Gavin Wood authored
* Bump Substrate and some fixes * Bump runtime * version bump
-
- Mar 05, 2020
-
-
asynchronous rob authored
* expunge legacy code from polkadot-network * mostly rip out old legacy protocol from service * ensure validation work is spawned by incoming messages * decouple availabliity store from network logic; clean up data flow * av_store: test helpers and use futures-abort * update polkadot-validation to pass n_validators when submitting chunks * fallible erasure-chunk fetching * implement `ErasureNetworking` for new network prot * API for registering availability store in network * fully integrate new network service into service * fix validation tests * scaffolding for porting collator over to new network * track connected validators' peer IDs and distribute collators' collations * helper in network for fetching all checked statements * fix adder-collator * actually register notifications protocol * Update service/src/lib.rs * merge with master
-
Gavin Wood authored
* Switch branch * Small changes * Update substrate branch * Switch * Revert "Switch branch" This reverts commit b9d48b2c. * fix * add `wipe` and `commit` * Remove deprecated_host_interface * Switch branch * HasherFor -> HashFor * More HasherFor changes * Final touches * Revert "Switch branch" This reverts commit d0da2731 . Co-authored-by: thiolliere <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Feb 28, 2020
-
-
Bastian Köcher authored
* Begin to update to latest Substrate master * Fix compilation * Remove `Balances` from `OnKilledAccount` * Update cli/src/command.rs Co-Authored-By: Cecile Tonglet <[email protected]> * Change gossip name * Change again Co-authored-by: Cecile Tonglet <[email protected]>
-
- Feb 19, 2020
-
-
André Silva authored
-
Nikolay Volf authored
* try to update * latest updates * final fixes * Fix claim w/ vesting logic * Make claim tests a bit better Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Feb 10, 2020
-
-
Cecile Tonglet authored
Make sure that --dev purge-chain is rejected ``` [0] [11:24:02] ~/r/polkadot master > ./target/debug/polkadot purge-chain --dev -y "/home/cecile/.local/share/polkadot/chains/dev/db" did not exist. [0] [11:25:36] ~/r/polkadot cecton-fix-invalid-argument-order > ./target/debug/polkadot --dev purge-chain -y error: Found argument 'purge-chain' which wasn't expected, or isn't valid in this context USAGE: polkadot --dev For more information try --help ```
-
Cecile Tonglet authored
* Initial commit Forked at: 6a2092d6 Parent branch: origin/master * Test running node and interrupts * WIP Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750 Parent branch: origin/cumulus-branch * Update Cargo.lock * WIP Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750 Parent branch: origin/cumulus-branch * WIP Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750 Parent branch: origin/cumulus-branch * WIP Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750 Parent branch: origin/cumulus-branch
-
- Feb 09, 2020
-
-
Gavin Wood authored
* Amalgamate pieces of balance module * Fixes for vesting split * Refactoring for vesting/balances split * Build fixes * Remove on_free_balance_zero and some docs. * Indentation. * Revert branch * Fix. * Update substrate: fixes after CLI refactoring * Reverting removal of exit * Removed too much again * Update Cargo.lock * Cargo.lock * Update Substrate, ready for #4820 * Fixes * Update to latest substrate master * Fix network tests * Update lock * Fix tests * Update futures to get bug fixes * Fix tests for new balances/vesting logic * Cargo fix * Another fix Co-authored-by: Cecile Tonglet <[email protected]> Co-authored-by: Robert Habermeier <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- Feb 03, 2020
-
- Feb 01, 2020
-
-
Ashley authored
* Fix browser.rs * Apply suggestions from code review Co-authored-by: Bastian Köcher <[email protected]>
-
- Jan 31, 2020
-
-
Gavin Wood authored
* Update to latest Substrate master * upgrade decl_storage declaration * Companion PR to Substrate#4752 * Substrate update: Identity should bound additional fields (#4770) Substrate commit: 2c9ce7296b19934b1ffd50150be2fdb2ddf81a4e * WIP * WIP * Updated substrate and fixes * Fix compilation and switch to latest wasm-builder-runner * Fixed missing doc * Update collator/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: thiolliere <[email protected]> Co-authored-by: Pierre Krieger <[email protected]> Co-authored-by: Cecile Tonglet <[email protected]>
-
- Jan 29, 2020
-
-
Ashley authored
* upgrade tokio again * Remove WrappedExecutor * switch to spawn_blocking
-
- Jan 23, 2020
-
-
ddorgan authored
* add json * Add spec changes * Fix config method * spaces -> tabs
-
- Jan 22, 2020
-
-
Bastian Köcher authored
* Update to latest Substrate master * Update wasm-builder and make `run` work
-
- Jan 18, 2020
-
-
Gavin Wood authored
-
- Jan 17, 2020
-
-
André Silva authored
* update latest substrate polkadot-master * fix test compilation * bump version to 0.7.18 * bump impl_version * update substrate * Revert "Instantiate environment with asynchronous API (#768)" This reverts commit 989db4b8. * update substrate * remove unused parameter type * bump trie-db version for tests * fix collator test * update substrate * remove unnecessary service changes
-
- Jan 16, 2020
-
-
asynchronous rob authored
* point to in-progress Substrate branch * instantiate environment async * Fix futures * Bump runtime * Fix collation tests * point to polkadot-master again * point to polkadot-master again * update deps Co-authored-by: Ashley <[email protected]>
-