- Aug 08, 2022
-
-
Ignacio Palacios authored
Upgrade spec_version to `9230` and bump `transaction_version` for assets parachains. (#1340) (#1494) * Transaction version bump + updated spec_version * Reformatting issue * Adding missing runtimes * Upgrading contracts pallet runtime version * Upgrading Seedling runtime * Bump polkadot-parachain version Co-authored-by: Wilfried Kopp <[email protected]> Co-authored-by: Hector Bulgarini <[email protected]> Co-authored-by: Wilfried Kopp <[email protected]>
-
- Aug 03, 2022
-
-
girazoki authored
* point to my branch * girazoki-add-TakeFirstAssetTrader-to-utility * Commit lock * point at custom branch * add new trader to statemine runtimes * compiles * Back to master * Update last tomls * Imports up * remove non-needing imports * FMT * log messages properly * Use TakeRevenue instead of HandleCredit * Introduce xcm fee handler * check total supply in tests * FMT * fix test * Start decoupling balance calculation into different traits * Make traits a bit more generic * PR suggestions * add import * import well * Place xcmfeesassethandler into parachains common * fix tests * config parameters * Min amount to fee receiver * Make minimum amount for block author to be at least the ED * Doc in AssetFeeAsExistentialDepositMultiplier * saturating sub * make sure we dont enter twice * FMT * fmt again * adapt tests * Add doc and struct for weight refund * Doc * More doc * PR suggestions * store all info related to asset payment as multiasset * return AssetNotFound instead of TooExpensive * Use asset transactor to deposit fee * uninstall from statemint * R for RUntime and CON for BalanceConverter * Rework logic to avoid unnecesary match and error * Rework ED check, also in case of refund * rework typo * In case refund makes drop below ED, just refund the difference * fix test westmint * clone id * move test imports to preamble * move test imports to preamble * test-utils with builderS * lock file updated * remove unused imports Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joepetrowski <[email protected]>
-
- Aug 02, 2022
-
-
dependabot[bot] authored
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.141. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.140...v1.0.141) --- 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 31, 2022
-
-
Sergej Sakac authored
* companion for #11796 * fix * ".git/.scripts/bench-bot.sh" pallet statemint assets pallet_uniques * ".git/.scripts/bench-bot.sh" pallet statemine assets pallet_uniques * ".git/.scripts/bench-bot.sh" pallet westmint assets pallet_uniques * fix * update sp-io * update lockfile for {"polkadot", "substrate"} Co-authored-by: command-bot <>
-
- Jul 29, 2022
-
-
ZhiYong authored
* Companion for substrate#11690 * Fix * Fix * update lockfile for {"substrate", "polkadot"} Co-authored-by: parity-processbot <>
-
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]>
-