Skip to content

Tags: MSghais/nutshell

Tags

0.16.3

Toggle 0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 0.16.3 (cashubtc#669)

0.16.2

Toggle 0.16.2's commit message
bump version

0.16.1

Toggle 0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mint: LNbitsWallet add extra check for payment state (cashubtc#601)

* add extra check for payment state

* improve error handling

* fix response

* add failure

0.16.1-rc2

Toggle 0.16.1-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor conditions and fix HTLC multisig (cashubtc#643)

* refactor conditions and fix htlc multisig

* restore db/write.py

* safer check for P2PK secrets for SIG_ALL

* comment cleanup

0.16.1-rc1

Toggle 0.16.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: ledger requires deprecated `paid` flags in db + wallet disable b…

…ase64 keysets by default (cashubtc#634)

* wallet: deprecate base64 keysets by default

* readd deprecated paid to melt quotes as well

* readd paid flag removed in cashubtc#622 before

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unused coinselection (cashubtc#597)

0.16.0-rc3

Toggle 0.16.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unused coinselection (cashubtc#597)

0.16.0-rc2

Toggle 0.16.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Edit README.md (cashubtc#590)

0.16.0-rc1

Toggle 0.16.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NUT-06: Mint contact info (cashubtc#585)

* Implement NUT-06 change: cashubtc/nuts#117

* wallet deserialize

* ignore contact info for deprecated v0 response

0.15.3

Toggle 0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update startup.py, check blink key (cashubtc#516)

Missing blink key here-added:

for key, value in settings.dict().items():
    if key in [
        "mint_private_key",
        "mint_seed_decryption_key",
        "nostr_private_key",
        "mint_lnbits_key",
        "mint_blink_key",