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

Standardize P-Chain tx visitor order #3529

Merged
merged 33 commits into from
Nov 7, 2024

Conversation

StephenButtolph
Copy link
Contributor

@StephenButtolph StephenButtolph commented Nov 7, 2024

Why this should be merged

While working on multiple tx visitors, I found it really annoying to need to jump around files with no real rhyme/reason. This PR standardizes the P-chain tx visitors to be aligned with their tx typeIDs.

This is a holistic PR that is intended to reduce the diff for some of the later ACP-77 PRs which did this change ad-hoc.

How this works

Just moves code around, there are no logical changes.

The reason there are +7 added lines is for the comments added to the vms/platformvm/txs/visitor.go file.

How this was tested

CI

Need to be documented in RELEASES.md?

No.

@StephenButtolph StephenButtolph added the cleanup Code quality improvement label Nov 7, 2024
@StephenButtolph StephenButtolph added this to the v1.11.13 milestone Nov 7, 2024
@StephenButtolph StephenButtolph self-assigned this Nov 7, 2024
Base automatically changed from standardize-p-chain-tx-vistors to master November 7, 2024 20:21
@StephenButtolph StephenButtolph added this pull request to the merge queue Nov 7, 2024
Merged via the queue into master with commit 5b06d93 Nov 7, 2024
23 checks passed
@StephenButtolph StephenButtolph deleted the standardize-p-chain-visitor-order branch November 7, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code quality improvement
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants