mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-13 12:32:55 +02:00
|
Some checks are pending
Continuous Integration / Pre-build checks (push) Waiting to run
Continuous Integration / Build compile-clang-sanitizers (push) Blocked by required conditions
Continuous Integration / Build compile-clang (push) Blocked by required conditions
Continuous Integration / Build compile-gcc (push) Blocked by required conditions
Continuous Integration / Build compile-gcc-O1 (push) Blocked by required conditions
Continuous Integration / Build compile-gcc-O3 (push) Blocked by required conditions
Continuous Integration / check-compiled-source (compile-gcc) (push) Blocked by required conditions
Continuous Integration / Run unit tests (push) Blocked by required conditions
Continuous Integration / Run unit tests-1 (push) Blocked by required conditions
Continuous Integration / Build 32-bit (size_t != 64-bit warnings) (push) Blocked by required conditions
Continuous Integration / Run fuzz regression tests (push) Blocked by required conditions
Continuous Integration / Check we can downgrade the node (push) Blocked by required conditions
Continuous Integration / Check we can downgrade the node-1 (push) Blocked by required conditions
Continuous Integration / Check we can downgrade the node-2 (push) Blocked by required conditions
Continuous Integration / First Integration Tests (1/6) (push) Blocked by required conditions
Continuous Integration / First Integration Tests (2/6) (push) Blocked by required conditions
Continuous Integration / First Integration Tests (3/6) (push) Blocked by required conditions
Continuous Integration / First Integration Tests (4/6) (push) Blocked by required conditions
Continuous Integration / First Integration Tests (5/6) (push) Blocked by required conditions
Continuous Integration / First Integration Tests (6/6) (push) Blocked by required conditions
Continuous Integration / Test CLN dual-fund Full Integration (push) Blocked by required conditions
Continuous Integration / Test CLN liquid Full Integration (push) Blocked by required conditions
Continuous Integration / Test CLN postgres Full Integration (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (1/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (10/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (11/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (12/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (2/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (3/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (4/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (5/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (6/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (7/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (8/12) (push) Blocked by required conditions
Continuous Integration / Valgrind Test CLN (9/12) (push) Blocked by required conditions
Continuous Integration / ASan/UBSan (1/6) (push) Blocked by required conditions
Continuous Integration / ASan/UBSan (2/6) (push) Blocked by required conditions
Continuous Integration / ASan/UBSan (3/6) (push) Blocked by required conditions
Continuous Integration / ASan/UBSan (4/6) (push) Blocked by required conditions
Continuous Integration / ASan/UBSan (5/6) (push) Blocked by required conditions
Continuous Integration / ASan/UBSan (6/6) (push) Blocked by required conditions
Continuous Integration / Update examples in doc schemas (push) Blocked by required conditions
Continuous Integration / Test minimum supported BTC v25.0 with clang (push) Blocked by required conditions
Continuous Integration / CI completion (push) Blocked by required conditions
Release Rust 🦀 / release_rust (push) Waiting to run
ReadMe Sync / rdme-docs-sync (push) Waiting to run
ReadMe RPC Sync / rdme-rpc-sync (push) Waiting to run
The plugin start command only accepted plugin options flattened onto the RPC call (e.g. via -k/--keyword), but the plugin RPC schema documents an explicit 'options' array. This mismatch meant that callers using named parameters against generated RPC bindings (cln-rpc, grpc, protobuf), which cannot flatten arbitrary options, failed with 'unknown parameter options'. Options without a value are treated as boolean flags, matching the flattened form. Changelog-Fixed: JSON-RPC: `plugin start` now accepts plugin options as an `options` array of `keyword=value` strings, as documented in the `plugin` schema. |
||
|---|---|---|
| .. | ||
| test | ||
| .gitignore | ||
| anchorspend.c | ||
| anchorspend.h | ||
| bitcoind.c | ||
| bitcoind.h | ||
| chaintopology.c | ||
| chaintopology.h | ||
| channel.c | ||
| channel.h | ||
| channel_control.c | ||
| channel_control.h | ||
| channel_gossip.c | ||
| channel_gossip.h | ||
| channel_state.h | ||
| closed_channel.c | ||
| closed_channel.h | ||
| closing_control.c | ||
| closing_control.h | ||
| coin_mvts.c | ||
| coin_mvts.h | ||
| configs.c | ||
| connect_control.c | ||
| connect_control.h | ||
| datastore.c | ||
| dual_open_control.c | ||
| dual_open_control.h | ||
| feerate.c | ||
| feerate.h | ||
| forwards.c | ||
| forwards.h | ||
| gossip_control.c | ||
| gossip_control.h | ||
| gossip_generation.c | ||
| gossip_generation.h | ||
| hsm_control.c | ||
| hsm_control.h | ||
| htlc_end.c | ||
| htlc_end.h | ||
| htlc_set.c | ||
| htlc_set.h | ||
| invoice.c | ||
| invoice.h | ||
| io_loop_with_timers.c | ||
| io_loop_with_timers.h | ||
| jsonrpc.c | ||
| jsonrpc.h | ||
| lightningd.c | ||
| lightningd.h | ||
| log.c | ||
| log.h | ||
| log_status.c | ||
| log_status.h | ||
| Makefile | ||
| memdump.c | ||
| memdump.h | ||
| notification.c | ||
| notification.h | ||
| offer.c | ||
| onchain_control.c | ||
| onchain_control.h | ||
| onion_message.c | ||
| onion_message.h | ||
| opening_common.c | ||
| opening_common.h | ||
| opening_control.c | ||
| opening_control.h | ||
| options.c | ||
| options.h | ||
| pay.c | ||
| pay.h | ||
| peer_control.c | ||
| peer_control.h | ||
| peer_fd.c | ||
| peer_fd.h | ||
| peer_htlcs.c | ||
| peer_htlcs.h | ||
| ping.c | ||
| ping.h | ||
| plugin.c | ||
| plugin.h | ||
| plugin_control.c | ||
| plugin_control.h | ||
| plugin_hook.c | ||
| plugin_hook.h | ||
| routehint.c | ||
| routehint.h | ||
| runes.c | ||
| runes.h | ||
| signmessage.c | ||
| simple_close_control.c | ||
| simple_close_control.h | ||
| subd.c | ||
| subd.h | ||
| wait.c | ||
| wait.h | ||
| watch.c | ||
| watch.h | ||
| watchman.c | ||
| watchman.h | ||