- Apr 24, 2024
-
-
joe petrowski authored
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
-
joe petrowski authored
Co-authored-by: georgepisaltu <[email protected]>
-
joe petrowski authored
-
joe petrowski authored
-
joe petrowski authored
-
joe petrowski authored
-
joe petrowski authored
-
joe petrowski authored
-
- Apr 19, 2024
-
-
Morgan Adamiec authored
-
Svyatoslav Nikolsky authored
We'll need to prepare a hotfix `1.2.2` release for fellowship runtimes We need to republish `bp-header-chain` with minor version bump.
-
- Apr 18, 2024
-
-
Morgan Adamiec authored
-
Bastian Köcher authored
Part of: https://github.com/paritytech/polkadot-sdk/issues/4107
-
- Mar 28, 2024
-
-
Morgan Adamiec authored
-
Morgan Adamiec authored
-
Morgan Adamiec authored
-
Gonçalo Pestana authored
Backports for 1.7: - https://github.com/paritytech/polkadot-sdk/pull/3639 - https://github.com/paritytech/polkadot-sdk/pull/3706 Relevant Issues: - https://github.com/paritytech/polkadot-sdk/issues/3245
-
- Mar 26, 2024
-
-
Morgan Adamiec authored
-
- Mar 22, 2024
-
-
Adrian Catangiu authored
Add `SetFeesMode { jit_withdraw: true }` before `InitiateReserveWithdraw` instruction to allow paying JIT fees in the executor. This is backport of https://github.com/paritytech/polkadot-sdk/pull/3792
-
Clara van Staden authored
This is a cherry-pick from master of https://github.com/paritytech/polkadot-sdk/pull/3790 Expected patches for (1.7.0): snowbridge-pallet-ethereum-client snowbridge-pallet-inbound-queue snowbridge-pallet-outbound-queue snowbridge-outbound-queue-runtime-api snowbridge-pallet-system snowbridge-core --------- Co-authored-by: Vincent Geddes <[email protected]> Co-authored-by: claravanstaden <Cats 4 life!> Co-authored-by: Vincent Geddes <[email protected]> Co-authored-by: Adrian Catangiu <[email protected]>
-
Clara van Staden authored
This is a cherry-pick from master of https://github.com/paritytech/polkadot-sdk/pull/3727 and https://github.com/paritytech/polkadot-sdk/pull/3790 Expected patches for (1.7.0): snowbridge-pallet-ethereum-client snowbridge-pallet-inbound-queue snowbridge-pallet-outbound-queue snowbridge-outbound-queue-runtime-api snowbridge-pallet-system snowbridge-core
-
- Mar 20, 2024
-
-
Morgan Adamiec authored
-
Morgan Adamiec authored
-
Morgan Adamiec authored
-
- Mar 18, 2024
-
-
Alexandru Gheorghe authored
This is a cherry-pick from master of https://github.com/paritytech/polkadot-sdk/pull/3722 Expected patches for (1.7.0): `pallet-authorithy-discovery` Signed-off-by: Alexandru Gheorghe <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Branislav Kontur authored
Relates to: https://github.com/polkadot-fellows/runtimes/issues/231 Fixes: https://github.com/paritytech/parity-bridges-common/issues/2874 Expected patches for (1.7.0): - pallet-xcm `8.0.3`
-
- Mar 08, 2024
-
-
Branislav Kontur authored
Backport of https://github.com/paritytech/polkadot-sdk/pull/3564 Expected patches for (1.7.0): - penpal-runtime `0.15.1`
-
- Mar 03, 2024
-
-
Morgan Adamiec authored
-
Morgan Adamiec authored
-
- Mar 01, 2024
-
-
Francisco Aguirre authored
Backport https://github.com/paritytech/polkadot-sdk/pull/3403 to polkadot-sdk 1.7.0 Co-authored-by: Adrian Catangiu <[email protected]>
-
- Feb 28, 2024
-
-
Branislav Kontur authored
Backport from `release-polkadot-v1.7.2`. Expected patches for (1.7.0): - polkadot-node-core-backing `8.0.1` - polkadot-node-core-provisioner `8.0.1` - polkadot-statement-table `8.0.1` - polkadot-primitives `8.0.1` - polkadot-runtime-parachains `8.0.1` --------- Signed-off-by: Andrei Sandu <[email protected]> Signed-off-by: alindima <[email protected]> Co-authored-by: eskimor <[email protected]> Co-authored-by: Andrei Sandu <[email protected]> Co-authored-by: alindima <[email protected]> Co-authored-by: eskimor <[email protected]>
-
Morgan Adamiec authored
-
Morgan Adamiec authored
-
- Feb 26, 2024
-
-
Branislav Kontur authored
[pallet-xcm] Adjust benchmarks (teleport_assets/reserve_transfer_assets) not relying on ED (patch for 1.7.0) (#3465) For description, please see: https://github.com/paritytech/polkadot-sdk/pull/3464 Expected patches for (1.6.0): - cumulus-pallet-parachain-system `0.8.1` - cumulus-primitives-utility `0.8.1` - polkadot-runtime-common `8.0.1` - pallet-xcm-benchmarks `8.0.2` - pallet-xcm `8.0.0` - staging-xcm-builder `8.0.0` --------- Co-authored-by: Francisco Aguirre <[email protected]>
-
- Feb 21, 2024
-
-
Morgan Adamiec authored
-
Branislav Kontur authored
We replaced deprecated `CurrencyAdapter` [here](https://github.com/paritytech/polkadot-sdk/pull/3287) and we also did the same for fellows [here](https://github.com/polkadot-fellows/runtimes/pull/187/commits/2d6d3ac530d00f3d7a2495ad24ec286d06113125), but this change requires this patch for xcm benchmarks. Expected patch for `pallet-xcm-benchmarks` as `8.0.1` Co-authored-by: Francisco Aguirre <[email protected]>
-
- Feb 20, 2024
-
-
Branislav Kontur authored
This PR/fix externalizes the checks for received fees from the generic `receive_reserve_asset_deposited_from_different_consensus_works` test case, allowing the target runtime to adjust them according to the actual XCM configuration. This PR will unblock failing tests for AssetHubs for `polkadot-fellows` bump to `[email protected]` [here](https://github.com/polkadot-fellows/runtimes/pull/187). Expected released patch version for `asset-test-utils` as `8.0.1`
-
Ignacio Palacios authored
Backport of https://github.com/paritytech/polkadot-sdk/pull/3340 Includes https://github.com/paritytech/polkadot-sdk/pull/3404 to fix compilation --------- Co-authored-by: Branislav Kontur <[email protected]>
-
- Feb 19, 2024
-
-
Morgan Adamiec authored
-
- Feb 13, 2024
-
-
Morgan Adamiec authored
-
Morgan Adamiec authored
-