Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@elnosh elnosh released this 31 Oct 21:18
· 56 commits to main since this release

Summary

New Features and NUTs

  • V4 Tokens which is a new format that uses CBOR for serializing tokens.
  • NUT-11 (P2PK) support in mint for verifying Pay-to-Public-Key spending conditions. This was already supported in wallet.
  • NUT-07 in mint which enables wallets to check whether a proof is spent or not.
  • NUT-09 (Signature restore) for mint to reissue blind signatures from previously seen blinded blinded messages.
  • Added support for NUT-12 (DLEQ Proofs) in wallet and mint.
  • Support NUT-08 in wallet. This enables wallet to get any overpaid lightning fees back from a melt request.
  • Added fake backend in mint that will mark all the quotes as paid. Only to be used for testing.
  • NUT-14 (HTLCs) support in both wallet and mint.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0