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

xcm: Fixes for UnpaidLocalExporter #7126

Merged
merged 8 commits into from
Jan 13, 2025
Merged

Conversation

bkontur
Copy link
Contributor

@bkontur bkontur commented Jan 13, 2025

Description

This PR deprecates UnpaidLocalExporter in favor of the new LocalExporter. First, the name is misleading, as it can be used in both paid and unpaid scenarios. Second, it contains a hard-coded channel 0, whereas LocalExporter uses the same algorithm as xcm-exporter.

Future Improvements

Remove the channel argument and slightly modify the ExportXcm::validate signature as part of this issue.

@bkontur bkontur added the T6-XCM This PR/Issue is related to XCM. label Jan 13, 2025
@bkontur bkontur requested a review from a team as a code owner January 13, 2025 10:07
@bkontur
Copy link
Contributor Author

bkontur commented Jan 13, 2025

/cmd prdoc --audience runtime_dev --bump patch

prdoc/pr_7126.prdoc Outdated Show resolved Hide resolved
@bkontur bkontur self-assigned this Jan 13, 2025
@bkontur bkontur added this pull request to the merge queue Jan 13, 2025
Merged via the queue into master with commit 2f7cf41 Jan 13, 2025
205 of 206 checks passed
@bkontur bkontur deleted the bko-xcm-local-exporter-fix branch January 13, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T6-XCM This PR/Issue is related to XCM.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants