Weekly Sync - 04 June 2024 #2751
Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Working on the Admin UI to allow payments to be viewed by optionally filtering them to only see payments for a particular wallet address. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Worked on jopacc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please add agenda items below and give your weekly update in a comment. Thank you!
Agenda
@interledger/pay
rounding amounts where it should notDiscussion
Discussed the issue where payments rounding up to the smallest unit of receiver’s scale in cross currency payments. In this case the account servicing entity (ASE) may lose money since it fulfills more to the receiver than it takes from the sender. All we can do on Rafiki’s side is refuse payments if the sender is sending something too small for the recipient to receive.
Discussed the problem that when an outgoing payment is complete the assumption is that the payment has gone through, but the payment could still fail under the hood. How do we handle this in the case of Web Monetization? Can we do periodic checks? This raised concerns about the high number of requests that would be involved. Intervals may not be an acceptable approach in cases where intervals or asset scales means significant money is being transferred. Maybe that’s okay if it’s transferring fractions of a cent but perhaps not okay to mismatch when sending whole cents.
Realized we have two issues
On the Admin UI the incoming auth tokens field behaves differently than the outgoing auth token field when editing a peer. We’d like to make this behavior more intuitive. The proposal was to rather have an editable drop down that allows users to select and edit incoming auth tokens in that way. So we will expose them to the frontend so users can see what incoming auth tokens they have currently listed. But the drop down will make it such that interacting with them will also be clear and deliberate.
TestNet team says they will update to the latest version of Rafiki once they have resolved the Kratos setup. Right now this is a blocker for them and they are unable to utilize the Admin UI without getting Kratos going as well.
Beta Was this translation helpful? Give feedback.
All reactions