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

Cleanup old fields in QueueConfigData #1795

Closed
ggwpez opened this issue Oct 5, 2023 · 0 comments · Fixed by #2142
Closed

Cleanup old fields in QueueConfigData #1795

ggwpez opened this issue Oct 5, 2023 · 0 comments · Fixed by #2142
Assignees
Labels
T15-bridges This PR/Issue is related to bridges.

Comments

@ggwpez
Copy link
Member

ggwpez commented Oct 5, 2023

#1246 introduces deprecates some fields in QueueConfigData that are no longer needed.
As followup to that we should create a migration that removes these fields and translates the struct.
Additionally we should bump the *_threshold fields to be at-least their default values (as defined here).

@ggwpez ggwpez added T8-parachains_engineering T15-bridges This PR/Issue is related to bridges. labels Oct 5, 2023
serban300 added a commit that referenced this issue Dec 4, 2023
Removes obsolete fields from the `QueueConfigData` structure. For the
remaining fields, if they use the old defaults, we replace them with the
new defaults.

Resolves: #1795
juangirini pushed a commit that referenced this issue Dec 4, 2023
Removes obsolete fields from the `QueueConfigData` structure. For the
remaining fields, if they use the old defaults, we replace them with the
new defaults.

Resolves: #1795
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T15-bridges This PR/Issue is related to bridges.
Projects
Status: Completed
3 participants