Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for generic AssetHub test-cases #3404

Merged

Conversation

bkontur
Copy link
Contributor

@bkontur bkontur commented Feb 20, 2024

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 polkadot-sdk@1.7.0 here.

Expected released patch version for asset-test-utils as 8.0.1

Cargo.lock Outdated
]

[[package]]
name = "pallet-asset-conversion"
version = "10.0.0"
version = "11.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to bump all crates?
I think it should only bump the simple-mermaid crate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it just fixes Cargo.lock, if you check pallet-asset-conversion in this branch:

[package]
name = "pallet-asset-conversion"
version = "11.0.0"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Morganamilo do you know why the lock file is out of sync with this branch?

@bkontur bkontur added the R0-silent Changes should not be mentioned in any release notes label Feb 20, 2024
@bkontur bkontur marked this pull request as ready for review February 20, 2024 14:34
@bkontur bkontur requested a review from a team as a code owner February 20, 2024 14:34
@bkontur bkontur requested a review from ggwpez February 20, 2024 14:38
acatangiu pushed a commit that referenced this pull request Feb 20, 2024
Backport of #3340

Includes #3404 to fix
compilation

---------

Co-authored-by: Branislav Kontur <bkontur@gmail.com>
@acatangiu acatangiu merged commit eff548e into release-crates-io-v1.7.0 Feb 20, 2024
11 checks passed
@acatangiu acatangiu deleted the bko-patch-asset-hub-testcase-for-1.7 branch February 20, 2024 16:07
github-merge-queue bot pushed a commit that referenced this pull request Feb 20, 2024
…d_from_different_consensus_works` (#3409)

Backport of patch-fix:
#3404
paritytech-ci pushed a commit that referenced this pull request Feb 20, 2024
…d_from_different_consensus_works` (#3409)

Backport of patch-fix:
#3404
franciscoaguirre pushed a commit that referenced this pull request Feb 22, 2024
…d_from_different_consensus_works` (#3409)

Backport of patch-fix:
#3404
fellowship-merge-bot bot pushed a commit to polkadot-fellows/runtimes that referenced this pull request Mar 5, 2024
Based on bump to
[`polkadot-sdk@1.6.0`](#159).

Attached result of `cargo upgrade -v --pinned --incompatible`
[cargo-upgrade-version-bump.log](https://github.com/polkadot-fellows/runtimes/files/14281072/cargo-upgrade-version-bump.log)

~~## For reviewers~~

~~This PR is against `polkadot-fellows`'s main to bring it to the
fellows repo, but if you want to see a real diff relevant to the
`polkadot-sdk@1.7.0` update please check:
bkontur/runtimes@bko-bump-to-1.6...bkontur:runtimes:bko-bump-to-1.7.~~


## TODO

- [x] fix compilation
- [x] apply patch for AssetHub tests:
paritytech/polkadot-sdk#3404
- [x] apply patch for `coretime`
paritytech/polkadot-sdk#3497 see
[comment](#187 (comment))
- [x] fix integration tests - fix after
#185
- [x] fix benchmarks (also try them)
- [x] apply patch for `pallet-xcm` benchmarks
paritytech/polkadot-sdk#3465
- [x] check ranked collectives:
- [x] `ExchangeOrigin` see
[comment](#187 (comment))
- [x] `MemberSwappedHandler` / `BenchmarkSetup` see
[comment](#187 (comment))

---------

Signed-off-by: Adrian Catangiu <adrian@parity.io>
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
Co-authored-by: Ross Bulat <ross@parity.io>
Co-authored-by: Alain Brenzikofer <alain@integritee.network>
Co-authored-by: eskimor <eskimor@no-such-url.com>
Co-authored-by: Adrian Catangiu <adrian@parity.io>
Co-authored-by: brenzi <brenzi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants