- Feb 09, 2022
-
-
Bastian Köcher authored
-
yjh authored
* chore: fix typos for consensus * chore: fix typos for RelayChainError
-
- Feb 08, 2022
-
-
Bastian Köcher authored
-
- Feb 07, 2022
-
-
Bastian Köcher authored
* Return compressed PoV from collation This enables us to also print the size of the compressed PoV. * FMT * Update Polkadot & Substrate * Fix compilation * Fixes * FMT
-
omadoyeabraham authored
* Added check to ensure invulnerables have associated validator keys before they are set * Added check to ensure invulnerables have associated validator keys before they are set * Update pallets/collator-selection/src/lib.rs Co-authored-by: Keith Yeung <[email protected]> * Added test for associated validators when setting invulnerables * FMT Co-authored-by: Omadoye Abraham <[email protected]> Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Keith Yeung <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Mara Broda authored
-
- Feb 05, 2022
-
-
Doordashcon authored
* add QueueConfigData setter * update weights * syntax change * add test case * fix Result error * cargo fmt * Apply suggestions from code review Co-authored-by: Alexander Popiak <[email protected]> * update * one call per set * cargo fmt * cargo fmt * mutate method * cargo fmt Co-authored-by: Alexander Popiak <[email protected]>
-
- Feb 04, 2022
-
-
Mara Broda authored
ci: fix publish-runtimes for rococo-parachain (or any other -parachain) failing on incorrect wasm path (#957)
-
- Feb 03, 2022
-
-
Ignacio Palacios authored
* Update command for running benchmarks * add --locked Co-authored-by: Chevdor <[email protected]> Co-authored-by: Chevdor <[email protected]>
-
- Feb 02, 2022
-
-
dependabot[bot] authored
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 01, 2022
-
-
dependabot[bot] authored
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Mara Broda authored
-
Chris Sosnin authored
-
- Jan 31, 2022
-
-
Keith Yeung authored
* Add the ability to suspend or resume XCM execution on the XCMP queue * Rename QueueActive to QueueSuspended * Add the ability to suspend the DMP queue * Rename XCMP to DMP in comments where appropriate Co-authored-by: Alexander Popiak <[email protected]> * Add a bypass for XCMP queue suspension * Revert "Add the ability to suspend the DMP queue" This reverts commit 363ca09b41e40fce3f2740e7ab78f5c54781ca5c. * Change controller origin to either root or council-issued origin * Rename to ControllerOriginConverter Co-authored-by: Alexander Popiak <[email protected]>
-
- Jan 26, 2022
-
-
Squirrel authored
* Add safe_xcm_version to Genesis Specs (#743) * add safe_xcm_version to genesis specs * cargo +nightly fmt * Point to xcm latest version Co-authored-by: Alexander Popiak <[email protected]>
-
- Jan 25, 2022
-
-
Sebastian Kunert authored
-
Chevdor authored
* Add production profile * Fix opt-level * Update Cargo.toml Co-authored-by: Bastian Köcher <[email protected]> * Move opt-level to release Co-authored-by: Bastian Köcher <[email protected]>
-
WMQ authored
* fix: remove duplicate event of pallet_balances https://github.com/paritytech/substrate/blob/master/frame/support/src/traits/tokens/currency.rs#L158 https://github.com/paritytech/substrate/blob/master/frame/balances/src/lib.rs#L1647 Since 0.9.12 of substrate, there is no need for a separate of balances event in runtime. * Update impls.rs
-
Qinxuan Chen authored
* Companion for substrate#10632 Signed-off-by: koushiro <[email protected]> * cargo update -p clap Signed-off-by: koushiro <[email protected]> * Update substrate * update lockfile for {"polkadot"} Co-authored-by: Keith Yeung <[email protected]> Co-authored-by: parity-processbot <>
-
- Jan 22, 2022
-
-
Bastian Köcher authored
* Update Substrate & Polkadot * Hmm * Set workspace hint path * Test * Use absolute path * Update again
-
- Jan 21, 2022
-
-
Bastian Köcher authored
* pov-recovery: Enable pov-recovery as well on full nodes Pov recovery was before only enabled for collators. The reason behind this was prevention of spam of the relay chain for block recovery. However, recent events has shown that this wasn't a good idea. So, this pr enables pov-recover for normal full nodes as well, but with a much higher delay before trying to recover a block. This means that full nodes will wait in minimum 2.5 minutes and in maximum 5 minutes before recovering a block. This should give collators in "normal mode" enough time to recover a block (they wait in maximum 6 seconds after they have seen a new candidate in the relay chain) before recovering a block. So, we should hopefully not spam the relay chain. * FMT * Fixes * Fix documentation
-
Oliver Tale-Yazdi authored
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
-
Squirrel authored
Co-authored-by: Chevdor <[email protected]>
-
Keith Yeung authored
* Rename ParentIsDefault to ParentIsAllZeroes * Fixes * Create ParentAccounts for respective networks * Fixes * Use b"Parent" as the basis for generating parent AccountId * Fixes * Use preset parent account ID * update lockfile for {"polkadot"} Co-authored-by: parity-processbot <>
-
Bastian Köcher authored
* Statemint: Support running statemint only with ed25519 * FMT * Update polkadot-parachains/parachains-common/src/lib.rs Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
Squirrel authored
* Add system weights to Statemint (#762) * waiting for weights from bm * frame_system weights added * cargo toml fix + fmt * removed non-existent set_changes_trie_config Co-authored-by: Ignacio Palacios <[email protected]>
-
- Jan 20, 2022
-
-
Oliver Tale-Yazdi authored
* Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * update lockfile for {"polkadot"} * Run `cargo update -p sp-io` Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: parity-processbot <>
-
Chevdor authored
ref #851
-
Kian Paimani authored
* Add the uniques migration for statemine * return weight from on_runtime_upgrade (#914) need to return the weight from on_runtimie_upgrade(). * cargo update -p sp-io * cargo update -p polkadot-primitives Co-authored-by: hamidra <[email protected]>
-
- Jan 19, 2022
-
-
Squirrel authored
* First doc lines should show as tool tips * Update pallets/collator-selection/src/lib.rs * Update pallets/collator-selection/src/lib.rs Co-authored-by: joe petrowski <[email protected]> * Update pallets/collator-selection/src/lib.rs Co-authored-by: joe petrowski <[email protected]> * Update pallets/collator-selection/src/lib.rs Co-authored-by: joe petrowski <[email protected]> * moving comment onto storage Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
Squirrel authored
Co-authored-by: Ricardo Rius <[email protected]>
-
Bastian Köcher authored
* xcmp-queue: Fix handling of encoded blobs With #701 we tried to fix some infinite loop related to encoded blobs, however that lead actually to not being able to process encoded blobs at all. The reason for this is that `decode_all` doesn't consume the given input. The point of this function is that it returns an error if the data couldn't be decoded or there is still data left. However, this means that the check `remaining_fragments.len() < last_remaining_fragments.len()` would always fail. We remove the while loop, because we decode the entire fragment anyway or it fails. Aka, we don't need to loop here. Next we remove the broken check and we directly reset the `remaining_fragments` (because `decode_all` doesn't consume anything). * Restore correct behavior We need to use a while loop, because there can be multiple `Vec<u8>`s. We also need to use `decode`, because `decode_all` would otherwise return an error if the input is not empty afterwards. * Remove unused import
-
Squirrel authored
Co-authored-by: Ignacio Palacios <[email protected]>
-
Squirrel authored
* Add Statemint Genesis Values (#817) * add some docs to genesis scripts * move statemint test chainspec * add initial (draft) version of statemint chain spec * adjust genesis value script * add Statemint genesis Aura keys * add bootnodes to statemint-genesis spec * Add checks, debug and doc (#790) * Add checks, debug and doc * Update scripts/generate_genesis_value.sh Co-authored-by: Alexander Popiak <[email protected]> * Update scripts/generate_genesis_value.sh Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Alexander Popiak <[email protected]> * default to official shell rpc endpoint for genesis values * remove statemint test chain spec * add Statemint chain spec and genesis values * sort statemint genesis values * some script docs adjustments Co-authored-by: Chevdor <[email protected]> * cargo fmt Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Chevdor <[email protected]>
-
Squirrel authored
* configure pallet-xcm to allow teleports but forbid generic sends * bump spec_version Co-authored-by: Alexander Popiak <[email protected]>
-
- Jan 18, 2022
-
-
Squirrel authored
Co-authored-by: Alexander Popiak <[email protected]>
-
- Jan 17, 2022
-
-
Sacha Lansky authored
* Fix broken links * Update README.md * Update README.md
-
Jun Jiang authored
-
- Jan 14, 2022
-
-
Ignacio Palacios authored
* before adding seedling client side * seedling runtime compiles * create seedling spec script added * seedling node & BaseCallFilter fixes * update AllPalets * formatting * CallFilter + SignedExtra + AccountData fix * XCM removed * cleanup * solo-to-para pallet added & before testing * fix runtime upgrade method * soloToPara pallet + set header * clean up * clean up 2 * signed extension check sudo added * fmt + cleanup * Refac code and fixes * fmt * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * small fixes * OnValidationData used * small changes * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * OnValidationData replaced by OnSystemEvent * fmt + cargo fix * disable-default-bootnodes for seedling script Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- Jan 13, 2022
-
-
Doordashcon authored
* added Polkadot constants * remove hardcoded constants * cargo +nightly fmt * add const existential deposit * update * cargo +nightly fmt * not pulling * readd constants.rs modules * update * Cargo.lock * update * add balance constants * Update polkadot-parachains/statemine/src/constants.rs Co-authored-by: Alexander Popiak <[email protected]> * cargo fmt Co-authored-by: Alexander Popiak <[email protected]>
-