- Jan 03, 2020
-
-
Arkadiy Paronyan authored
* Allow both polkadot and kusama runtimes * Allow both polkadot and kusama runtimes * Make `collator` build * Removed kusama runtime * Introduced common runtime * Updated for latest substrate * Updated CI targets * Updated CI version check * Removed unused dependency * Pulled latests substrate * Pulled latest substrate * Fixed version * Apply suggestions from code review Co-Authored-By: Bastian Köcher <[email protected]> * NEW_HEADS_IDENTIFIER moved to primitives * Updated CI check script * Fixed script * Set epoch duration for polkadot * ci: check_runtime for both runtimes Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: gabriel klawitter <[email protected]>
-
- Dec 24, 2019
-
-
Gavin Wood authored
* Updates, but won't build. * Bump version. * Fix * Fix test
-
- Dec 19, 2019
-
-
Bastian Köcher authored
* Update to latest Substrate master * Fix tests
-
- Dec 17, 2019
-
-
Ashley authored
* Propagate Substrate#4284 to Polkadot * Fix tests * Fixes * Use hash part of fund id as child unique id. * Add comma * Switch branch * run cargo update * Update polkadot-master only * Fix collator
-
- Dec 02, 2019
-
-
Benjamin Kampmann authored
* rename crates as appropriate * Rename to use master - easy to revert, but shows it's working * Bump runtime version * Bump version * Bump Substrate again
-
- Nov 22, 2019
-
-
joe petrowski authored
* update substrate for change to palette * change paint to palette * update lock * Fix missing import * change to polkadot-master * Use same commit hash of parity-common * Resolve linking errors * Rename to frame * bump spec * Subsume #602 and #596 * Fix DispatchInfo * Merge `futures03` and `joe-update-to-palette` (#606) * Change repo and branch * Made changes * Bumped async-std version * Fix line width * Bump spec_version * Fix `run_to_block` for Crowdfund module (#603) Probably a copy paste error. * Bump dependencies * Update trie-db to be inline with substrate * Fix documentation warning * Fix test compilation
-
Shawn Tabrizi authored
Probably a copy paste error.
-
- Nov 19, 2019
-
-
Gavin Wood authored
* Update Substrate after repository reorganisation * Switch back to polkadot-master * Bump `bitvec` and `parity-scale-codec` (#591) Also bump other dependencies, but respect semver on them.
-
- 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
-
- Oct 28, 2019
-
-
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 8fb635b5.
-
Kian Paimani authored
* Update cargo files * First round of build fixes * update lock file
-
- 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
-
- 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
-
- Oct 11, 2019
-
-
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 4fb52c82adfdaf3af98edfe36b280133bcd4f9d3. * 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
-
- Sep 24, 2019
-
-
- Sep 17, 2019
-
-
Gavin Wood authored
* Initial crowdfund stuff * Make `communication_for` exit when we end a round (#313) * Make `communication_for` exit when we end a round * Fix compilation * Add file * Rest of logic. * Consts to Getters * Cleanups * Trying to get things to compile * More patchwork * Patch dissolve * Patch `fix_deploy_data`, add getters to `NewBidder` * Dispatchable functions compile... with warnings * Fix some warnings and typos * Whitespace to Tabs * Update to use `into_sub_account` * Add events * Basic fixes to runtime logic and checking * Check that auction in progress when creating * Automatically assign end for crowdfund * Update runtime/src/crowdfund.rs Co-Authored-By: Amar Singh <[email protected]> * Update runtime/src/crowdfund.rs Co-Authored-By: Amar Singh <[email protected]> * Update runtime/src/crowdfund.rs Co-Authored-By: Amar Singh <[email protected]> * Update crowdfund.rs * Patch `NewRaise` logic * Test compiles * Make `NewRaised` logic even better * Fix trie id generation, start to add some tests * More tests * Add more tests * Finish tests * Formatting nits * Use `into_iter` * Fix for latest Substrate updates * Cleanup * Fixes. * Copyright header. * Remove dead code. * Reinstate actually alive code. * Fix tests Still have to write some new follow up tests though * Make funds work before auction * Test a fund which spans 2 auctions. * Docs. * Update doc
-