Implement Nostr as verification code method (alternative to SMS)
Funding page spam creates multiple invoices in LNbits
Verify lamassu-send-coins works with LNbits lightning source
Explore: Auto-forward DCA distributions to external wallet
padreug
deleted branch 2026-01-11 14:59:44 +00:00
fix/cap-dca-allocations-sync-mismatch from aiolabs/satmachineadmin
DCA distribution fails when ATM cash exceeds total tracked client balances
DCA distribution fails when ATM cash exceeds total tracked client balances
Fixed in commit 545a028 on main.
The sync mismatch detection now caps each client's allocation to their remaining fiat balance equivalent in sats. Orphan sats are tracked and logged for…
fix: cap DCA allocations when ATM cash exceeds tracked balances
fix: cap DCA allocations when ATM cash exceeds tracked balances
Closing this PR - the sync mismatch fix has been implemented directly on main in commit 545a028.
The implementation:
- Uses the extracted pure functions from
calculations.py(tested with 22…