- 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.
-
Bernhard Schuster authored
-
Arkadiy Paronyan authored
* Additional logging for polkadot network protocols * Additional log * Update node/network/bitfield-distribution/src/lib.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Update node/network/availability-distribution/src/responder.rs * Added additional chunk info * Added additional peer info Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
-
Shawn Tabrizi authored
* initial * add test * Update lib.rs * Update lib.rs
-
Shawn Tabrizi authored
* Allow Root to Edit a Crowdloan Configuration * Update crowdloan.rs * add test * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=crowdloan --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
-
Shawn Tabrizi authored
* Check fund depositor calls dissolve * add auction cancel too * use drain api rather than `iter` + `take` * add test and benchmarks * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
-
- Mar 23, 2021
-
-
Denis_P authored
* CI: fix env file location * Increase payable nominators per validator (#2637) * inc * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ * Add test Co-authored-by:
Parity Benchmarking Bot <admin@parity.io> * Add debug messaes to the bridge actions (#2668) * more approval voting instrumentation (#2663) * more approval voting instrumentation * fix `unapproved_candidates` * Update node/core/approval-voting/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Add Parachain Onboarding to Rococo (#2660) * Add Parachain Onboarding Pallets to Rococo * remove propose_parachain * add back para sudo wrapper * Revert "remove propose_parachain" This reverts commit 38b7c33c817964c9f8ad48531a72aede83670291. * turn propose_parachains into validator_manager * Update runtime/rococo/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * update origin Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Improve logging (#2669) * Improve logging * Review feedback * Fix some warning and some further logging changes * Fix up CI for new labels (#2673) * Fix up CI/CD for the new labels. * Fix labels * [CI] Require D*-audit labels for any runtime changes (#2617) * update generate_release_text.rb * add checks for audit labels for runtime changes * fix check_labels.sh * use has_runtime_changes in check_runtime.sh * add D1-trivial label * fix check_labels.sh * Tweak Rococo Settings For Onboarding Testing (#2671) * Tweak Rococo Settings * rococo: use CurrentBlockRandomness wrapper in auctions Co-authored-by:
André Silva <andrerfosilva@gmail.com> Co-authored-by:
Bastian Köcher <info@kchr.de> * Fix check-labels.yml for forked repos (#2677) * fix check-labels.yml for forked repos * update labels * CI: pass VERSION variable to SimNet * CI: chore * CI: fix env file location * CI: pass VERSION variable to SimNet * CI: chore Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by:
Parity Benchmarking Bot <admin@parity.io> Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Gavin Wood <gavin@parity.io> Co-authored-by:
Martin Pugh <pugh@s3kr.it> Co-authored-by:
André Silva <andrerfosilva@gmail.com> Co-authored-by:
Bastian Köcher <info@kchr.de>
-
thiolliere authored
Co-authored-by:
Bastian Köcher <info@kchr.de>
-
Martin Pugh authored
* fix check-labels.yml for forked repos * update labels
-
Shawn Tabrizi authored
* Tweak Rococo Settings * rococo: use CurrentBlockRandomness wrapper in auctions Co-authored-by:
André Silva <andrerfosilva@gmail.com> Co-authored-by:
Bastian Köcher <info@kchr.de>
-
Martin Pugh authored
* update generate_release_text.rb * add checks for audit labels for runtime changes * fix check_labels.sh * use has_runtime_changes in check_runtime.sh * add D1-trivial label * fix check_labels.sh
-
Gavin Wood authored
* Fix up CI/CD for the new labels. * Fix labels
-
Bastian Köcher authored
* Improve logging * Review feedback * Fix some warning and some further logging changes
-
Shawn Tabrizi authored
* Add Parachain Onboarding Pallets to Rococo * remove propose_parachain * add back para sudo wrapper * Revert "remove propose_parachain" This reverts commit 38b7c33c817964c9f8ad48531a72aede83670291. * turn propose_parachains into validator_manager * Update runtime/rococo/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * update origin Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
asynchronous rob authored
* more approval voting instrumentation * fix `unapproved_candidates` * Update node/core/approval-voting/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
Pierre Krieger authored
-
Kian Paimani authored
* inc * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ * Add test Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
-
- Mar 22, 2021
-
-
Denis_P authored
* CI: build an image and trigger simnet * CI: think of a funny name * CI: fix the artifact * CI: address the bug with .env * CI: some explanation
-
- Mar 20, 2021
-
-
Kian Paimani authored
* Almost make it work. * Make the runtimes build * Some fixes * Make the whole thing compile * Apply suggestions from code review * Fix review comments * remove unused. * nit * Fix * "Update Substrate" * bump tx-version Co-authored-by: parity-processbot <>
-
- Mar 19, 2021
-
-
Bernhard Schuster authored
-