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
For security reasons, the users and the ASP shouldn't exchange PSBTs but instead share common data letting to rebuild the transactions.
It means change in the API:
CreatePaymentResponse : raw signature instead of signed_redeem_tx.
FinalizePaymentRequest : list of raw signatures (mapped to outpoints) instead of signed_forfeit_txs and signed_round_tx.
RoundFinalizationEvent : remove forfeits_txs and congestion_tree, replace by VTXOs leaves + remove connectors list (can be recomputed from round transaction).
The text was updated successfully, but these errors were encountered:
louisinger
changed the title
The user should rebuild the vtxo tree transactions (and forfeits) instead of rely on the ASP
The user should rebuild the vtxo tree transactions instead of rely on the ASP
Oct 1, 2024
For security reasons, the users and the ASP shouldn't exchange PSBTs but instead share common data letting to rebuild the transactions.
It means change in the API:
CreatePaymentResponse
: raw signature instead ofsigned_redeem_tx
.FinalizePaymentRequest
: list of raw signatures (mapped to outpoints) instead ofsigned_forfeit_txs
andsigned_round_tx
.RoundFinalizationEvent
: removeforfeits_txs
andcongestion_tree
, replace by VTXOs leaves + removeconnectors
list (can be recomputed from round transaction).The text was updated successfully, but these errors were encountered: