core-lightning/lightningd/test
Rusty Russell aba67a757c lightningd: rename state_change_entry to channel_state_change, and use pointers.
This name is clearer than the old one.

And since the struct contains a string, it's more natural for the
struct to be the tal parent of the string so it's a real object.  This means
we need an array of pointers, so each struct can be its own tal object.

wallet_state_change_get is hoisted higher in the code and made static.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-09-21 06:20:18 +09:30
..
Makefile common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
run-check_node_announcement.c common: add sciddir_or_pubkey type. 2024-05-12 19:11:43 -05:00
run-find_my_abspath.c lightningd: move all chainheight logic into setup_topology. 2024-06-24 17:26:11 +09:30
run-invoice-select-inchan.c lightningd: rename state_change_entry to channel_state_change, and use pointers. 2024-09-21 06:20:18 +09:30
run-jsonrpc.c common: move now-enlarged command_fail_badparam into its own source file. 2024-06-25 08:47:50 +09:30
run-log_filter.c common: move now-enlarged command_fail_badparam into its own source file. 2024-06-25 08:47:50 +09:30
run-log-pruning.c common: move now-enlarged command_fail_badparam into its own source file. 2024-06-25 08:47:50 +09:30
run-shuffle_fds.c common: add sciddir_or_pubkey type. 2024-05-12 19:11:43 -05:00