Gabriel Comte
Gabriel Comte
The test `examples/js/tests/set_markets.ts` doesn't run through. It is broken on many levels: - The constants `new_asset` as well as `new_market1` and `new_market2` in the file `examples/js/tests/set_markets.ts` need additional arguments to...
Add support for replace-by-fee according to [BIP 125](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki9). Transaction need to be flagged as RBF transactions, if there should be a possibility to RBF them later.
Related to https://github.com/quarkiverse/quarkus-openapi-generator/issues/120. I still have an issue with `oneOf`, using OpenAPI Generator - v2.2.1 Specifically I'm trying to generate a model for the [BTCPay API](https://docs.btcpayserver.org/API/Greenfield/v1/swagger.json), but I get the...
When I run the command `nigiri stop --delete` on my Linux, I get the following error: `[nigiri] openfdat /home/{me}/.nigiri/volumes/lightningd/regtest: permission denied` The problem is that the regtest data is given...
When receiving a payment through (a) channel(s) that was opened by the remote node, it is rightfully being [checked that the sender doesn't send so much funds that the channel...