elnosh

Results 8 issues of elnosh

When sending from wallet, the way outputs are constructed in the request for `/split` they could be telling the mint which is the intended payment amount vs which is the...

this is a wip of mutiny-server There are other endpoints I will need to add but I have basic ones working right now (open channel, create invoice, pay invoice, send...

some mints still have non-hex keyset ids. Example [minibits](https://mint.minibits.cash/Bitcoin/v1/keysets) mint has keysets: ``` "keysets": [ { "id": "9mlfd5vCzgGl", "unit": "sat", "active": true }, { "id": "00500550f0494146", "unit": "sat", "active": true...

created a mint and melt quote pair with the same invoice and when tried melting in `/v1/melt/bolt11`, it returned the state as paid but the preimage field was empty.

fix for https://github.com/cashubtc/nutshell/issues/625 Setting preimage for melt quotes settled internally rather than leaving empty.

when creating an invoice with a mint that supports websocket, the wallet still does polling even though it can get the update for the quote from the websocket subscription. From...

Updates the naming from endorsement to accountability to match the latest state of the [proposal](https://github.com/lightning/bolts/pull/1280) to mitigate channel jamming attacks.

This PR renames [bLIP4's](https://github.com/lightning/blips/blob/a833e7b49f224e1240b5d669e78fa950160f5a06/blip-0004.md) experimental `endorsement` signal to `accountable` to match the latest proposal in https://github.com/lightning/blips/pull/67