-
Notifications
You must be signed in to change notification settings - Fork 680
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
ACP-77: Refactor e2e test #3522
Conversation
|
||
address := []byte{} | ||
tc.By("issuing a ConvertSubnetTx", func() { | ||
_, err := pWallet.IssueConvertSubnetTx( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(No action needed) Curious/Surprised that IssueConvertSubnetTx
doesn't take the initial L1 validators...is this just because the test is for the old spec that included RecoverSubnetTx
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. This PR was factored out of #3397 which adds the initial L1 validators.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one question regarding IssueConvertSubnetTx
Why this should be merged
This test is heavily extended by all of the remaining ACP-77 PRs. To simplify the review process, the non-behavioral changes that were included in those PRs were refactored into this single PR.
How this works
Just moving code around to make the test more extendable.
How this was tested
N/A
Need to be documented in RELEASES.md?
No.