- Mar 18, 2022
-
-
asynchronous rob authored
-
asynchronous rob authored
* have some lenience on outdated messages in statement distribution * fmt
-
Vsevolod Stakhov authored
-
Robert Klotzner authored
* Don't wait for dispute coordinator in backing and approval-voting - we are single threaded there, so this is blocking everything. * Add missing import. * Don't warn on dropped receiver.
-
dependabot[bot] authored
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.15...1.0.16) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Shawn Tabrizi authored
* remove stupid check * here too
-
asynchronous rob authored
* fix freshness calculations in statement distribution * Fix logic. Co-authored-by: Robert Klotzner <[email protected]>
-
Bernhard Schuster authored
* split metrics from bitfield signing * cleanup all logging * add a unit test for subset generation * chore: add one more test to assert need is properly represented * u8 as usize * chore: overseer fixin * fix test * Update node/network/bitfield-distribution/src/metrics.rs Co-authored-by: Andrei Sandu <[email protected]> * Update node/network/bitfield-distribution/src/metrics.rs Co-authored-by: Andrei Sandu <[email protected]> * fallout from suggested rename * consistency Co-authored-by: Andrei Sandu <[email protected]>
-
dependabot[bot] authored
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-scale-codec/commits) --- updated-dependencies: - dependency-name: parity-scale-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 17, 2022
-
-
Robert Klotzner authored
* Logs for large messages + metrics on size. * Fix typo
-
Shawn Tabrizi authored
* integration tests use offset * fix slots * fix auctions * add auctions benchmark * fix crowdloan
-
Bernhard Schuster authored
-
dependabot[bot] authored
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.88 to 1.0.89. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.88...1.0.89) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Vsevolod Stakhov authored
* Use more reasonable buckets for `process_msg` histogram * Another adjustments of the buckets * Move historgram timer to a more relevant place * Add a dedicated collation distribution time metric * Cargo fmt
-
Bernhard Schuster authored
* provisioner data, one more log * minor cleanups in provisioner logs * remove deprecated foo in overseer Closes #5128 * candidate_hash needs the ? prefix in gum * demote to trace
-
- Mar 16, 2022
-
-
Georges authored
* using `frame_npos_elections_solution_type` * forget to commit one change * substrate pallet renaming * `Support` moved to frame in substrate * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
Tsvetomir Dimitrov authored
* Additional tracing in provisioner Add debug logs for `fn send_inherent_data`. * Code review feedback * Code review feedback * Code review feedback * Fix unit tests
-
Mara Broda authored
* westend: update weights * kusama: update weights * polkadot: update weights * westend: update weights (production profile) * kusama: update weights (production profile) * polkadot: update weights (production profile) * kusama: update weights (production profile pt 2) * westend: update weights (production profile pt 2) * fixup * fixup * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ Co-authored-by: Parity Bot <[email protected]>
-
asynchronous rob authored
* strengthen signals-received atomics * Update node/overseer/overseer-gen/src/lib.rs Co-authored-by: Andrei Sandu <[email protected]> * fmt Co-authored-by: Andrei Sandu <[email protected]>
-
Shawn Tabrizi authored
* add to kusama * polkadot too * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_child_bounties --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_child_bounties --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * Update Cargo.lock * Update runtime/kusama/src/lib.rs * Update runtime/polkadot/src/lib.rs * import Co-authored-by: Parity Bot <[email protected]>
-
Vsevolod Stakhov authored
* add two more timers * Update node/network/availability-recovery/src/metrics.rs * Try to improve comments spelling * Cargo fmt iteration * Add some presumably useful debugging for collator protocol * Address review comments Co-authored-by: Bernhard Schuster <[email protected]>
-
asynchronous rob authored
* make more subsystems blocking * actually spawn blocking subsystems on their own threads
-
- Mar 15, 2022
-
-
dependabot[bot] authored
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.87...1.0.88) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Robert Klotzner authored
-
Bernhard Schuster authored
* add two more timers * Update node/network/availability-recovery/src/metrics.rs * Try to improve comments spelling * Cargo fmt iteration Co-authored-by: Vsevolod Stakhov <[email protected]>
-
Mara Broda authored
* scripts: don't rebuild for every pallet benchmark * ci: remove orphan variable * [ci] run_benches_for_runtime.sh: explicit relative path names * [ci] scripts: handle failing benchmarks
-
dependabot[bot] authored
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.9 to 0.11.10. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.9...v0.11.10) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Doordashcon authored
* remove get_metadata method * cargo fmt * add get_metadata function in test * cargo fmt * Update node/network/statement-distribution/src/tests.rs Co-authored-by: Robert Habermeier <[email protected]> * update * update Co-authored-by: Robert Habermeier <[email protected]>
-
Vsevolod Stakhov authored
* Add metrics timer for the PerRequest structure lifetime * Add custom buckets
-
Bernhard Schuster authored
* add some gum * bump expander * gum * fix all remaining issues * last fixup * Update node/gum/proc-macro/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * change * netowrk * fixins * chore * allow optional fmt str + args, prep for expr as kv field * tracing -> gum rename fallout * restrict further * allow multiple levels of field accesses * another round of docs and a slip of the pen * update ADR * fixup lock fiel * use target: instead of target= * minors * fix * chore * Update node/gum/README.md Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Andrei Sandu <[email protected]>
-
Dan Shields authored
* rm uneeded migrations, rococo reset to "2.1" * rm unimplimented generics README update * rm unused imports * Randomness rm
-
Dan Shields authored
* * Rococo to use BABE randomness * Westend & Rococo runtime syncronization in file format (starting) * explicit frame_support::weights::Weight
-
- Mar 14, 2022
-
-
asynchronous rob authored
* improve provisioner log * change log target from availability to availability-store
-
dependabot[bot] authored
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-scale-codec/compare/v3.0...parity-scale-codec-v3.1.0) --- updated-dependencies: - dependency-name: parity-scale-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.86 to 1.0.87. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.86...1.0.87) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Vsevolod Stakhov authored
* Try to fix out-of-view messages in approval distribution Suggested by: @ordian * Cargo fmt * Add a unit test for the proposed fix * Spelling fix * Use a simplier approach to fix the race condition as suggested by @rphmeier * Cargo fmt run
-
Tsvetomir Dimitrov authored
For clarity replace `DOT` with `WND` and `ROC` in `westend_testnet_genesis` and `rococo_testnet_genesis` functions.
-
Mara Broda authored
-
Georges authored
* using `frame_npos_elections_solution_type` * forget to commit one change * substrate pallet renaming * cargo update -p sp-io Co-authored-by: kianenigma <[email protected]>
-
Mara Broda authored
-