added boost_uuid to BLIP-10 #646
Replies: 2 comments
-
Is it a bit much if we also added a I'm just working on my own API for sending, but I have a similar issue when I'm receiving streaming payments. On the receiving side for years I've batched up incoming payments and when 5 minutes passes without a new payment I consider a block of payments as complete. Now on the sending side I'll still send payments immediately when an app hits my API, but from a back end point of view I'd like to record that they are a block of payments so later in a UI I can say to the user, you streamed 400 sats in 10 payments of 40 sats. I think I can and will do this by creating a kind of app-name-hive-name-podcast-name unique ID for each streaming session. I'm looking in my database and as far as I can see only Podverse, Castamatic and PodcastGuru have ever set the Not sure if this is even something app devs would be bothered to add. |
Beta Was this translation helpful? Give feedback.
-
I went ahead and added another pull request #647 for this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This PR allows for a new property to be in the TLV record for identifying a boost across splits: #621
Beta Was this translation helpful? Give feedback.
All reactions