- Mar 07, 2023
-
-
Davide Galassi authored
* Align to substrate refactory * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
-
Tsvetomir Dimitrov authored
-
Javier Viola authored
* bump zombienet version * remove redundant 'is up' assertion * bump zombienet version * bump to latest version of zombienet * add more time to check peers
-
Koute authored
-
- Mar 06, 2023
-
-
Mara Broda authored
* update changelog template for new label behavior (E3/E4) This distinguishes E3 and E4 labels in the changelog output * Separate E3/E4 notices in changelog * fixup
-
Aaro Altonen authored
* Companion for paritytech/substrate#12828 * Pass sync service * Fix test * Fix tests again * update lockfile for {"substrate"} * cargo fmt --------- Co-authored-by: parity-processbot <>
-
Tsvetomir Dimitrov authored
* Don't send `ActiveLeaves` from leaves in db on startup in Overseer. Wait for fresh leaves instead. * Don't pass initial set of leaves to Overseer * Fix compilation error in subsystem-test-helpers
-
Muharem Ismailov authored
Co-authored-by: parity-processbot <>
-
Aaro Altonen authored
* Decrease expected peer count in zombinenet tests Recent change in the in/out peer ratio caused some of the zombienet tests to fail. Adjust the number of expected peers to reflect the new ratio to make tests pass again. * Increase `--out-peers` to 15 for paritydb test * Don't check the number of connected peers
-
Tsvetomir Dimitrov authored
* Additional tracing in `provisioner`, `vote_selection` * Add `fetched_onchain_disputes` metric to provisioner * Some tracelines in dispute-coordinator TODO: cherry pick this in the initial branch!!! * Remove spammy logs * Remove some trace lines
-
Petr Mensik authored
-
- Mar 04, 2023
-
-
Bradley Olson authored
* Changing dispute db errors to fatal * fmt
-
Keith Yeung authored
* Introduce XCM matcher for writing barriers * Fix compilation * cargo fmt * Add more doc comments * Add mod doc comment * More doc comments * Add tests and fix logic * Remove redundant syntax * Add more doc comments * Add more doc comments * Add more doc comments
-
- Mar 03, 2023
-
-
eskimor authored
* Add note about frozen `SessionInfo`. * Better comment. --------- Co-authored-by: eskimor <[email protected]>
-
Arkadiy Paronyan authored
* Bump parity-db * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
-
Bradley Olson authored
* Provisioner guide entry update * Removing mentions of misbehavior arbitration sub * fmt
-
Branislav Kontur authored
-
Robert Hambrock authored
* version {Beefy,Mmr}Api * update lockfile for {"substrate"}
-
- Mar 02, 2023
-
-
Oliver Tale-Yazdi authored
* Migrate to from_parts Have a look at https://github.com/ggwpez/substrate-scripts/blob/master/migrate-from-parts.py Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Adapt to master Signed-off-by: Oliver Tale-Yazdi <[email protected]> * update lockfile for {"substrate"} --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: parity-processbot <>
-
Branislav Kontur authored
* Change ParaId->Sibling for `SiblingParachainConvertsVia` * [XCM] Multiple `FungiblesAdapter`s support + `WeightTrader::buy_weight` more accurate error * Added test for `ConvertedConcreteId` with `AsPrefixedGeneralIndex` * Solution 3. - new MatchedConvertedConcreteId with matching capabilities * Review fixes * Renamed `AssetNotFound` -> `AssetNotHandled` --------- Co-authored-by: parity-processbot <>
-
eskimor authored
Co-authored-by: eskimor <[email protected]>
-
- Mar 01, 2023
-
-
Mara Broda authored
* changelog: fix runtime migration listing * changelog: fix db migration listing
-
Dmitry Markin authored
-
- Feb 28, 2023
-
-
Davide Galassi authored
* Temporary commit to make the Substrate CI happy * Revert "Temporary commit to make the Substrate CI happy" This reverts commit 9eb2fd223c3e36312242d4fda4ebacf3dd732547. * Align to substrate master * Update lock * Adjust some naming according to the new substrate crates
-
Mara Broda authored
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
-
Keith Yeung authored
* Limit the max number of assets weighable in MultiAssets * Apply suggestions from code review Co-authored-by: Gavin Wood <[email protected]> * Add tests * cargo fmt * Include proof size weight in tests * Add comments --------- Co-authored-by: Gavin Wood <[email protected]>
-
- Feb 27, 2023
-
-
Anton Vilhelm Ásgeirsson authored
* Add tests for ParachainsCache * Use BTreeSet for ParachainsCache internals * Use `into_iter()` instead of cloneing storage vals
-
Davide Galassi authored
* Companion for grandpa crate renaming * lock update
-
Mira Ressel authored
-
- Feb 25, 2023
-
-
Keith Yeung authored
-
- Feb 24, 2023
-
-
Bradley Olson authored
* Initial pass * fmt * Lock changes * Implementers guide edit * Reasoning changes * typo Co-authored-by: Marcin S. <[email protected]> * Revert "Lock changes" This reverts commit 3131a5245c6349743789270e6d1ad7842dc4c9df. * Getting rid of cargo.lock changes * Argumentation update * fmt --------- Co-authored-by: Marcin S. <[email protected]>
-
Bastian Köcher authored
* Companion for Substrate#12520 https://github.com/paritytech/substrate/pull/12520 * Fix * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
-
- Feb 23, 2023
-
-
Oleg Plakida authored
* Revert back to bare metal runners for weights generation * new old weights --------- Co-authored-by: alvicsam <[email protected]>
-
Louis Merlin authored
* Add improved XCM fuzzer * Add command for running a single input * Add installation command * Fix @m-cat's nit * Add newline Co-authored-by: Kian Paimani <[email protected]> * Add info about current directory in fuzzing README * Update Cargo.lock --------- Co-authored-by: Keith Yeung <[email protected]> Co-authored-by: Kian Paimani <[email protected]>
-
- Feb 22, 2023
-
-
miss_k authored
* Corrected weight trader comment * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
-
Mara Broda authored
* kusama: clean up executed migrations * polkadot: clean up executed migrations * rococo: clean up executed migrations * westend: clean up executed migrations
-
cheme authored
* clean state_trie_migration from westend * update cargo.lock * Revert "clean state_trie_migration from westend" This reverts commit b1d55c688e9a8a2fbd155f0a9ddaba9766ad101c. * cleanup. * use storage_alias * Revert "use storage_alias" This reverts commit 5289745d1592a14db0063d9ee111137473993f41. * Revert "Revert "use storage_alias"" This reverts commit d4c688acdddf29a09c79a4eef52ab4095128e5b3. * Force alias. * magic
-
Ross Bulat authored
* update weights functions * + placeholder weight * ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev pallet_nomination_pools * update weights * update lockfile for {"substrate"} --------- Co-authored-by: command-bot <>
-
Paulo Martins authored
-
Koute authored
* Align iterator use to new substrate * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
-