daywalker90
daywalker90
Tests all the basic things except for `--add-source`
It's in the README but not in .gitmodules. Don't know why but it should either be added with this PR or removed from README.
``` /sauron.py error: bad response to getchaininfo (bad 'result' field: Parsing '{result:': object does not have member result), response was {"jsonrpc": "2.0", "id": "cln:getchaininfo#19", "error": {"code": -32600, "message": "Error while...
Hi great guide thanks for writing this. I followed it on postgresql 14 and besides one setting which got replaced it's the same i think. But there is one problem...
Ok so i was bored and went over the feeadjuster plugin because @grubles said there were problems with it. I found a compatibility issue in #457 with `listconfigs` so i...
Hi, interesting project you have here. I saw that you had no tests for you cln-plugin and since i'm a cln plugin dev myself i thought i'd help you get...
Currencyrate starts failing tests on master so i took it upon me to look at it and gave i a couple updates. There was some code for pre v0.9.3, i...
Added [ruff](https://docs.astral.sh/ruff/formatter/) to pyproject.toml and included only files from this repo so submodules don't get touched. Simply install ruff from the pyproject.toml or directly with pip and ``` ruff format...
cln v24.05: apparently some fields are missing from `sendpay_failure` notifications: ``` sendpay_failure notification: {\"sendpay_failure\":{\"code\":204,\"message\":\"failed: WIRE_UNKNOWN_NEXT_PEER (reply from remote)\",\"data\":{\"created_index\":8398,\"id\":8398,\"payment_hash\":\"a6ac55c126b415f9236526fbb6e8c847db5dc1da94db148f85db512ca3dc0c82\",\"groupid\":2,\"partid\":1,\"destination\":\"03f060953bef5b777dc77e44afa3859d022fc1a77c55138deb232ad7255e869c00\",\"amount_msat\":5311800403,\"amount_sent_msat\":5311859832,\"created_at\":1719325305,\"status\":\"pending\",\"erring_index\":1,\"failcode\":16394,\"failcodename\":\"WIRE_UNKNOWN_NEXT_PEER\",\"raw_message\":\"400a\"}}} ``` missing: - `erring_node` - `erring_channel` - `erring_direction` Also notice how `status`...
Fixes #6338 and #6348? First time ~~writing~~ copy-pasting c code btw