cloudsupper

Results 21 issues of cloudsupper

Implements a multi-mint lightning pay, splitting the amount in the invoice between all compatible Mints.

# Fix for Issue #779: Spending fiat ecash increments fees paid for wrong keyset ## Description This PR fixes a bug where fees from spent proofs were being incorrectly attributed...

- Use `PostMeltQuoteResponse.from_melt_quote` and `PostMintQuoteResponse.from_mint_quote` for all websocket payloads (initial snapshot + updates). - Fixes missing change in BOLT11_MELT_QUOTE websocket notifications by standardizing the API-shaped payload.

# Keyset ID Version 2 Implementation > [!WARNING] > This PR bumps Nutshell's version to `0.19.0` ## Overview This PR implements the Keyset ID Version 2 specification, which changes how...

mint
ready

this PR adds support for `Prefer: respond-async` header on the `POST v1/melt` endpoint. If a request contains such header, the Mint no longer blocks until the operation is completed, but...

This PR introduces functionality to set unit-specific limits for: * PEG_INS * PEG_OUTS * MAX_BALANCE

mint
ready

Adds a `GET v1/filter/{keyset_id}` API endpoint that returns a compact filter for the spent `Y`s belonging to a particular keyset. Clients can use this filter to "bulk"-check whether ecash notes...

Features in this PR: - Centralized NFC functionality in a dedicated `webNfcStore` for both tokens and payment requests - Support for reading payment requests from NFC tags in the send...

# Auto-Rebalance Feature ## Overview The auto-rebalance feature helps users maintain balanced token distribution across multiple mints by automatically detecting imbalances and prompting the user to rebalance when needed. ##...