- Jul 29, 2022
-
-
Xavier Lau authored
-
Koute authored
* Bump `parity-scale-codec` to 3.1.5 * Align tests to changes in substrate * Apply rustfmt * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Jul 28, 2022
-
-
Xavier Lau authored
* Remove Useless Inherent Data Provider * Remove Unused Deps
-
Mara Broda authored
* polkadot: update weights * kusama: update weights * westend: update weights * rococo: update weights * Reduce testing constants (#5787) Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
-
Chevdor authored
* bump transcation_version * revert back transaction version for kusama and plokadot as they were bumped in the previous release Co-authored-by: Egor_P <[email protected]>
-
Chevdor authored
* Bump crate versions * Update cargo.lock
-
Chevdor authored
-
- Jul 27, 2022
-
-
Alexander Samusev authored
-
Andrei Sandu authored
* Column migration for parityDB Signed-off-by: Andrei Sandu <[email protected]> * fmt Signed-off-by: Andrei Sandu <[email protected]> * fix Signed-off-by: Andrei Sandu <[email protected]> * Remove columns * warn Signed-off-by: Andrei Sandu <[email protected]> * bump paritydb * use clear_column Signed-off-by: Andrei Sandu <[email protected]> * fix Signed-off-by: Andrei Sandu <[email protected]> * logs Signed-off-by: Andrei Sandu <[email protected]> * paritydb 0.3.16 Signed-off-by: Andrei Sandu <[email protected]> * Update node/service/Cargo.toml Co-authored-by: Andronik <[email protected]> * ParityDB versioning Signed-off-by: Andrei Sandu <[email protected]> * cargo lock Signed-off-by: Andrei Sandu <[email protected]> * review + proper version constants Signed-off-by: Andrei Sandu <[email protected]> * Add test Signed-off-by: Andrei Sandu <[email protected]> Co-authored-by: Andronik <[email protected]>
-
Sergej Sakac authored
* Companion for #11831 * commti * fix * fix * commit * fix? * added rpc extension * fmt * add dependency * added NominationPools to runtimes * implement np * implement for kusama & westend * remove np-rpc from rococco * fmt * add np-rpc to the client * fix wrong dependency in client * remove from client * remove from rpc * fix? * switch back * fix? * . * add rpc extension * fmt * fix dependency * commit * only implement the api in the runtimes * update * update runtimes * update sp-io * update * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * commit * Revert "Merge branch 'rpc-pending-rewards' of github.com:Szegoo/polkadot into rpc-pending-rewards" This reverts commit dd260820641060b6106b238081d674e902267f24, reversing changes made to 8f3b58dbe28132a95c4d595700214f886da22e5e. Co-authored-by: kianenigma <[email protected]>
-
Alexander Samusev authored
-
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
-