- Feb 22, 2022
-
-
Sergejs Kostjucenko authored
-
Koute authored
-
- Feb 21, 2022
-
-
Alexander Theißen authored
* Run migrations defined by pallet-contracts * cargo fmt
-
Squirrel authored
we should be using production profile for benchmarks. --raw does not exist: https://github.com/paritytech/substrate/pull/10771
-
Alexander Theißen authored
* canvas: Move contracts config to own file * Reduce usage of parameter_types where possible * Fix try-runtime compilation
-
Alexander Theißen authored
-
Squirrel authored
-
Alexander Theißen authored
-
Bastian Köcher authored
Before this fix the relay chain node name was always a random generated, because we did not had implemented all the required methods of the `CliConfiguration` trait.
-
Alexander Theißen authored
-
- Feb 20, 2022
-
-
vincent authored
sync solution from #887
-
- Feb 17, 2022
-
-
Alexander Theißen authored
* Added kanvas runtime * Fix up benchmarking * Fixup markdown stucture * replace :emoji_name: by utf8 * fix up header hierarchy * Merge canvas README * Only use "Canvas" as a name * Remove reference to Rocanvas
-
- Feb 16, 2022
-
-
Shawn Tabrizi authored
* Update Cargo.toml * add checks to ci
-
- Feb 14, 2022
-
-
Keith Yeung authored
* Update rand to v0.8.5 * Enable std_rng feature on rand * Enable std_rng only when std is enabled * Revert "Enable std_rng only when std is enabled" This reverts commit 8fb3b72dbd6dc18bc19868b999b5b07cea4b7392.
-
Bastian Köcher authored
-
- Feb 11, 2022
-
-
Keith Yeung authored
* Move XCM configurations out into its own module * Revert removal of the AccountNonceApi
-
- Feb 10, 2022
-
-
Squirrel authored
-
Squirrel authored
Co-authored-by: Ignacio Palacios <[email protected]>
-
Squirrel authored
Co-authored-by: Ignacio Palacios <[email protected]>
-
Squirrel authored
-
Squirrel authored
Co-authored-by: Wilfried Kopp <[email protected]>
-
Mara Broda authored
-
Bastian Köcher authored
-
- 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]>
-