You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tappsbt+itest: make V2 address transfers interactive
Because we don't need to be able to fully predict the asset leaf as it
is put on chain (which was the case for V0 and V1 addresses), we can
optimize chain usage by avoiding the creation of a tombstone output on
full value sends (meaning we use an interactive transfer scheme for V2
addresses, since the receiver will learn about the proofs from the auth
mailbox and doesn't need to predict the leave(s) themselves).
That means we no longer have to create a zero-value change output that
locks 1k sats until we implement garbage collection if the user wants to
send all assets. So fewer outputs created on-chain and fewer sats locked
for the user.
0 commit comments