getAlby / hub

Alby Hub - Your own lightning node connected to every app. Run anywhere. Become self-sovereign.
https://albyhub.com
Apache License 2.0
107 stars 21 forks source link

build(deps): bump github.com/elnosh/gonuts from 0.2.0 to 0.3.0 #776

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps github.com/elnosh/gonuts from 0.2.0 to 0.3.0.

Release notes

Sourced from github.com/elnosh/gonuts's releases.

v0.3.0

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: https://github.com/elnosh/gonuts/compare/v0.2.0...v0.3.0

Commits
  • 8e030b3 readme
  • 997fca4 wallet - increment counter if there was change when checking melt quote state
  • b0f7770 add check to type assertions
  • 4b4765e fixes: pass mint path in config and create wallet dir in restore
  • 0afd1b7 define sat unit in cashu package
  • b598a16 mint - pass request struct to mint methods
  • 1be3a85 remove pending proofs public method
  • 2a875c2 move wallet and mint create directories
  • d80c23c wallet - sort splits
  • 67099ff default to SIG_INPUTS sigflag
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)