- 03 Jan, 2020 1 commit
-
-
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 <bkchr@users.noreply.github.com> * 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 <bkchr@users.noreply.github.com> Co-authored-by:
gabriel klawitter <gabreal@users.noreply.github.com>
-
- 24 Dec, 2019 1 commit
-
-
Gavin Wood authored
* Updates, but won't build. * Bump version. * Fix * Fix test
-
- 18 Dec, 2019 1 commit
-
-
Gavin Wood authored
* Increase the minimum treasury bond to reduce silly proposals * Bump substrate * Bump version
-
- 12 Dec, 2019 1 commit
-
-
Gavin Wood authored
* update to latest renames * Bump Substrate * Bump substrate
-
- 09 Dec, 2019 1 commit
-
-
Gavin Wood authored
* Bump Substrate, add Identity module * Bump Substrate again
-
- 05 Dec, 2019 1 commit
-
-
Gavin Wood authored
-
- 04 Dec, 2019 2 commits
-
-
Gavin Wood authored
* Tweak some Kusama params - Council elections daily - No treasury burn - Bonding/slash defer periods of 7 days * Bump runtime * Bump version
-
Gavin Wood authored
* Bump version * Update Cargo lock and bump runtime version * Remove balance transfer disabler.
-
- 03 Dec, 2019 3 commits
-
-
Gavin Wood authored
* Bump Substrate * Bump version * Reinstate wasmtime * Fix warning.
-
Gavin Wood authored
* Remove Sudo * Bump versions * Fixes * Remove other mentions of sudo * Remove sudo from Cargo
-
Arkadiy Paronyan authored
* Reputation changes require reason * Fixes * Bump version
-
- 02 Dec, 2019 3 commits
-
-
Gavin Wood authored
-
Benjamin Kampmann authored
-
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
-
- 30 Nov, 2019 1 commit
-
-
Gavin Wood authored
* Nicks 32 bytes * Bump runtime version * Update lock
-
- 28 Nov, 2019 1 commit
-
-
Gavin Wood authored
* Update to latest Substrate master (#615) * Update to latest Substrate master * Remove unneeded patch + warning * Update `Cargo.lock` * Fix tests * Update again * Bump Substrate (#616) * Update lock * Fix * Few fixes * Bump to latest Substrate * Fixes * fix pre-tx-pool compilation * more compilation fixes * Updates for the injection period - Liberal slash-refunding - Instant unbonding * *: Enable refactored authority discovery (#624) * *: Enable authority discovery module * *: List authority discovery id after parachain validator id Make sure existing key types don't change their order by appending the authority discovery id instead of injecting it between im online id and parachain validator id. * *: Gate authority discovery module behind feature flag * cli/src/lib.rs: Fix warnings * cli/src/lib.rs: Shorten line length * Bump Substrate * Bump Substrate * Line widths * Line widths again * Revert bump.
-
- 22 Nov, 2019 1 commit
-
-
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
-
- 19 Nov, 2019 1 commit
-
-
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.
-
- 12 Nov, 2019 2 commits
-
-
Gavin Wood authored
* Bump Substrate. * Bump version
-
Gavin Wood authored
* Update to latest Substrate master (#570) * Bump substrate/version (#557) * Bump version and Substrate (#560) * Bump version and Substrate * Bump version and Substrate * Bump versions * bump substrate to release specific v0.6.15 * Update lock * Prepare Polkadot update for Substrate runtime interface 2.0 (#563) * Prepare Polkadot update for Substrate runtime interface 2.0 * bump substrate to release specific v0.6.15 * Switch to `polkadot-master` * Version bump * Master backports * Bump runtime * Fix tests * Fix tests * Another fix.
-
- 08 Nov, 2019 1 commit
-
-
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
-
- 30 Oct, 2019 1 commit
-
-
André Silva authored
-
- 28 Oct, 2019 3 commits
-
-
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 <gavin@parity.io>
-
Gavin Wood authored
This reverts commit 89ac39fc.
-
Kian Paimani authored
* Update cargo files * First round of build fixes * update lock file
-
- 27 Oct, 2019 1 commit
-
-
Gavin Wood authored
* Update Substrate and add support for account nicknames * Bump spec version * Bump substrate branch * Make nicks callable. * Bump Substrate
-
- 25 Oct, 2019 1 commit
-
-
André Silva authored
* update to latest substrate polkadot-master * Bump to 0.6.3
-
- 24 Oct, 2019 1 commit
-
-
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
-
- 23 Oct, 2019 1 commit
-
-
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 <bkchr@users.noreply.github.com>
-
- 19 Oct, 2019 1 commit
-
-
Kian Paimani authored
* Update cargo files * Make it build again. * Fix build * revert cargo file * New lockfile * Bump.
-
- 11 Oct, 2019 2 commits
-
-
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 <rphmeier@gmail.com> * Update runtime/src/registrar.rs Co-Authored-By:
Robert Habermeier <rphmeier@gmail.com> * Some fixes/suggestions from review * Docs * Apply suggestions from code review Co-Authored-By:
Robert Habermeier <rphmeier@gmail.com> Co-Authored-By:
Shawn Tabrizi <shawntabrizi@gmail.com> * Update network/src/gossip.rs Co-Authored-By:
Robert Habermeier <rphmeier@gmail.com> * 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
-
- 10 Oct, 2019 1 commit
-
-
Ashley authored
* change upstream and branch * Fix build * remove doc renamings * Fix tests * . * Revert changing fork and branch * Update Cargo.toml * Update parachains.rs
-
- 01 Oct, 2019 1 commit
-
-
Bastian Köcher authored
-
- 24 Sep, 2019 1 commit
-
-
- 23 Sep, 2019 2 commits
-
-
-
* Switch to `wasm-builder` 1.0.7
-
- 13 Sep, 2019 1 commit
-
-
* Update branches * Bump runtime. * Update again.
-
- 11 Sep, 2019 1 commit
-
-
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
-
- 24 Aug, 2019 1 commit
-
-
Gavin Wood authored
-