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

Remove parameters from CustomMetadata struct #376

Merged
merged 5 commits into from
Jul 25, 2023

Conversation

ebma
Copy link
Member

@ebma ebma commented Jul 18, 2023

This PR changes the CustomMetadata struct to something we can use with our pendulum runtimes. The fee_per_second parameter seems to be used for XCM calls, so it makes sense to keep it.

For the review, please consider this comment.

Closes #375.

@ebma ebma linked an issue Jul 18, 2023 that may be closed by this pull request
@ebma ebma requested review from b-yap and TorstenStueber July 19, 2023 17:03
@TorstenStueber
Copy link
Contributor

@ebma where was the CustomMetadata struct actually used before? I don't find any references.

@ebma
Copy link
Member Author

ebma commented Jul 20, 2023

We actually have not used it yet. When starting with Spacewalk we just adopted it from interlay together with the CurrencyId. But since we did not have an asset registry yet, it hasn't been used so far.

@TorstenStueber
Copy link
Contributor

As mentioned in the associated issue, I propose that we remove all entries from CustomMetadata for now.

@ebma
Copy link
Member Author

ebma commented Jul 25, 2023

I'm merging this although the CI job is failing because the issue is related to #382 and not related to this PR.

@ebma ebma merged commit eae146c into main Jul 25, 2023
@ebma ebma deleted the 375-change-custommetadata-for-asset-registry-pallet branch July 25, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change CustomMetadata for asset registry pallet
3 participants