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

Move flyover methods from BridgeSupport to BridgeUtils #2733

Conversation

julia-zack
Copy link
Contributor

No description provided.

@julia-zack julia-zack requested a review from a team as a code owner September 17, 2024 17:08
Copy link
Contributor

@apancorb apancorb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@apancorb
Copy link
Contributor

Is this intended to be used in the context of the svp fundTx?

@julia-zack julia-zack force-pushed the refactor/move_flyover_methods branch from 69561ab to d48faf9 Compare September 18, 2024 15:49
@ParameterizedTest
@MethodSource("derivationHashAndRedeemScriptArgs")
void getFlyoverAddress_fromRealValues_shouldReturnSameRealAddress(Keccak256 flyoverDerivationHash, Script redeemScript) {
Address flyoverAddress = new Address(btcMainnetParams, "33y8JWrSe4byp3DKmy2Mkyykz2dzP8Lmvn");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check sonar warning, you can use Address.fromBase58 here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! updated

@marcos-iov marcos-iov merged commit ad4d3de into feature/powpeg_validation_protocol-phase2 Sep 18, 2024
4 checks passed
@marcos-iov marcos-iov deleted the refactor/move_flyover_methods branch September 18, 2024 19:01
Copy link

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.

3 participants