Zap splits implementations #1007
Replies: 3 comments 8 replies
-
Coracle does not implement zap splits. I'm going to have to sooner or later, but I started at one point and the spec is so bad (and required a lot of updates to my assumptions) that I gave up. |
Beta Was this translation helpful? Give feedback.
-
still blown away that Otherwise, there's no way to build a secure UI for this. I would want to be able to verify and show that the splits went to the intended place. |
Beta Was this translation helpful? Give feedback.
-
Snort implements zap splits, i ended up refactoring all zap flows to get it to work. Ended up with this zapper class which takes a list of targets: https://git.v0l.io/Kieran/snort/src/commit/5fc844b911d91fd09262bc2ade2b1012feeb09c5/packages/app/src/Utils/Zapper.ts#L53 Its pretty hard to do this well though, in my code if some payments fail we just skip them, ideally you could retry though |
Beta Was this translation helpful? Give feedback.
-
Which clients out there properly implement zap splits?
Are there any known clients that implement zaps and do not implement zap splits?
Beta Was this translation helpful? Give feedback.
All reactions