- Jul 29, 2022
-
-
Miguel Hervas authored
-
- Jul 25, 2022
-
-
dependabot[bot] authored
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.139 to 1.0.140. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.139...v1.0.140) --- updated-dependencies: - dependency-name: serde 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>
-
- Jul 16, 2022
-
-
dependabot[bot] authored
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.139. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.139) --- updated-dependencies: - dependency-name: serde 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>
-
dependabot[bot] authored
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: smallvec 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>
-
- Jul 13, 2022
-
-
Jegor Sidorenko authored
* Companion to #11398 * Remove buy_item() from AssetOwner * Remove set_price() as well * Remove set_price and buy_item from the proxy in Westmint and Statemine * update lockfile for {"substrate", "polkadot"} Co-authored-by: parity-processbot <>
-
- Jul 12, 2022
-
-
Squirrel authored
* adapt to common good paras * fmt * Updated to leave parachain-template alone * use norm_id + cargo fmt * removed comment as we are not touching parachain template * is_penpal * updated code to new locations * changes required to get penpal running * cargo fmt * remove warning, rename chain * Update polkadot-parachain/src/command.rs * Update polkadot-parachain/src/command.rs Co-authored-by: Ignacio Palacios <[email protected]> * remove now moved functions * added runtime description * add missing copyright notices * more copyright notices. Co-authored-by: NachoPal <[email protected]>
-
- Jul 11, 2022
-
-
Branislav Kontur authored
-
- Jul 06, 2022
-
-
Ignacio Palacios authored
* Update Readme for integration-tests * Update parachains/README.md Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
- Jul 05, 2022
-
-
Ignacio Palacios authored
* adding parachains integration tests * final integration-tests * Update parachains/integration-tests/statemine/xcm/2_ump.yml Co-authored-by: Chevdor <[email protected]> * Update parachains/integration-tests/statemine/xcm/1_dmp.yml Co-authored-by: Chevdor <[email protected]> * Update parachains/integration-tests/statemine/xcm/4_hrmp.yml Co-authored-by: Chevdor <[email protected]> * Update parachains/integration-tests/statemint/xcm/1_dmp.yml Co-authored-by: Chevdor <[email protected]> * Update parachains/integration-tests/statemint/xcm/2_ump.yml Co-authored-by: Chevdor <[email protected]> * Update parachains/integration-tests/statemint/xcm/4_hrmp.yml Co-authored-by: Chevdor <[email protected]> * Update parachains/integration-tests/statemine/xcm/3_hrmp-open-channels.yml Co-authored-by: Chevdor <[email protected]> * Update parachains/integration-tests/statemint/xcm/3_hrmp-open-channels.yml Co-authored-by: Chevdor <[email protected]> * clean up & trailling spaces * leftovers Co-authored-by: Chevdor <[email protected]>
-
- Jun 29, 2022
-
-
Bernardo A. Rodrigues authored
* add wss bootnodes to statemint chainspec * add wss bootnodes to statemine chainspec
-
- Jun 27, 2022
-
-
dependabot[bot] authored
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: smallvec 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 23, 2022
-
-
Sasha Gryaznov authored
* Companion for substrate#11501 * update lockfile for {"polkadot", "substrate"} Co-authored-by: parity-processbot <>
-
- Jun 18, 2022
-
-
Squirrel authored
* This should ideally be set. * Not convinced guard order is always guarenteed. * assets / uniques should not be included. * correction
-
- Jun 16, 2022
-
-
Keith Yeung authored
-
ZhiYong authored
* Companion for substrate#11618 * update lockfile for {"polkadot", "substrate"} Co-authored-by: parity-processbot <>
-
- Jun 15, 2022
-
-
Keith Yeung authored
* Bounded ping pallet * cargo fmt
-
- Jun 14, 2022
-
-
Shawn Tabrizi authored
* lower all deposits by 10x * undo rococo stuff * Apply suggestions from code review * update asset deposits * align statemint deposit ratios Co-authored-by: joepetrowski <[email protected]>
-
- Jun 05, 2022
-
-
Bastian Köcher authored
* Ensure relay chain block number strictly increases This is a safeguard for when async backing is enabled on the relay chain and multiple parachain blocks per relay chain block are legal. We will need to later change this to support then multiple parachain blocks per relay chain block. * Make the check configurable * Fix compilation * Update pallets/parachain-system/src/lib.rs Co-authored-by: André Silva <[email protected]> * Update pallets/parachain-system/src/lib.rs Co-authored-by: André Silva <[email protected]> * Fix test Co-authored-by: André Silva <[email protected]>
-
- Jun 01, 2022
-
-
joe petrowski authored
* recognise no reserves * adjust should_execute * docs and pass should_execute * typo
-
- May 31, 2022
-
-
Gavin Wood authored
* Fixes * Bump * Formatting * Bump * Bump
-
Squirrel authored
-
- May 30, 2022
-
-
Gavin Wood authored
* Fix warnings * Bump * Fix build * Fix the build * Fixes * Formatting Co-authored-by: Bastian Köcher <[email protected]>
-
- May 27, 2022
-
-
Squirrel authored
batch all now looking a bit expensive compared to batch. no big changes.
-
- May 26, 2022
-
-
Alexander Theißen authored
-
- May 24, 2022
-
-
Squirrel authored
-
joe petrowski authored
* add docs to parachain runtimes * update and add top readme * clarify docs * review plus licenses * Update parachains/README.md * Update parachains/runtimes/assets/README.md Co-authored-by: Bernhard Schuster <[email protected]> * Update parachains/runtimes/assets/README.md Co-authored-by: Bernhard Schuster <[email protected]> Co-authored-by: Bernhard Schuster <[email protected]>
-
- May 23, 2022
-
-
Chevdor authored
* Runtime version bump to 922 * Switch to 9220
-
- May 20, 2022
-
-
Squirrel authored
* rerame res to chain-specs * split polkadot-parachains dir * rename dir parachains-common to common Co-authored-by: joe petrowski <[email protected]> Co-authored-by: Wilfried Kopp <[email protected]> Co-authored-by: Chevdor <[email protected]>
-