-
Notifications
You must be signed in to change notification settings - Fork 36
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
Gifting #636
Gifting #636
Conversation
bd48f7a
to
accd272
Compare
needs rebase |
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.
Some initial comments, haven't gone through it all yet.
0d888d7
to
1d87fd0
Compare
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.
Code looks good. Not sure if you want to get in some basic frontend testing first before merging but up to you and @futurepaul
Found one issue that I fixed, otherwise only issue seemed to be general nwc stuff |
Took a stab at the gifting feature. Turns out is is fairly simple, tricky part is making sure the NWC is single use. Need to test and spend some time on that.