- 05 Jul, 2020 1 commit
-
-
Cecile Tonglet authored
Parent branch: origin/master Forked at: 4234dee5
-
- 04 Jul, 2020 1 commit
-
-
Bastian Köcher authored
Currently a collator will only send a collation to validators it is a primary for. While testing this could lead to the situation that the same collator was registered as prime for all Parachain validators but failed for other reasons to generate a PoVBlock. However no other collator was sending a collation, which stopped the Parachain until the faulty collator was stopped. This pr solves this problem by making sure that every collator sends a collation to one of his validators he is connected to, but registered as backup.
-
- 03 Jul, 2020 11 commits
-
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Cecile Tonglet authored
Parent branch: origin/master Forked at: 4234dee5
-
Gavin Wood authored
* Switch branch * Return chain ops parts in new_chain_ops * Remove where param from new_chain_ops * Add task manager to new_chain_ops return * Revert branch switch * Revert "Revert branch switch" This reverts commit 7c7900c0. * network/test/src/lib: Adjust network worker polling Companion for https://github.com/paritytech/substrate/pull/6552 . * Fix adder parachain * Fix collator tests * Revert branch switch * Bump everything - Remove old migration code - Reduce deposit requried for westend * Reapply fixes * Bump locl * Fix for #6550 * Fix message Co-authored-by:
Ashley Ruglys <ashley.ruglys@gmail.com> Co-authored-by:
Max Inden <mail@max-inden.de>
-
Cecile Tonglet authored
Parent branch: origin/master Forked at: 4234dee5
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Bastian Köcher authored
* Check candidate signatures before including them in `set_heads` This work around the bug described in: https://github.com/paritytech/polkadot/issues/1327 We check the candidate signatures in `create_inherent` to ensure that all are valid. If one isn't valid, we don't include any candidate for the current inherent. * Bump runtimes
-
Cecile Tonglet authored
-
Cecile Tonglet authored
This reverts commit 0cdda371.
-
- 02 Jul, 2020 14 commits
-
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Gavin Wood authored
-
Gav Wood authored
-
https://github.com/xlc/polkadotGav Wood authored
-
Cecile Tonglet authored
Forked at: 4234dee5 Parent branch: origin/master
-
Cecile Tonglet authored
Forked at: 4234dee5 Parent branch: origin/master
-
Cecile Tonglet authored
Forked at: 4234dee5 Parent branch: origin/master
-
Cecile Tonglet authored
-
Cecile Tonglet authored
Parent branch: origin/master Forked at: 4234dee5
-
Cecile Tonglet authored
This reverts commit 5796cd53.
-
Cecile Tonglet authored
Forked at: 4234dee5 Parent branch: origin/master
-
Cecile Tonglet authored
-
- 01 Jul, 2020 13 commits
-
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Cecile Tonglet authored
Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
Cecile Tonglet authored
Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
Cecile Tonglet authored
Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
Bastian Köcher authored
* Downward messages, the front-end. * Move types around to make them accessible from Parachains * Fix compilation * Fix branch * Make it compile for Cumulus * Update the branch names * Add default generic parameter * Implement `Partialeq` * Move upward messages into the `ValidationResult` * Support disabling of the runtime api * Update branch * Adds support for handling downward messages * Implement sending XCMP messages as up/downward messages * service: update to latest ServiceBuilder changes * Make it compile * Initial commit Forked at: b2c9c149 Parent branch: origin/master * Update substrate branch to cecton-update-polkadot-substrate * Update substrate & polkadot to cumulus-branch * Reset branch * Update primitives/src/parachain.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Update runtime/common/src/parachains.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Update runtime/common/src/parachains.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Minor fixes * Fix wasm build Co-authored-by:
Gav Wood <gavin@parity.io> Co-authored-by:
André Silva <andre.beat@gmail.com> Co-authored-by:
Cecile Tonglet <cecile.tonglet@cecton.com> Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
-
Chevdor authored
* Add registrar proxy * Add proxy filter for registrar for polkadot and westend * Renaming + allow batch calls for Kusama * Add batch calls for other chains
-
Gavin Wood authored
* Allow voting in democracy. * Ensire Root can begin referenda
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-
Cecile Tonglet authored
-