- Jul 27, 2022
-
-
Kian Paimani authored
-
- Jul 26, 2022
-
-
Sebastian Kunert authored
* Update update-rust-stable script * Update UI tests for rust-1.62.1 * Use staging CI image * pin ci image Co-authored-by: alvicsam <[email protected]>
-
Sebastian Kunert authored
-
- Jul 25, 2022
-
-
Alexander Theißen authored
* Bump substrate * Bump spec version
-
Chevdor authored
-
- Jul 22, 2022
-
-
ordian authored
* add malus_finality_delay flag * cargo update -p sp-io * no warnings when malus is disabled * subpar workaround for feature unification problem * remove malus_finality_delay from regular cli * document finality_delay param, rename cli arg
-
Alexander Samusev authored
* [Do not merge] [ci] publish parachain-implementers-guide * fix .cancel-pipeline * rename build-implementers-guide * fix * debig docs * fix needs * debug publish * change image for impl guide job * fix mdbook * add folder * remove mdbook-graphviz * fix publish * fix publish * debug publish * remove debug * fix script order * return pipeline * remove test ref from publish
-
- Jul 21, 2022
-
-
Muharem Ismailov authored
-
Dmitry Markin authored
* Cleanup light client leftovers * Remove light clent leftovers in test-parachains * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Jul 20, 2022
-
-
Oliver Tale-Yazdi authored
* Re-add tests Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Test with release profile Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Re-add tests Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Test with diener Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Revert "Test with release profile" This reverts commit d5384c5b603e1f8b7d14871ee57d2661e61bdb75. * Revert "Test with diener" This reverts commit 9e035759c780c2dfaf431456c8d0ff1a78e68d64. * cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Update tests/benchmark_block.rs Co-authored-by: Chevdor <[email protected]> Co-authored-by: Chevdor <[email protected]>
-
Bernhard Schuster authored
* allow re-use and avoid compiling kusama parachain code * fixup removed trailing ; * make it compat with rustfmt +nightly
-
Sebastian Kunert authored
* Implement OverseerRuntimeClient * blockchainevents * Update patches * Finish merging rntime-api subsystem * First version that is able to produce blocks * Make OverseerRuntimeClient async * Move overseer notification stream forwarding to cumulus * Remove unused imports * Add more logging to collator-protocol * Lockfile * Use hashes in OverseerRuntimeClient * Move OverseerRuntimeClient into extra module * Fix old session info call and make HeadSupportsParachain async * Improve naming of trait * Cleanup * Remove unused From trait implementation * Remove unwanted debug print * Move trait to polkadot-node-subsystem-types * Add sections to runtime client Co-authored-by: Davide Galassi <[email protected]> * Reorder methods * Fix spelling * Fix spacing in Cargo.toml Co-authored-by: Bastian Köcher <[email protected]> * Remove unused babe methods Co-authored-by: Davide Galassi <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- Jul 19, 2022
-
-
Mara Broda authored
* add `Extrinsic Ordering` check that runs against a local reference node * cleanup * use different polkadot base path * check all chains & other review nits * fixup * review nits * do not fail-fast
-
Oliver Tale-Yazdi authored
* Expose 'benchmark extrinsic' command Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add test Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fix tests Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fix tests Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Split benchmarking into own mod Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Simplify code Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fixup Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Cleanup Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Spell Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Revert Cargo.lock updates Signed-off-by: Oliver Tale-Yazdi <[email protected]> * update lockfile for {"substrate"} * Fix brittle test Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump spec version to 9270 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Sleep in test to make it work in CI... Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Disable failing test Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Revert "Bump spec version to 9270" This reverts commit c1c385d7a4dc849e7f4d4723740aec66c2b7be09. * Delete brittle test, see #5788 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Disable failing test Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Delete more failing tests... Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: parity-processbot <>
-
Chevdor authored
* Add handling of SIGTERM, SIGINT and SIGQUIT Fix #5649 * Fix signals and log levels * Add missing imports * Add sig count to the logs
-
- Jul 18, 2022
-
-
Andrei Sandu authored
* Add test Signed-off-by: Andrei Sandu <[email protected]> * gitlab integration Signed-off-by: Andrei Sandu <[email protected]> * tune test Signed-off-by: Andrei Sandu <[email protected]> * Try waiting for nodes to be up before checks Signed-off-by: Andrei Sandu <[email protected]> * Use js check for paritydb folder Signed-off-by: Andrei Sandu <[email protected]> * artifacts true Signed-off-by: Andrei Sandu <[email protected]> * change error message Signed-off-by: Andrei Sandu <[email protected]> * debug Signed-off-by: Andrei Sandu <[email protected]> * try again Signed-off-by: Andrei Sandu <[email protected]> * use log line contains for test * bump zombienet verision for test * Is approval checking lag 0 on rocksdb ? Signed-off-by: Andrei Sandu <[email protected]> * Is approval checking lag 1 with paritydb ? Signed-off-by: Andrei Sandu <[email protected]> * update zombienet test for parityDb * Update zombienet_tests/misc/0001-check_paritydb.sh Co-authored-by: Chevdor <[email protected]> Co-authored-by: Javier Viola <[email protected]> Co-authored-by: Chevdor <[email protected]>
-
- Jul 17, 2022
-
-
Xavier Lau authored
-
- Jul 14, 2022
-
-
Chevdor authored
-
- Jul 13, 2022
-
-
Kian Paimani authored
* companion for new pools reward scheme * fix build * fix * Fux * update lockfile for {"substrate"} * fmt Co-authored-by: parity-processbot <>
-
- Jul 12, 2022
-
-
ferrell-code authored
-
Bernhard Schuster authored
* foo * rolling session window * fixup * remove use statemetn * fmt * split NetworkBridge into two subsystems Pending cleanup * split * chore: reexport OrchestraError as OverseerError * chore: silence warnings * fixup tests * chore: add default timenout of 30s to subsystem test helper ctx handle * single item channel * fixins * fmt * cleanup * remove dead code * remove sync bounds again * wire up shared state * deal with some FIXMEs * use distinct tags Co-authored-by: Andrei Sandu <[email protected]> * use tag Co-authored-by: Andrei Sandu <[email protected]> * address naming tx and rx are common in networking and also have an implicit meaning regarding networking compared to incoming and outgoing which are already used with subsystems themselvesq * remove unused sync oracle * remove unneeded state * fix tests * chore: fmt * do not try to register twice * leak Metrics type Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Andronik <[email protected]>
-
- Jul 09, 2022
-
-
Vsevolod Stakhov authored
* Limit number of elements loaded from the stagnant key This will likely be required if we enable stagnant prunning as currently database has way too many entries to be prunned in a single iteration * Fmt run * Slightly improve logging * Some more debug nits * Fmt pass * Add stagnant prunning delay * Enable stagnant check worker * Implement stagnant pruning without stagnant checks * Update node/core/chain-selection/src/tree.rs Co-authored-by: Andronik <[email protected]> * Apply suggestions from code review Co-authored-by: Andronik <[email protected]> Co-authored-by: Andronik <[email protected]>
-
- Jul 08, 2022
-
-
dependabot[bot] authored
Bumps [chevdor/srtool-actions](https://github.com/chevdor/srtool-actions) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/chevdor/srtool-actions/releases) - [Commits](https://github.com/chevdor/srtool-actions/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: chevdor/srtool-actions 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>
-
BenWhiteJam authored
* Update release-99_bot.yml * Update .github/workflows/release-99_bot.yml Co-authored-by: Chevdor <[email protected]>
-
- Jul 06, 2022
-
-
Chevdor authored
* Bump spec_version to 9260 * Version bump to v0.9.26
-
Xavier Lau authored
-
dependabot[bot] authored
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 0.38.0 to 0.38.1. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v0.38.0...v0.38.1) --- updated-dependencies: - dependency-name: wasmtime dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Chevdor authored
-
Chevdor authored
* Bump impl_version for Westend (#5745) * Bump Westend specs to 9251
-
Svyatoslav Nikolsky authored
* remove bridges folder * remove BRIDGES.md * remove bridges mentions from top Cargo.toml * remove bridges from CODEOWNERS * remove bridges mentions from testing.md * remove bridge pallets from Rococo/Wococo runtime * also remove from node
-
- Jul 05, 2022
-
-
Javier Viola authored
* Update metric name and doc Signed-off-by: Andrei Sandu <[email protected]> * add test and rename metric to use * change within time for test * Update .gitlab-ci.yml Co-authored-by: Alexander Samusev <[email protected]> * Update .gitlab-ci.yml Co-authored-by: Alexander Samusev <[email protected]> * Properly format the stash account Signed-off-by: Andrei Sandu <[email protected]> * Update test Signed-off-by: Andrei Sandu <[email protected]> * change metric name * Bump quote from 1.0.19 to 1.0.20 (#5736) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.19 to 1.0.20. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.19...1.0.20) --- 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> * backport minimum weight to fee to master (#5739) * propose fix fees * add tests to kusama runtime as well * better tests * last change * last update * Fix test * ignore tests again * staking-miner: CLI flag delay solution x secs (#5734) * staking-miner: CLI flag delay solution x secs * Update utils/staking-miner/src/monitor.rs * Update utils/staking-miner/src/opts.rs * more logging * add more verbose logging * Update utils/staking-miner/src/opts.rs Co-authored-by: David <[email protected]> * Update utils/staking-miner/src/opts.rs Co-authored-by: David <[email protected]> * remove redundant check Co-authored-by: David <[email protected]> * fix(staking miner): check latest state in solution (#5744) * bump zombienet version and fix test * Update zombienet_tests/smoke/0003-deregister-register-validator-smoke.toml Co-authored-by: Chevdor <[email protected]> * Update zombienet_tests/smoke/0003-deregister-register-validator.js Co-authored-by: Chevdor <[email protected]> Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kian Paimani <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: Chevdor <[email protected]>
-
Chevdor authored
-
- Jul 04, 2022
-
-
Vsevolod Stakhov authored
* Limit number of elements loaded from the stagnant key This will likely be required if we enable stagnant prunning as currently database has way too many entries to be prunned in a single iteration * Fmt run * Slightly improve logging * Some more debug nits * Fmt pass
-
- Jul 01, 2022
-
-
Niklas Adolfsson authored
-
- Jun 30, 2022
-
-
Niklas Adolfsson authored
* staking-miner: CLI flag delay solution x secs * Update utils/staking-miner/src/monitor.rs * Update utils/staking-miner/src/opts.rs * more logging * add more verbose logging * Update utils/staking-miner/src/opts.rs Co-authored-by: David <[email protected]> * Update utils/staking-miner/src/opts.rs Co-authored-by: David <[email protected]> * remove redundant check Co-authored-by: David <[email protected]>
-
- Jun 29, 2022
-
-
Kian Paimani authored
* propose fix fees * add tests to kusama runtime as well * better tests * last change * last update * Fix test * ignore tests again
-
dependabot[bot] authored
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.19 to 1.0.20. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.19...1.0.20) --- 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>
-
- Jun 28, 2022
-
-
ordian authored
* zombienet: try to fix parachains upgrade test * try a different collator image * Revert "try a different collator image" This reverts commit c83b2929f5a703be0979b4429ab01808408b074d. * try setting cumulusBased * fix zombienet upgrade test * change image * update command for test * update zombienet image * bump zombienet version * bump zn version * Revert "try setting cumulusBased" This reverts commit 0312fa0a7a19065e097b186a08757938abd7c130. * Revert "update command for test" This reverts commit 81707e30188a1838e952d66deedaecbff6cb2971. * Revert "change image" This reverts commit 43a4f4a6a0286f5bf6698a44b82de835a723b531. * zombienet: change validator image to a PR branch Co-authored-by: Javier Viola <[email protected]>
-
Koute authored
* Update dependencies * Update `substrate` to ee3eb8f2448cc1bb978c5d1564febd351c128bb0
-
Andrei Sandu authored
Signed-off-by: Andrei Sandu <[email protected]>
-