Commit graph

10 commits

Author SHA1 Message Date
78840f115f fix: correct LNBits newFunding return format for funding page
Updates the newFunding function to return the expected interface:
- fundingPendingBalance: BN(0) for Lightning Network
- fundingConfirmedBalance: actual wallet balance as BN object
- fundingAddress: bolt11 invoice for funding

This fixes the TypeError "Cannot read properties of undefined (reading
'minus')"
that occurred when accessing the funding page in the admin UI.
2025-10-12 14:24:29 +02:00
c58e4e330c fix: update LNBits payment request handling
- Changed the response handling in the newAddress function to return the bolt11 invoice instead of the payment request.
- Updated error message to reflect the change in response structure from LNBits.
2025-10-12 14:24:29 +02:00
7ebd809abc feat: implement LNURL payment handling in LNBits plugin
- Added a new function to handle LNURL payments, allowing users to send payments via LNURL addresses.
- Integrated LNURL payment processing into the existing sendCoins function, enhancing the wallet's capabilities for Lightning Network transactions.
2025-10-12 14:24:29 +02:00
fc761844b7 feat: add LNBits wallet plugin integration
- Introduced LNBits as a Lightning Network wallet provider for Lamassu ATMs.
- Added configuration options for LNBits in the environment variables.
- Implemented core functionalities including invoice creation, payment processing, balance monitoring, and payment status tracking.
- Created unit tests for the LNBits plugin to ensure functionality and error handling.
- Updated development environment setup to include LNBits configuration.
2025-10-12 14:24:29 +02:00
Rafael Taranto
d6166ce752 feat: transactions table 2025-06-19 11:23:12 +01:00
Rafael Taranto
63367a7f11 fix: mock compliance url return 2025-06-05 10:18:12 +01:00
Rafael Taranto
144e2c4616 chore: fix external compliance mock 2025-05-27 17:51:11 +01:00
Rafael Taranto
118e4571fd fix: forex retry and error logging on dev 2025-05-22 19:30:19 +01:00
Rafael Taranto
68517170e2 chore: server code formatting 2025-05-12 15:35:00 +01:00
Rafael Taranto
a687827f7e chore: use monorepo organization 2025-05-12 10:52:54 +01:00