Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cashubtc/nutshell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.2
Choose a base ref
...
head repository: cashubtc/nutshell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.3
Choose a head ref
  • 11 commits
  • 41 files changed
  • 4 contributors

Commits on Mar 27, 2024

  1. change sponsor link (#496)

    callebtc committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b41b485 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add test for NUT-12 (#498)

    callebtc committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1f1daca View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Mint: Recover pending melts at startup (#499)

    * wip works with fakewallet
    
    * startup refactor
    
    * add tests
    
    * regtest tests for pending melts
    
    * wip CLN
    
    * remove db migration
    
    * remove foreign key relation to keyset id
    
    * fix: get_promise from db and restore DLEQs
    
    * test: check for keyset not found error
    
    * fix migrations
    
    * lower-case all db column names
    
    * add more tests for regtest
    
    * simlate failure for lightning
    
    * test wallet spent state with hodl invoices
    
    * retry
    
    * regtest with postgres
    
    * retry postgres
    
    * add sleeps
    
    * longer sleep on github
    
    * more sleep for github sigh
    
    * increase sleep ffs
    
    * add sleep loop
    
    * try something
    
    * do not pay with wallet but with ledger
    
    * fix lnbits pending state
    
    * fix pipeline to use fake admin from docker
    callebtc committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b8ad0e0 View commit details
    Browse the repository at this point in the history
  2. Issue #313: allow checking pending invoices (#493)

    * Update deprecated datetime
    
    * Add options to Invoices cli
    With these options, we are able to return:
    1) all invoices (this is the default);
    2) pending invoices (paid False, out False);
    3) paid invoices;
    4) and unpaid invoices.
    
    * make format
    
    * Fix mypy error with datetime
    
    * sort imports
    
    * Remove unneeded unit when printing out info
    
    * Fix wrong method doc
    
    * Try to mint pending invoices
    
    * make pre-commit
    
    * Refactor --tests flag to --mint
    The default will be false, i.e., if the user does not
    pass in the --mint flag, it will not try to mint
    the pending invoice.
    
    ---------
    
    Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
    Guilospanck and callebtc committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3b2f1aa View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. [Refactor] Mint: remove output.id optional (#504)

    * remove output.id optional
    
    * asserts
    
    * wip
    
    * wip
    
    * working
    callebtc committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    19de10b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    26afd71 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. [Mint] Migrate duplicate keysets to db (#511)

    * wip
    
    * remove all deprecated keyset tests
    
    * fix more tests
    
    * fixups
    callebtc committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    bdaed84 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Refactored the request mint wallet method to generate the invoice fro…

    …m a returned MintQuoteResponse. (#507)
    cjbeery24 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bb77306 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. [Wallet] Fix regression bug for mint request (#513)

    * fix regression bug for mint request
    
    * expiry is absolute time
    callebtc committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd2a14f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa3e2fd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Update startup.py, check blink key (#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",
    findingsov committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    72ad903 View commit details
    Browse the repository at this point in the history
Loading