Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/elnosh/gonuts from 0.1.1-0.20240602162005-49da741613e4 to 0.2.0 #456

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps github.com/elnosh/gonuts from 0.1.1-0.20240602162005-49da741613e4 to 0.2.0.

Release notes

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

v0.2.0

Updates

New features and protocol updates.

Wallet

  • Pay to Public Key (P2PK). This enables generating a token to send that is locked to a public key and can only be redeemed by providing a valid signature. From the CLI wallet, this feature can be used with the send --lock <pubkey> <amount> and p2pk-lock to retrieve a public key to which ecash can be locked. Exposed through the SendToPubkey method.
  • Fees. Wallet now supports fees according to NUT-02 which recently introduced fees to the protocol.
  • NUT-09 and NUT-13. Generates secrets deterministically (NUT-13) from a seed phrase and in combination with NUT-09 to restore signatures from the mint. This enables restoring a wallet from a seed phrase. In wallet it can be used with the restore command.

Mint

  • Fees. Support for NUT-02 fees. Wide support for this feature is still in development so enabling fees in mint could potentially break wallets that do not support it yet.
  • Limits to mint. These can be specified in the .env file: - MAX_BALANCE will disable minting new ecash if the specified balance is reached. - MINTING_MAX_AMOUNT - MELTING_MAX_AMOUNT
  • Deprecated BoltDB and moved to SQLite.
  • gRPC client for LND instead of REST.
Commits

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 <dependency name> 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elnosh/gonuts-0.2.0 branch 2 times, most recently from 8c7d8eb to 701aa6a Compare August 15, 2024 15:06
@rolznz rolznz self-assigned this Aug 16, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elnosh/gonuts-0.2.0 branch from 701aa6a to 27ddac3 Compare August 17, 2024 06:05
Bumps [github.com/elnosh/gonuts](https://github.com/elnosh/gonuts) from 0.1.1-0.20240602162005-49da741613e4 to 0.2.0.
- [Release notes](https://github.com/elnosh/gonuts/releases)
- [Commits](https://github.com/elnosh/gonuts/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/elnosh/gonuts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elnosh/gonuts-0.2.0 branch from 27ddac3 to 25b171e Compare August 17, 2024 06:06
@rolznz rolznz added this to the v1.6.0 milestone Aug 19, 2024
@rolznz rolznz merged commit 3c28144 into master Aug 21, 2024
8 checks passed
@rolznz rolznz deleted the dependabot/go_modules/github.com/elnosh/gonuts-0.2.0 branch August 21, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant