Releases: stakwork/sphinx-rs
Releases · stakwork/sphinx-rs
sphinx-ffi-0.7.57
- 2 types of pings
sphinx-ffi-0.7.56
- include tag in rr ping
sphinx-ffi-0.7.55
- macaroon utils
sphinx-ffi-0.7.54
separate ping
and register
- There is now a fetch_pings binding that can be called after you finish fetching latest messages
- RR returns a ping field every time you get a "ping" from the LSP. It is a string of payment_hash:timestamp
- Split it on the : and store a map in memory of payment hashes to ping timestamps
- When any msg comes in, check for a payment_hash, and see if it exists in the map. If so, run ping_done binding, passing in the timestamp as the last argument
sphinx-ffi-0.7.53
- final_hop_cltv
sphinx-ffi-0.7.52
sign_base64
signed_timestamp
sphinx-ffi-0.7.51
- encrypted media key for self
sphinx-ffi-0.7.50
- async payload from client contains cltv_delay for first hop
- mixer includes the first hop
delay
param insendonion
sphinx-ffi-0.7.49
- fix generated GroupJoin for tribe owner, so restored tribes are marked as owned by creator
sphinx-ffi-0.7.48
- include both received msg in RR.msgs and created response for ContactKeyConfirmation