daywalker90
daywalker90
I'm using utoipa, utoipa-swagger-ui in combination with axum and i noticed that utoipa-swagger-ui breaks the reproducability when building with cargo build --release. Without --release it's the same sha256. I reduced...
### Describe the bug I've added [email protected] to my contacts and tried to send him some sats yet i got the error that the "string" argument was missing. I checked...
This was recently added to the hold invoice PR https://github.com/nostr-protocol/nips/pull/1913 which seems close to merge.
Hey, i have archived https://github.com/daywalker90/holdinvoice because https://github.com/BoltzExchange/hold is very close in functionality and i don't want to waste dev hours on duplicate work and they are a company with more...
python 3.14 is already deployed on some rolling release linux's, so let's see how we do with it. If it breaks too much i will hold off on merging this.
Trying to pay an invoice of 1 sat i get this: ``` { "code": 205, "message": "Failed: Amount 1500msat below minimum 1000000msat across 790432x2353x0/0" } ``` From the logs: ```...
Some plugins require the user to set an option or will immediately exit. Of couse plugin devs could set defaults for these options but that might make things more confusing...
Right now reckless is limited to dynamic plugins. It would be nice if it did not fail on non-dynamic plugins since there is good reason for those aswell. Otherwise we...
I have a test that is sometimes failing with: ``` Error: error waiting for shutdown Caused by: channel lagged by 1 =========================== short test summary info ============================ ERROR tests/test_sling.py::test_gossip -...
Mirroring https://github.com/ElementsProject/lightning/pull/8677/commits/60a0ed258f8a75ca78d1bcd6dadda0cbc4f4513b Changelog-None - [x] The changelog has been updated in the relevant commit(s) according to the [guidelines](https://docs.corelightning.org/docs/coding-style-guidelines#changelog-entries-in-commit-messages). - [x] Tests have been added or modified to reflect the changes....