- Nov 09, 2019
-
-
gabriel klawitter authored
-
- Nov 08, 2019
-
-
-
Gavin Wood authored
* Bump Substrate and versions (#531) * Bump versions * Build fix. * Enable governance (#536) * Enable governance * Tweak a few parameters * Bump substrate, versions. (#538) * Bump substrate, versions. * Build fix * Bump rpc deps (#537) * Update to latest sub * Revert branch update * Update. * Update tests. * Ignore warnings in tests. * Revert substrate (#540) * Version bump * Bump Substrate, versions. (#542) * Bump Substrate, versions. Also revert the enabling of democracy * Build fix * Bump Substrate (#544) * Bump Substrate * Fix * A few tidyups * Bump Substrate (#547) * Bump Substrate * Another bump * Fixed build for new block_import API * Enable grandpa migration. (#549) * Enable grandpa migration. * Bump runtime version
-
- Nov 05, 2019
-
-
Xiliang Chen authored
* add comments for WonRenewal event * make event argument order consistent
-
* Update to latest sub * Revert branch update * Update. * Update tests. * Ignore warnings in tests.
-
- Nov 02, 2019
-
-
Gavin Wood authored
* im-online module should report offences * Bump runtime
-
- Nov 01, 2019
-
-
Gavin Wood authored
* Bump substrate * Bump runtime version * Fix Configuration stuff * switch to custom branch * add new backend entry, ignore it * Bump runtime version, update substrate. * Rename branch back * Update substrate
-
- Oct 31, 2019
-
-
Gavin Wood authored
* Bump substrate * Bump runtime version * Fix Configuration stuff * fix extract_proof return type * add ImOnline module as Authorship event handler
-
Denis_P authored
* retry on gitlab system failures * max is just 2
-
- Oct 30, 2019
-
-
André Silva authored
-
- Oct 29, 2019
-
-
Gavin Wood authored
* Update Substrate * Attempt a fix * Update substrate again * Fix compilation * update substrate add support for sentry * Fixes tests
-
- Oct 28, 2019
-
-
Kian Paimani authored
* Update cargo files * First round of build fixes * update lock file * Fix builds again * Revert cargo file * remove elections genesis * Fix chain spec * Remove imports * Update runtime/src/lib.rs Co-Authored-By: Gavin Wood <[email protected]>
-
Gavin Wood authored
* Fix locking, from an updated Substrate (#506) * Fix locking, from an updated Substrate * Bump runtime version * Lock file. * Bump version and extra fix.
-
Gavin Wood authored
This reverts commit 89ac39fc.
-
Gav Wood authored
-
Kian Paimani authored
* Update cargo files * First round of build fixes * update lock file
-
- Oct 27, 2019
-
-
Gavin Wood authored
* Update Substrate and add support for account nicknames * Bump spec version * Bump substrate branch * Make nicks callable. * Bump Substrate
-
- Oct 25, 2019
-
-
Gavin Wood authored
* Final tweaks for Kusama PrePos. * Replace old code * Extra utility function. * Update to latest Substrate * Update to latest again
-
André Silva authored
* service: don't use the grandpa observer * service: remove unnecessary boxing * service: fix indentation * service: remove unnecessary on_exit tasks spawned with `spawn_task`/`spawn_essential_task` are already guarded by `on_exit`. * Update service/src/lib.rs Co-Authored-By: Gavin Wood <[email protected]>
-
André Silva authored
* update to latest substrate polkadot-master * Bump to 0.6.3
-
André Silva authored
-
- Oct 24, 2019
-
-
Gavin Wood authored
* Switch elections to Phragmen, enable them in PoA * Remove superfluous code. * Build fixes * Update to substrate master * Build fixes * Add warning * Disable authority discovery for now * Remove commented code * Fix warning
-
- Oct 23, 2019
-
-
André Silva authored
* update to latest substrate master * Fix compilation
-
Tomasz Drwięga authored
* Use node-rpc extensions to support account_nextIndex. * Remove todo. * Update lock. * Use new srml_system_rpc crate. * Update to substrate=master * Update lockfile. * Update to polkadot-master. * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]>
-
- Oct 22, 2019
-
-
gabriel klawitter authored
-
- Oct 21, 2019
-
-
-
fbranciard authored
-
Bastian Köcher authored
* Collator node need to register all gossip validators as well * Make sure that parachain authorities are only written once at genesis * Fix test
-
- Oct 20, 2019
-
-
Bastian Köcher authored
-
- Oct 19, 2019
-
-
Kian Paimani authored
* Update cargo files * Make it build again. * Fix build * revert cargo file * New lockfile * Bump.
-
Bastian Köcher authored
* Pass `client` and `task_executor` to `BuildParachainContext` * Update `Cargo.lock`
-
Bastian Köcher authored
-
- Oct 16, 2019
-
-
gabriel klawitter authored
* change versioning and tagging of releases
-
- Oct 11, 2019
-
-
yjh authored
Signed-off-by: yjhmelody <[email protected]>
-
Bastian Köcher authored
* Update to latest Substrate master * Fix * Fix compilation
-
Gavin Wood authored
* Rest of parathread draft implementation, parachain permissioning. * Update Substrate * Update Substrate again * Integrate weight/fee stuff. * Council * Build fixes * More fixes * Minor additions * fix some small errors * Revert "fix some small errors" This reverts commit 4fb52c82 . * Merge fix. * do_swap -> on_swap * Update depdendency to polkadot-master * Fix more merge problems * Some patching of errors * Fix storage closure * Actually fix storage. It builds! * Tests run... but not successfully. * Add `run_to_block` to get parachains active to start * More `run_to_block` * Fix build * Queue up changes to threads * Move registration test * Fix regsiter/deregister test * Retry queue. * Minor refactor * Refactor to avoid heavy storage items * Make tests pass * remove para on deregister, add events * Remove println * Fix register/deregister parathread test * fix merge * Parathread can be activated test * Test auction * Add `Debtors` storage item I considered putting the debtor information in `ParaInfo`, but it did not make sense to me since this information only applies to parathreads, not `paras` in general. * remove comment code * Some new tests * Fixes for removing threads when scheduled. Tests. * Test progression of threads. * Test that reschedule queuing works properly. * Make test slightly more interesting * whitespace * Swap works properly. * Update locks * Build * Rename can_swap * Add test for funds to be correctly returned after a swap Swap does not seem to have logic which correctly swaps the debtor account to the new parathread. * Make tests consistant * Add check that `PendingSwap` is cleaned up * Update runtime/src/parachains.rs Co-Authored-By: Robert Habermeier <[email protected]> * Update runtime/src/registrar.rs Co-Authored-By: Robert Habermeier <[email protected]> * Some fixes/suggestions from review * Docs * Apply suggestions from code review Co-Authored-By: Robert Habermeier <[email protected]> Co-Authored-By: Shawn Tabrizi <[email protected]> * Update network/src/gossip.rs Co-Authored-By: Robert Habermeier <[email protected]> * Rename OnSwap * Add missing `]` * Rejig ordering semantics, making everything a bit slower but correct. * Some Fixes to Parathread Compile (#470) * Some Fixes * Fix queue_upward_messages * Change back to const * Build fixes * Fix tests
-
- Oct 10, 2019
-
-
gabriel klawitter authored
-
Ashley authored
* change upstream and branch * Fix build * remove doc renamings * Fix tests * . * Revert changing fork and branch * Update Cargo.toml * Update parachains.rs
-
yjh authored
Signed-off-by: yjhmelody <[email protected]>
-
- Oct 08, 2019
-
-
This replicates changes to `Environment`/`Proposer` that are used internally at Cumulus.
-