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

Undo overwriting of protobufs since v0.3.0 #530

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Undo overwriting of protobufs since v0.3.0 #530

merged 2 commits into from
Aug 17, 2024

Conversation

relyt29
Copy link
Contributor

@relyt29 relyt29 commented Aug 16, 2024

Purpose of Changes and their Description

#528 and others overwite the protobuf in the v2 folder of the emissions module. this is the incorrect way to perform software upgrades.

Future changes to protobufs must go in their own v3 folder and the v2 must stay pinned to v0.3.0

This PR reverts the changes and introduces a new v3 folder for working with.

Link(s) to Ticket(s) or Issue(s) resolved by this PR

No written linear tasks.

Are these changes tested and documented?

Covered by existing unit tests.

Still Left Todo

Migrations for the new parameters in #528. I already wrote migration code in #525 and #529 so I recommend either basing off of those or waiting for at a miniumum, #525 to be merged.

@relyt29 relyt29 requested a review from kpeluso August 16, 2024 22:33
@relyt29 relyt29 self-assigned this Aug 16, 2024
@relyt29 relyt29 marked this pull request as ready for review August 16, 2024 22:37
@relyt29 relyt29 merged commit d2a52f2 into dev Aug 17, 2024
8 checks passed
@relyt29 relyt29 deleted the undo-params-edit branch August 17, 2024 12:02
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.

2 participants