Skip to content

Releases: stakwork/sphinx-rs

sphinx-ffi-0.7.57

19 Jul 19:00
Compare
Choose a tag to compare
  • 2 types of pings

sphinx-ffi-0.7.56

19 Jul 17:12
Compare
Choose a tag to compare
  • include tag in rr ping

sphinx-ffi-0.7.55

18 Jul 18:18
Compare
Choose a tag to compare
  • macaroon utils

sphinx-ffi-0.7.54

11 Jul 21:49
Compare
Choose a tag to compare

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

09 Jul 22:12
Compare
Choose a tag to compare
  • final_hop_cltv

sphinx-ffi-0.7.52

02 Jul 16:45
Compare
Choose a tag to compare
  • sign_base64
  • signed_timestamp

sphinx-ffi-0.7.51

25 Jun 01:01
Compare
Choose a tag to compare
  • encrypted media key for self

sphinx-ffi-0.7.50

18 Jun 20:29
Compare
Choose a tag to compare
  • async payload from client contains cltv_delay for first hop
  • mixer includes the first hop delay param in sendonion

sphinx-ffi-0.7.49

14 Jun 19:19
Compare
Choose a tag to compare
  • fix generated GroupJoin for tribe owner, so restored tribes are marked as owned by creator

sphinx-ffi-0.7.48

13 Jun 16:43
Compare
Choose a tag to compare
  • include both received msg in RR.msgs and created response for ContactKeyConfirmation