- 08 Apr, 2020 1 commit
-
-
Benjamin Kampmann authored
-
- 01 Apr, 2020 1 commit
-
-
Gavin Wood authored
* Fixes for democracy using Scheduler * Revert branch change
-
- 30 Mar, 2020 1 commit
-
-
Bastian Köcher authored
-
- 23 Mar, 2020 1 commit
-
-
Gav Wood authored
-
- 21 Mar, 2020 2 commits
-
-
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.
-
- 19 Mar, 2020 1 commit
-
-
André Silva authored
* bump version to v0.7.27 * update to latest substrate polkadot-master * bump runtime impl_version
-
- 17 Mar, 2020 2 commits
-
-
Gavin Wood authored
-
Gavin Wood authored
* Bump version and Substrate * Version * Lock
-
- 16 Mar, 2020 1 commit
-
-
Gavin Wood authored
-
- 14 Mar, 2020 1 commit
-
-
Gavin Wood authored
* Insert storage for finality tracker * Bump lock * Bump version
-
- 13 Mar, 2020 1 commit
-
-
Gavin Wood authored
* Bump version * Cargo lock * Bump runtime version * Bump Substrate again to include recent fix
-
- 07 Mar, 2020 1 commit
-
-
Gavin Wood authored
* Bump version to knock the -dev * Update lock
-
- 06 Mar, 2020 1 commit
-
-
Gavin Wood authored
* Bump Substrate and some fixes * Bump runtime * version bump
-
- 19 Feb, 2020 1 commit
-
-
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 <shawntabrizi@gmail.com>
-
- 03 Feb, 2020 1 commit
-
- 18 Jan, 2020 1 commit
-
-
Gavin Wood authored
-
- 17 Jan, 2020 1 commit
-
-
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
-
- 09 Jan, 2020 2 commits
-
-
Gavin Wood authored
* Bump versions * Update for tipping treasury * Bump substrate * Fixes * Put send_consensus back in. * Fix test * Fixes * Fixes * Fix warning
-
Gavin Wood authored
* Bump Substrate and versions * Bump Substrate
-
- 08 Jan, 2020 1 commit
-
-
Gavin Wood authored
* Bumped versions * Bump to latest substrate that exposes load_spec
-
- 07 Jan, 2020 2 commits
-
-
Gavin Wood authored
* Fix up Kusama balance constants * Bump versions * Fix for the --dev option
-
André Silva authored
* bump substrate version * bump version to 0.7.13
-
- 06 Jan, 2020 1 commit
-
-
Gavin Wood authored
-
- 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
-
- 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 4 commits
-
-
Gavin Wood authored
* Bump Substrate * Bump version * Reinstate wasmtime * Fix warning.
-
* Erasure encoding availability initial commit * Modifications to availability store to keep chunks as well as reconstructed blocks and extrinsics. * Gossip messages containig signed erasure chunks. * Requesting eraure chunks with polkadot-specific messages. * Validation of erasure chunk messages. * Apply suggestions from code review Co-Authored-By:
Luke Schoen <ltfschoen@users.noreply.github.com> * Fix build after a merge * Gossip erasure chunk messages under their own topic * erasure_chunks should use the appropriate topic * Updates Cargo.lock * Fixes after merge * Removes a couple of leftover pieces of code * Fixes simple stuff from review * Updates erasure and storage for more flexible logic * Changes validation and candidate receipt production. * Adds add_erasure_chunks method * Fixes most of the nits * Better validate_collation and validate_receipt functions * Fixes the tests * Apply suggestions from code review Co-Authored-By:
Robert Habermeier <rphmeier@gmail.com> * Removes unwrap() calls * Removes ErasureChunks primitive * Removes redundant fields from ErasureChunk struct * AvailabilityStore should store CandidateReceipt * Changes the way chunk messages are imported and validated. * Availability store now stores a validator_index and n_validators for each relay_parent. * Availability store now also stores candidate receipts. * Removes importing chunks in the table and moves it into network gossip validation. * Validation of erasure messages id done against receipts that are stored in the availability store. * Correctly compute topics for erasure messages * Removes an unused parameter * Refactors availability db querying into a helper * Adds the apis described in the writeup * Adds a runtime api to extract erasure roots form raw extrinsics. * Adds a barebone BlockImport impl for avalability store * Adds the implementation of the availability worker * Fix build after the merge with master. * Make availability store API async * Bring back the default wasmtime feature * Lines width * Bump runtime version * Formatting and dead code elimination * some style nits (#1) * More nits and api cleanup * Disable wasm CI for availability-store * Another nit * Formatting
-
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.
-
- 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 1 commit
-
-
Gavin Wood authored
* Bump Substrate. * Bump version
-