core-lightning/contrib
Erik De Smedt 4b5dade87f cln_rpc : use call_typed with external structs
One limitation of the `call_typed`-method was that it could not be used
with types defined outside of this crate. (See dependency on
`IntoRequest`)

This is useful for types that are not (yet) defined in this crate. A
possible case is an rpc-method that is defined in a plug-in that is
external to core-lightning or any method which isn't yet a part of the
`msggen`-script.

I've implemented a `TypedRequest` trait to make it work.

PS: This change is breaking. Users of `call_typed` must import
`cln_rpc::models::TypedRequest` instead of
`cln_rpc::models::IntoRequest`
2024-01-09 14:12:46 +01:00
..
cln-tracer tracing: Add an example exporter to zipkin and document it 2023-12-15 13:23:51 +10:30
docker docker: Add fix for broken setuptools installation 2023-11-02 19:52:46 +01:00
init Remove --daemon from lightningd.service 2023-07-09 13:02:10 +09:30
keys misc: Add Alex's gpg key 2023-12-11 18:46:43 +01:00
msggen cln_rpc : use call_typed with external structs 2024-01-09 14:12:46 +01:00
plugins tests: notification response fixes 2023-07-10 14:51:11 +09:30
pylightning tests: notification response fixes 2023-07-10 14:51:11 +09:30
pyln-client pyln-client: don't automatically turn JSON into Millisatoshi class. 2023-12-16 10:22:01 +01:00
pyln-grpc-proto pyln: Also generate type stubs in pyln-grpc-proto 2023-12-15 10:01:57 +10:30
pyln-proto CHANGELOG.md: Update for 23.11rc1 2023-11-03 14:49:12 +01:00
pyln-spec Mac: Update Makefile to work on Mac zsh 2023-07-31 21:00:22 +09:30
pyln-testing pyln-client: don't automatically turn JSON into Millisatoshi class. 2023-12-16 10:22:01 +01:00
reprobuild docker: Use git clone as the build basis for reprobuilds 2023-12-29 00:35:45 +01:00
sanitizer_suppressions common/autodata: use instead of ccan/autodata 2021-09-21 18:04:43 +02:00
bootstrap-node.sh Replace head -n with sort -R for better random peer selection 2023-01-04 13:29:46 +10:30
clang-coverage-report.sh contrib: script to generate Clang coverage report 2023-06-15 10:47:56 +09:30
config-example Added sample config file 2023-06-21 14:57:34 +09:30
giantnode.py contrib/giantnode.py: populate three regtest nodes with many invoices/forwards/payments. 2022-09-18 16:21:54 +02:00
lightning-cli.bash-completion Fix bash completion. 2020-05-15 15:25:33 +02:00
short_channel_id-to-txid.sh Add compability to current formalism to short_channel_id-to-txid.sh 2019-10-04 00:38:52 +00:00
startup_regtest.sh startup_regtest: test for clnrest dependencies before writing config 2023-12-05 20:31:42 -06:00