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: lnbits/lnbits
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: santyr/lnbits
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 31, 2025

  1. feat: add batch invoice polling and persistence for StrikeWalle

    Add batching for invoice polling: Invoice status checks are now performed in batches using a single API call, improving efficiency and reducing the number of requests.
    
    Persist pending invoices across restarts: Pending invoice IDs are saved to disk and reloaded on startup, ensuring no invoice status is lost if the server restarts.
    santyr authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    527c55b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from santyr/santyr-patch-1

    feat: add batch invoice polling and persistence for StrikeWalle
    santyr authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    34c1ce1 View commit details
    Browse the repository at this point in the history
  3. Reformat strike.py

    ran make all and prettified
    santyr authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    108d86a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from lnbits/dev

    fix: prevent overflow on dialog (#3295)
    santyr authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    6f5b3f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Move Imports

    santyr authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    bc21ca0 View commit details
    Browse the repository at this point in the history
  2. make all

    santyr authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    66a6d24 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Update strike.py

    Increase invoice polling rate limit.
    santyr authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    b3db7dc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

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