- 05 Aug, 2020 1 commit
-
-
André Silva authored
-
- 04 Aug, 2020 2 commits
-
-
Bastian Köcher authored
* Rewrite client handling We are supporting muliple polkadot-like chains and all have different client types. This pr reworks the client handling by having all of them in one enum combined. Besides that, there is added a special trait `ExecuteWithClient` to use the internal client. * Apply suggestions from code review Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Up the versions * Fix Cargo.lock * Fix merge conflict * ...................... * ....v2 * yep * I'm dumb... * Browser lol Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
-
Bastian Köcher authored
* Add Rococo test network * Correct license header * Add bootNodes address * Fix compile errors * Change bootNodes * Change rococo bootNodes * Add new bootNodes * Fix bootNodes typo * Remove public telemetry * Add rococo-local chain spec * Remove staking * Remove staking from chain spec * use rococo-staging chain spec and preserve bootnodes * Same but with --raw * update chain name and remove telemetry * Empty commit to re-trigger CI * Fix revision (temp. until I merge master) * Revert to branch = master to avoid conflicts * Revert to branch = master to avoid conflicts * Disable test (temp) * Revert to branch = master to avoid conflicts * Revert to branch = master to avoid conflicts * Change bootNodes IPs for second rococo network * Revert "Disable test (temp)" This reverts commit a159f12e . * Revert purchase * Update chain spec * FUUU * Update service/src/lib.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Update runtime/rococo/src/lib.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Fix compilation Co-authored-by:
Evaldo <contato@evaldofelipe.com> Co-authored-by:
David Dorgan <david@parity.io> Co-authored-by:
Cecile Tonglet <cecile.tonglet@cecton.com> Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
-
- 03 Aug, 2020 1 commit
-
-
Bastian Köcher authored
* Fix transaction payment runtime api companion Companion for Substrate pr: https://github.com/paritytech/substrate/pull/6792 * 'Update substrate' Co-authored-by: parity-processbot <>
-
- 30 Jul, 2020 1 commit
-
-
Ashley authored
Companion PR for `Add a `DefaultQueue` type alias to remove the need to use `sp_api::TransactionFor`` (#1499) * BabeImportQueue -> DefaultImportQueue * Use DefaultImportQueue from the top level of consensus_common * 'Update substrate' Co-authored-by: parity-processbot <>
-
- 28 Jul, 2020 1 commit
-
-
Ashley authored
* Initial commit Forked at: 9637baea Parent branch: origin/master * Refactor * Refactor * Remove macro * WIP Forked at: 9637baea Parent branch: origin/master * CLEANUP Forked at: 9637baea Parent branch: origin/master * small fix * fix for browser * Switch branch * Rewrite service builds * Update branch * Fix sp-core branch * Switch branch back and update Co-authored-by:
Cecile Tonglet <cecile.tonglet@cecton.com>
-
- 27 Jul, 2020 1 commit
-
-
Cecile Tonglet authored
-
- 23 Jul, 2020 1 commit
-
-
Ashley authored
* Switch branch * Update branch * Change service code * Change light service stuff to be functions ^_^ * Update substrate branch * Remove accidental 'f' * Rework LightBackend/LightClient types * Update substrate branch * Remove unused imports in test-service * Add #[cfg(feature = full-node)]
-
- 13 Jul, 2020 1 commit
-
-
Max Inden authored
* *: Enable authority discovery by default Instead of having to explicitly enable the authority discovery module on validator and sentry nodes, this commit enables the module by default. Today there is no way for non validator or sentry nodes to run the module. That might change in the future. * service/src/lib: Fix typo in new_full! for test
-
- 10 Jul, 2020 1 commit
-
-
asynchronous rob authored
* create a v1 primitives module * Improve guide on availability types * punctuate * new parachains runtime uses new primitives * tests of new runtime now use new primitives * add ErasureChunk to guide * export erasure chunk from v1 primitives * subsystem crate uses v1 primitives * node-primitives uses new v1 primitives * port overseer to new primitives * new-proposer uses v1 primitives (no ParachainHost anymore) * fix no-std compilation for primitives * service-new uses v1 primitives * network-bridge uses new primitives * statement distribution uses v1 primitives * PoV distribution uses v1 primitives; add PoV::hash fn * move parachain to v0 * remove inclusion_inherent module and place into v1 * remove everything from primitives crate root * remove some unused old types from v0 primitives * point everything else at primitives::v0 * squanch some warns up * add RuntimeDebug import to no-std as well * port over st...
-
- 09 Jul, 2020 2 commits
-
-
Cecile Tonglet authored
Fixes #833
- 08 Jul, 2020 1 commit
-
-
Bastian Köcher authored
* Companion for #6599 https://github.com/paritytech/substrate/pull/6599 * Update Substrate ref
-
- 04 Jul, 2020 1 commit
-
-
André Silva authored
* enable BABE equivocation reporting on all runtimes * runtime: fix parachains mock test runtime * cargo update -p sp-io Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- 03 Jul, 2020 1 commit
-
-
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>
-
- 30 Jun, 2020 1 commit
-
-
Ashley authored
Companion PR for `Remove the service, replacing it with a struct of individual chain components` (#1288) * Switch branch * Fix service things * Fix browser node compilation * Update branch * fixed new service * Update for new branch * Fix browser node * Update branch * Revert "Switch branch" This reverts commit 3623adff . * Update cargo.lock Co-authored-by:
Bastian Köcher <git@kchr.de>
-
- 24 Jun, 2020 1 commit
-
-
Ashley authored
Companion PR for `Fix the browser node and ensure it doesn't colour the informant output` #6457 (#1307) * Companion for Substrate #6269 (nested storage tx) * Adjust to PR changes * Bump to newest substrate * Bump spec * Switch branch * Remove redundant informant_prefix * Fix collator tests * Update branch * Revert "Switch branch" This reverts commit bcce560c . Co-authored-by:
Alexander Theißen <alexander.theissen@parity.io>
-
- 22 Jun, 2020 1 commit
-
-
André Silva authored
* node: spawn babe and grandpa as blocking tasks * update to latest substrate
-
- 11 Jun, 2020 1 commit
-
-
André Silva authored
* service: update to latest ServiceBuilder changes * Update Cargo.lock Co-authored-by:
Bastian Köcher <git@kchr.de>
-
- 10 Jun, 2020 1 commit
-
-
Cecile Tonglet authored
* Initial commit Forked at: 4234dee5 Parent branch: origin/master * Add the ability to change the informant's prefix * Update Cargo.lock * Update Cargo.lock * fixed tests * Rename prefix to informant prefix
-
- 09 Jun, 2020 1 commit
-
-
Rakan Alhneiti authored
* Cast keystore pointer * Update cargo.lock
-
- 05 Jun, 2020 1 commit
-
-
Bastian Köcher authored
* Companion for Substrate #6123 * Update Substrate
-
- 30 May, 2020 1 commit
-
-
Tomasz Drwięga authored
* Use Substrate block builder. * Clean up metrics. * Lock. * Lock. * Switch to newest basic authorship interface * Update Substrate reference and polkadot spec_version * Let's improve Co-authored-by:
Bastian Köcher <git@kchr.de>
-
- 21 May, 2020 1 commit
-
-
Shawn Tabrizi authored
* Add new trait to offences * companion for substrate#6069 * update to latest changes * Update Cargo.lock Co-authored-by:
André Silva <andre.beat@gmail.com> Co-authored-by:
Gav Wood <gavin@parity.io>
-
- 19 May, 2020 1 commit
-
-
Nikolay Volf authored
* add metrics * reset & update * update
-
- 16 May, 2020 1 commit
-
-
Jon Häggblad authored
Enable babe_epochAuthorship that was added in substrate#4729 for querying information about slots that can be claimed in the current epoch.
-
- 15 May, 2020 1 commit
-
-
Benjamin Kampmann authored
-
- 06 May, 2020 1 commit
-
-
André Silva authored
* grandpa: report equivocations on all runtimes * runtime: fix test-runtime compilation * runtime: enable historical session manager on all runtimes * runtime: fix indentation * runtime: use strong key types in KeyOwnerProofSystem definitions * update substrate * bump spec_version of runtimes
-
- 04 May, 2020 3 commits
-
-
Jon Häggblad authored
* Companion PR for Substrate #5375 * fix compilation * Update rpc/Cargo.toml * update substrate Co-authored-by:
André Silva <andre.beat@gmail.com> Co-authored-by:
Benjamin Kampmann <ben@gnunicorn.org>
-
Bastian Köcher authored
* Companion for Substrate#5860 * Update Substrate
-
Pierre Krieger authored
* Some fixes to compile for Android * Revert change to cli
-
- 29 Apr, 2020 4 commits
-
-
Seun Lanlege authored
-
pscott authored
-
Bastian Köcher authored
-
Seun Lanlege authored
-
- 28 Apr, 2020 1 commit
-
-
Seun Lanlege authored
* WIP * collator * fix missing reference * Make collator builder more generic * all clear * revert start colator fn * fix return type of start_collator * sc-consensus * bump back to master * Update collator/src/lib.rs Co-Authored-By:
Benjamin Kampmann <ben@gnunicorn.org> * Update collator/src/lib.rs Co-Authored-By:
Pierre Krieger <pierre.krieger1708@gmail.com> * uncomment type MaxIterations * reactivate append storage feature Co-authored-by:
Benjamin Kampmann <ben@gnunicorn.org> Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com>
-
- 20 Apr, 2020 1 commit
-
-
Bastian Köcher authored
Collators need to join the validation network to tell its connected relay chain peers the leaf they listen on. This is required to make the Parachain validator send the signed statement to the collators as well.
-
- 17 Apr, 2020 1 commit
-
-
Nikolay Volf authored
* prometheus registry to txpool * Fix network tests * Use None as the network config path * update substrate Co-authored-by:
Ashley Ruglys <ashley.ruglys@gmail.com> Co-authored-by:
Bastian Köcher <git@kchr.de>
-
- 16 Apr, 2020 1 commit
-
-
Max Inden authored
* service/src/lib: Enable authority discovery on sentry nodes When run as a sentry node, the authority discovery module does not publish any addresses to the dht, but still discovers validators and sentry nodes of validators. * bin/node/cli/src/service: Use expressions instead of statements * Cargo.lock: Run `cargo update` * service/src/lib: Fix compile error
-
- 15 Apr, 2020 1 commit
-
-
Arkadiy Paronyan authored
* Updated for the new db * Bumped version * Sort out features * Update to substrate master
-