- 14 Sep, 2020 7 commits
-
-
Roman Borschel authored
-
Sergey Pepyakin authored
-
Jon Häggblad authored
* grandpa-rpc: dont share subscription manager, only executor * node/rpc: merge imports * node: apply style fixes from code review * "Update Substrate" Co-authored-by:
André Silva <123550+andresilva@users.noreply.github.com> Co-authored-by: parity-processbot <> Co-authored-by:
André Silva <andrerfosilva@gmail.com>
-
Roman Borschel authored
-
Sergey Pepyakin authored
-
Roman Borschel authored
* Update parity-multiaddr. * CI * One more.
-
joe petrowski authored
-
- 11 Sep, 2020 2 commits
-
-
Ashley authored
Companion PR for ` Add a `build-sync-spec` subcommand and remove the CHT roots from the light sync state.` (#1670) * Add BuildSyncSpec * Remove accidental whitespace * Update substrate * Update substrate * Fix wasm compilation
-
Cecile Tonglet authored
* Initial commit Forked at: d04e4492 Parent branch: origin/master * Validation: don't detect STDIN closing when running in process (#1695)
-
- 10 Sep, 2020 4 commits
-
-
Sergey Pepyakin authored
-
Sergey Pepyakin authored
-
s3krit authored
Co-authored-by:
Parity Releases <releases@parity.io> Co-authored-by:
Demi Marie Obenour <demiobenour@gmail.com>
-
Fedor Sakharov authored
* WIP * The initial implementation of the collator side. * Improve comments * Multiple collation requests * Add more tests and comments to validator side * Add comments, remove dead code * Apply suggestions from code review Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> * Fix build after suggested changes * Also connect to the next validator group * Remove a Future impl and move TimeoutExt to util * Minor nits * Fix build * Change FetchCollations back to FetchCollation * Try this * Final fixes * Fix build Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
-
- 09 Sep, 2020 1 commit
-
-
Cecile Tonglet authored
* Initial commit Forked at: bf7ccb84 Parent branch: origin/master * Propagate test mode all the way down to ValidationPool * Update validation/src/validation_service/mod.rs * Fix test * WIP Forked at: bf7ccb84 Parent branch: origin/master * Update service/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Adapt code to review suggestions * Run validation inside the same process * Add test * CLEANUP Forked at: bf7ccb84 Parent branch: origin/master Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 08 Sep, 2020 2 commits
-
-
Shawn Tabrizi authored
* Remove purchase pallet * Update runtime/common/src/purchase.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Actually check and fix compile * Add events to dummy * Fix kusama too * remove events where it did not exist historically Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
Peter Goodspeed-Niklaus authored
* choose the straightforward candidate selection algorithm for now * add draft implementation of candidate selection * fix typo in summary * more properly report misbehaving collators * describe how CandidateSelection subsystem becomes aware of candidates * revise candidate selection / collator protocol interaction pattern * implement rest of candidate selection per the guide * review: resolve nits * start writing test suite, harness * implement first test * add second test * implement third test Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io>
-
- 04 Sep, 2020 1 commit
-
-
Ximin Luo authored
-
- 02 Sep, 2020 4 commits
-
-
Sergey Pepyakin authored
-
Sergey Pepyakin authored
-
Sergey Pepyakin authored
Limit the number of channels a para can have. Split HrmpTransientValidationData and add stuff.
-
Sergey Pepyakin authored
-
- 01 Sep, 2020 1 commit
-
-
Ashley authored
* Companion PR * Implement traits for Client * "Update Substrate" Co-authored-by: parity-processbot <>
-
- 31 Aug, 2020 4 commits
-
-
Bernhard Schuster authored
-
Sergey Pepyakin authored
* Multiple fix ups * Remove missed HrmpOpenChannelRequestCount * Fix the invariant string for HrmpOpenChannelRequestCount * Update roadmap/implementers-guide/src/types/candidate.md Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> * Add small clarification * Fix another small typo * Add a clarification to InboundHrmpMessage.sent_at Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io>
-
Sergey Pepyakin authored
* Add a note about time of collection of TransientValidationData * Add HRMP digest and dmq length to TransientValidationData * Add a note that the vector in hrmp digest is never empty * Add hrmp watermark to TransientValidationData * Add HRMP egress limits * Incorporate the latest dispatchable upward messages changes. * Update candidate.md * Update candidate.md docs * Fix wording * Delete assignmets.md * Update roadmap/implementers-guide/src/types/candidate.md Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Extract HrmpTransientValidationData and add additional data. * Some clarifications. * Introduce HrmpAbridgedOpenChannelRequest * Update roadmap/implementers-guide/src/types/candidate.md Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> * Fix typo: egress->ingress * A note about sorting Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io>
-
asynchronous rob authored
* move validity module to disputes module * prepare a section on approvals * extract approval/assignments text to an overview section * Apply suggestions from code review Spelling Co-authored-by:
Fedor Sakharov <fedor.sakharov@gmail.com>
-
- 29 Aug, 2020 1 commit
-
-
Andronik Ordian authored
* update kvdb-rocksdb to 0.9.1 * update Cargo.lock * "Update Substrate" * resolve merge conflicts * resolve merge conflicts t. 2 Co-authored-by: parity-processbot <>
-
- 28 Aug, 2020 2 commits
-
-
Max Inden authored
* node/network/bridge: Define protocol names as str * "Update Substrate" Co-authored-by: parity-processbot <>
-
Alexander Popiak authored
* add and use generated weights for collective pallet * correct pallet name * MaxMembers * add weight to technical collective * Fix const assert * update weights * update import * "Update Substrate" * bump spec_version Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: parity-processbot <>
-
- 27 Aug, 2020 1 commit
-
-
ddorgan authored
* Allow manual action for building a PR binary * Allow test-refs for PR manual build * Test PR build in github actions * Use steps in build * Removing build via github actions
-
- 26 Aug, 2020 2 commits
-
-
s3krit authored
* bump version to v0.8.23 * bump substrate
-
Shawn Tabrizi authored
* Add release checklist * add space to checkbox * polkadot-js-apps * Apply suggestions from code review Co-authored-by:
joe petrowski <25483142+joepetrowski@users.noreply.github.com> * add notes for each release item * Apply suggestions from code review Co-authored-by:
s3krit <pugh@s3kr.it> * Apply suggestions from code review Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by:
Gavin Wood <gavin@parity.io> * Update RELEASE.md Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update RELEASE.md - rearrange sections Co-authored-by:
joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by:
joepetrowski <joe@parity.io> Co-authored-by:
s3krit <pugh@s3kr.it> Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by:
Gavin Wood <gavin@parity.io> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 24 Aug, 2020 3 commits
-
-
s3krit authored
* Update Cargo.toml Fix version number * Update Cargo.lock
-
Shawn Tabrizi authored
* Update for substrate changes * cargo update -p sp-io * cargo update -p sp-io
-
asynchronous rob authored
* clean out v0 consensus crates * remove service dependencies on old consensus code * fix cli * kill adder-collator * bump Cargo.lock
-
- 23 Aug, 2020 2 commits
-
-
RRTTI authored
* Update Kusama Council seats & Runners Up number Update Kusama council seats to 19 and DesiredRunnersUp to 19 as well, increase representation of passive stake holders in the council and giving more visibility to runners up in Kusama Network (from 7 to 19): this will be more visibility to new candidates to expand options for stakeholders when voting. * Update lib.rs * Update lib.rs
-
Gavin Wood authored
* Fix up proxy * Update weights * Fixes * rename 'proxy_announced' -> 'announced_proxy' * flip rename * update weight formulas * Fixes * fix merge * Fix runtime * Fix runtimes * "Update Substrate" Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: parity-processbot <>
-
- 21 Aug, 2020 2 commits
-
-
Andronik Ordian authored
* jobs: don't early exit when there are no jobs * utils: fix merged test * utils: less verbose * utils: add an assert subsystem is running * utils: use TimeoutExt from test-helpers * test-helpers: use TimeoutExt
-
Andronik Ordian authored
* utils: handle race condition gracefully * utils: add a test * update Cargo.lock * utils: remove a warning * utils: init logger in tests * utils: update the outdated comment * util: wait for both subsystem and test_future to finish * Revert "util: wait for both subsystem and test_future to finish" This reverts commit 075b3924.
-
- 20 Aug, 2020 1 commit
-
-
Fedor Sakharov authored
-