-
Notifications
You must be signed in to change notification settings - Fork 234
update-payjoin #2281
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
base: main
Are you sure you want to change the base?
update-payjoin #2281
Conversation
final req = await finalProposal.extractV2Req(); | ||
final req = await finalProposal.extractReq( |
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.
shouldn't this be extractV2Req
@konstantinullrich can we as a part of this PR also make it so payjoin won't require nightly rust toolchain to compile android apk and pin it to a specific version instead? There is a significant chance it will break randomly in future.
|
Maybe @DanGould can check your suggestion @MrCyjaneK |
rust-payjoin is 1.63 MSRV so it should be no problem using a pinned version. FRB might be what pushes msrv up. |
80868a0
to
fe774b0
Compare
Description
Upgrade Payjoin from v0.21 to v0.23
Pull Request - Checklist