- Mar 28, 2021
-
-
Pierre Krieger authored
* Call NetworkService::add_known_address before sending a request * Better doc * Update Substrate * Update Substrate * Restore the import
♀️ I don't know why it compiles locally * imports correctly Co-authored-by:Robert Habermeier <rphmeier@gmail.com>
-
asynchronous rob authored
* overseer: pass messages directly between subsystems * test that message is held on to * Update node/overseer/src/lib.rs Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> * give every subsystem an unbounded sender too * remove metered_channel::name 1. we don't provide good names 2. these names are never used anywhere * unused mut * remove unnecessary &mut * subsystem unbounded_send * remove unused MaybeTimer We have channel size metrics that serve the same purpose better now and the implementation of message timing was pretty ugly. * remove comment * split up senders and receivers * update metrics * fix tests * fix test subsystem context * fix flaky test * fix docs * doc * use select_biased to favor signals * Update node/subsystem/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> Co-authored-by:
Andronik Ordian <write@reusable.software>
-
Robert Klotzner authored
* Indentation fix. * Prepare request-response for PoV fetching. * Drop old PoV distribution. * WIP: Fetch PoV directly from backing. * Backing compiles. * Runtime access and connection management for PoV distribution. * Get rid of seemingly dead code. * Implement PoV fetching. Backing does not yet use it. * Don't send `ConnectToValidators` for empty list. * Even better - no need to check over and over again. * PoV fetching implemented. + Typechecks + Should work Missing: - Guide - Tests - Do fallback fetching in case fetching from seconding validator fails. * Check PoV hash upon reception. * Implement retry of PoV fetching in backing. * Avoid pointless validation spawning. * Add jaeger span to pov requesting. * Add back tracing. * Review remarks. * Whitespace. * Whitespace again. * Cleanup + fix tests. * Log to log target in overseer. * Fix more tests. * Don't fail if group cannot be found. * Simple test for PoV fetcher. * Handle missing group membership better. * Add test for retry functionality. * Fix flaky test. * Spaces again. * Guide updates. * Spaces.
-
Peter Goodspeed-Niklaus authored
* use named generic types in generate_solution_type * "Update Substrate" Co-authored-by: parity-processbot <>
-
asynchronous rob authored
* add consensus log type * origin and issue force_approve * add origin in runtimes * ref API * scrape force_approve digest from header * add parent_hash to BlockEntry * add block_number to block entry and force_approve skeleton * implement and plug in force-approve * test force_approve * test force_approve extraction * westend runtime * Update node/core/approval-voting/src/approval_db/v1/mod.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * rename * Update runtime/parachains/src/initializer.rs Co-authored-by:
André Silva <123550+andresilva@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
André Silva <123550+andresilva@users.noreply.github.com>
-
- Mar 27, 2021
-
-
ordian authored
-
ordian authored
-
Shawn Tabrizi authored
* Lease out current period and trigger onboard * Add test for trigger_onboard * patch and add benchmark * finish benchmarks * Use result instead of panic for test_registrar * nits
-
RRTTI authored
* Cancel treasury burn and increase rotation period What this PR changes: - Kusama treasury burn to be transferred to the Saociety pot: cancelled temporarily - Increase the rotation period for candidates to show PoI FROM 3,3 days to 7 days. * Update runtime/kusama/src/lib.rs * Update lib.rs Co-authored-by:
Gavin Wood <gavin@parity.io>
-
Shawn Tabrizi authored
* Add memo, but don't use it yet * add_memo * add weights * Update lib.rs * Update crowdloan.rs * add event
-
asynchronous rob authored
* duplicate logging fix * remove duplicate peer IDs
-
asynchronous rob authored
-
Shawn Tabrizi authored
* prevent crowdloan withdraw from being griefed * Update crowdloan.rs * Update runtime/common/src/crowdloan.rs * Update runtime/common/src/crowdloan.rs
-
Bernhard Schuster authored
-
- Mar 26, 2021
-
-
Robert Klotzner authored
* Those should really be trace. - Very spammy - And they in fact trace the execution - Should not be enabled lightly - will slow network bridge down. * Make report peers debug again.
-
Shawn Tabrizi authored
* clear_lease * schedule upgrade and downgrade * fix compile * comments
-
Bernhard Schuster authored
-
asynchronous rob authored
* metered channel - sent & received * Add for readouts * metrics for both sent & received * retract on send failure
-
asynchronous rob authored
* add number to `ActivatedLeavesUpdate` * update subsystem util and overseer * use new ActivatedLeaf everywhere * sort view * sorted and limited view in network bridge * use live block hash only if it's newer * grumples
-
- Mar 25, 2021
-
-
Shawn Tabrizi authored
* Check that para is registered before accepting a bid * Update lib.rs * Update lib.rs * remove println * fix benchmarks * Update runtime/common/src/auctions.rs Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
-
Robert Klotzner authored
-
asynchronous rob authored
* overseer: AllSubsystems magic and report subsystem channel sizes to prometheus * fix tests
-
Robert Klotzner authored
-
asynchronous rob authored
* add AvailableDataFetchingRequest * rename AvailabilityFetchingRequest to ChunkFetchingRequest * rename AvailabilityFetchingResponse to Chunk_ * add AvailableDataFetching request * add available data fetching request to availability recovery message * remove availability recovery message * fix * update network bridge * port availability recovery to request/response * use validators.len(), not shuffling * fix availability recovery tests * update guide * Update node/network/availability-recovery/src/lib.rs Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> * Update node/network/availability-recovery/src/lib.rs Co-authored-by:
Arkadiy Paronyan <arkady.paronyan@gmail.com> * remove println Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> Co-authored-by:
Arkadiy Paronyan <arkady.paronyan@gmail.com>
-
asynchronous rob authored
* f+1 always approves * guide * grumbles * grumbles * fix test * fix tests * Update roadmap/implementers-guide/src/node/approval/approval-voting.md Co-authored-by:
Sergei Shulepov <sergei@parity.io> Co-authored-by:
Sergei Shulepov <sergei@parity.io>
-
Martin Pugh authored
-
Martin Pugh authored
* bump version and substrate * bump old forgotten versions * update weights * bump substrate * Revert "bump substrate" This reverts commit 8b5004b6fe9ce9ccdf143d3fe878802931ea4f2f. Co-authored-by:
André Silva <andrerfosilva@gmail.com>
-
Kian Paimani authored
* Companion for https://github.com/paritytech/substrate/pull/8368 * "Update Substrate" Co-authored-by: parity-processbot <>
-
André Silva authored
-
- Mar 24, 2021
-
-
André Silva authored
* collator: authenticate collator protocol messages * fix tests compilation * node: verify collator protocol signatures in tests * collator: fix tests * implementers-guide: update CollatorProtocol messages * collator: add test for verification of collator protocol signatures * node: remove fixmes * node: remove signature from advertisecollation message * node: add magic constant to Declare message signature payload
-
Pierre Krieger authored
* Polkadot companion for Substrate#8420 * "Update Substrate" Co-authored-by: parity-processbot <>
-
Arkadiy Paronyan authored
* Tweaked logging * Debug for Statement
-
asynchronous rob authored
* improve tracing for approval voting * assignment criteria tracing * new syntax
-
Kian Paimani authored
* Companion for substrate/pull/8445 * cargo update -p sp-io Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
ordian authored
* ci: initial fuzzer job * erasure-coding: update fuzzer Cargo.lock * syntax fix * try this first * install honggfuzz deps * try not * try if else * try SIGINT * ignore hfuzz dirs * ??? * bash is growing on me * decouple builds from running * fix a typo * try copying dirs * fix indentation * try using absolute paths * another try * caching is not worth it * remove outdated needs * cleanup and add futher TODOs * Update .github/workflows/honggfuzz.yml * more diagnostic logs for approval-voting (#2618) * Backing and collator protocol traces including para-id (#2620) * improve backing/provisioner spans * span for collation requests * add para_id to unbacked candidate spans * differentiate validation-construction and find-assignment in selection * better find-assignment spans * organize unbacked-candidate spans directly under job root * Update node/core/provisioner/src/lib.rs Co-authored-by...
-
Arkadiy Paronyan authored
-
Robert Klotzner authored
* Unify maximum supported PoV size a bit. * Use MAX_POV_SIZE also in `HostConfiguration`. * Fix types.
-
Shawn Tabrizi authored
* Remove Parachains Stuff from Westend * remove unused weights * clean up genesis
-
asynchronous rob authored
* malicious reputation cost is fatal * make ReportBad a malicious cost * futures control-flow for cleaning up inactive collator peers * guide: network bridge updates * add `PeerDisconnected` message * guide: update * reverse order * remember to match * implement disconnect peer in network bridge * implement disconnect_inactive_peers * test * remove println * don't hardcore policy * add fuse outside of loop * use default eviction policy
-
Robert Klotzner authored
* Bigger is better. Made all request response sizes 10 times bigger. * The smaller the better. * Update comment. * Ah, bigger is still better. Max PoV size for rococo is around 50Meg, compression ratio is about 3.4. With 30 Meg we should be fine, even with crypto kitties in the PoV.
-