Skip to content

Releases: lsunsi/lnurlkit

v0.1.12

19 Mar 19:46
Compare
Choose a tag to compare

Fixed

  • lud21 test

Other

  • update bech32 and base64

v0.1.11

27 Dec 20:05
Compare
Choose a tag to compare

Fixed

  • (pay) update convertible object up to spec

v0.1.10

18 Dec 10:07
Compare
Choose a tag to compare

Added

  • (pay) add lud18 base test
  • (pay) add support for basic serde of payer data callback
  • (pay) add support for basic serde of payer data
  • (pay) add lud21 test
  • (pay) add preliminary support for convert on pay callback
  • (pay) add preliminary support for currencies on callback
  • (pay) add preliminary support for currencies on entrypoint
  • (auth) add draft version of server for auth
  • (auth) add auth callback to client
  • add auth lud4 entrypoint

Fixed

  • (withdraw) fix fast withdraw parsing

Other

  • centralize generic callback response in core
  • rename response to entrypoint

v0.1.9

12 Dec 11:02
Compare
Choose a tag to compare

Added

  • attempt support at fast withdraw

Other

  • responses implement to slice not str
  • responses implement from slice not str

v0.1.8

11 Dec 12:05
Compare
Choose a tag to compare

Fixed

  • add pub fields back to client structs

v0.1.7

11 Dec 11:18
Compare
Choose a tag to compare

Other

  • leverage serde for serding the query strings
  • cave in and replace miniserde by serde
  • split client/server structs inside core

v0.1.6

08 Dec 12:52
Compare
Choose a tag to compare

Added

  • add intermediary callback request struct to support more use cases

Other

  • use request types on server callbacks

v0.1.5

06 Dec 12:07
Compare
Choose a tag to compare

Added

  • (pay) add hack that saves metadata raw on pay query

Fixed

  • fix repository link on cargo toml

Other

  • (pay) make comment size optional on query construction

v0.1.4

06 Dec 10:33
Compare
Choose a tag to compare

Added

  • (pay) add support for lud16 (pay to identifier)

Other

  • add test for lud01 (even thought it's redundant)
  • add test with real world payreq parsing

v0.1.3

05 Dec 10:51
Compare
Choose a tag to compare

Added

  • (channel) add action to channel server callback
  • (withdraw) add k1 to withdraw server callback
  • (channel) add client/server and a test for withdraw (lud02)
  • (withdraw) add client/server and a test for withdraw (lud03)

Fixed

  • change bitor for logical one (typo)

Other

  • cover serializations with unit tests
  • remove nedless clone on urls serialization
  • add re-exports top level for ease of use
  • rename, reorganize, simplify, evolve
  • rename withdrawal to withdraw (so confusing)