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

get rid of unified receive #1089

Merged
merged 1 commit into from
May 8, 2024
Merged

get rid of unified receive #1089

merged 1 commit into from
May 8, 2024

Conversation

futurepaul
Copy link
Collaborator

No more bip21, just lightning and bitcoin address. need to test this out with ben's upcoming pr so we make sure we can handle all the potential scenarios

@futurepaul
Copy link
Collaborator Author

Copy link
Collaborator

@TonyGiorgio TonyGiorgio left a comment

Choose a reason for hiding this comment

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

The API calls need to be different. You're still calling for a bip21 address, as indicated by the logs that are checking for an address even when the lightning invoice is the only thing present.

Copy link

cloudflare-workers-and-pages bot commented May 6, 2024

Deploying mutiny-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: b0b1d1a
Status: ✅  Deploy successful!
Preview URL: https://6bb0adb9.mutiny-web.pages.dev
Branch Preview URL: https://no-more-unified.mutiny-web.pages.dev

View logs

@TonyGiorgio
Copy link
Collaborator

Screenshot 2024-05-08 at 1 17 19 PM

This is incorrect.

@TonyGiorgio
Copy link
Collaborator

Also, we should allow someone to just hit continue for 0 amount on chain. There's no reason they need to do anything for it.

@futurepaul
Copy link
Collaborator Author

addressed @TonyGiorgio comments and also @benthecarman I think I fixed the flicker #1125

@futurepaul
Copy link
Collaborator Author

closes #1126 as well

@TonyGiorgio
Copy link
Collaborator

I also fix dust amount errors in my fedimint onchain mutiny-node PR, but good to have it in both.

Copy link
Collaborator

@TonyGiorgio TonyGiorgio left a comment

Choose a reason for hiding this comment

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

Works great! Only nit, why not auto select and minimize once onchain or lightning is clicked? We did that before and I liked it. Not sure if you felt one way or another, but that's the only thing that's weird to me.

@futurepaul
Copy link
Collaborator Author

Good idea, i think i had to get rid of that when we had the remember selection checkbox

only do one at a time, address or invoice

move method chooser to receive amount screen

fix flicker on send / swap pages

amountless on-chain, fix receive warnings

fix unnecessary "Failed to conduct wallet operation" errors

close receive method chooser automatically
@futurepaul futurepaul merged commit a4981cb into master May 8, 2024
5 checks passed
@futurepaul futurepaul deleted the no-more-unified branch May 8, 2024 23:54
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