Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Oct 31, 2024
2 parents 9aa3819 + b327bd3 commit afc96ba
Show file tree
Hide file tree
Showing 160 changed files with 2,850 additions and 912 deletions.
15 changes: 15 additions & 0 deletions .msggen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2855,8 +2855,11 @@
"RenepayResponse": {
"RenePay.amount_msat": 5,
"RenePay.amount_sent_msat": 6,
"RenePay.bolt11": 9,
"RenePay.bolt12": 10,
"RenePay.created_at": 3,
"RenePay.destination": 8,
"RenePay.groupid": 11,
"RenePay.parts": 4,
"RenePay.payment_hash": 2,
"RenePay.payment_preimage": 1,
Expand Down Expand Up @@ -10101,6 +10104,14 @@
"added": "pre-v0.10.1",
"deprecated": null
},
"RenePay.bolt11": {
"added": "v23.08",
"deprecated": null
},
"RenePay.bolt12": {
"added": "v23.08",
"deprecated": null
},
"RenePay.created_at": {
"added": "pre-v0.10.1",
"deprecated": null
Expand All @@ -10121,6 +10132,10 @@
"added": "v24.08",
"deprecated": null
},
"RenePay.groupid": {
"added": "v23.08",
"deprecated": null
},
"RenePay.invstring": {
"added": "pre-v0.10.1",
"deprecated": null
Expand Down
3 changes: 3 additions & 0 deletions cln-grpc/proto/node.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions cln-grpc/src/convert.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions cln-rpc/src/model.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions common/jsonrpc_errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ enum jsonrpc_errcode {
PAY_INSUFFICIENT_FUNDS = 215,
PAY_UNREACHABLE = 216,
PAY_USER_ERROR = 217,
PAY_INJECTPAYMENTONION_FAILED = 218,

/* `fundchannel` or `withdraw` errors */
FUND_MAX_EXCEEDED = 300,
Expand Down
Loading

0 comments on commit afc96ba

Please sign in to comment.