• v0.0.4 545a0284a7

    v0.0.4
    Some checks failed
    CI / lint (push) Waiting to run
    CI / tests (3.10) (push) Blocked by required conditions
    CI / tests (3.9) (push) Blocked by required conditions
    / release (push) Has been cancelled
    / pullrequest (push) Has been cancelled
    Stable

    padreug released this 2026-01-11 15:06:23 +00:00 | 1 commits to main since this release

    • Fix for DCA distributions failing when ATM cash exceeds tracked balances

    • Added 22 unit tests for DCA calculation logic

    • LNbits API compatibility fixes

    • fix: cap DCA allocations when ATM cash exceeds tracked balances (#1)

    • fix: cast amount to float for LNbits create_invoice API

    • fix: reset correct loading state after manual transaction processing

    • feat: add unit tests for DCA calculations with empirical Lamassu data

    When physical cash in the ATM exceeds tracked client balances, the system now:

    • Caps each client's allocation to their remaining fiat balance
    • Tracks orphan sats that remain in source wallet
    • Logs sync mismatch for reconciliation
    Downloads