cln/wallet/test
Sangbida Chaudhuri 5fdc56c544 wallet/hsmd: fix signmessagewithkey for BIP86 wallets
The signmessagewithkey RPC was failing for BIP86 (mnemonic-based)
wallets because:

1. The wallet RPC was iterating through BIP32-derived addresses only,
   so it couldn't find BIP86-derived addresses.

2. The HSM's handle_bip137_sign_message always used bitcoin_key()
   (BIP32 derivation) regardless of wallet type.
2026-01-14 17:18:56 +10:30
..
.gitignore wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00
Makefile Makefile: create a library containing common, wire and bitcoin objects. 2025-10-23 06:44:04 +10:30
run-chain_moves_duplicate-detect.c wallet: separate datastore access functions for the lightning-downgrade tool to access. 2025-11-28 09:16:53 +10:30
run-db.c wallet: separate datastore access functions for the lightning-downgrade tool to access. 2025-11-28 09:16:53 +10:30
run-migrate_remove_chain_moves_duplicates.c wallet: separate datastore access functions for the lightning-downgrade tool to access. 2025-11-28 09:16:53 +10:30
run-psbt_fixup.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
run-wallet.c wallet/hsmd: fix signmessagewithkey for BIP86 wallets 2026-01-14 17:18:56 +10:30
test_utils.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
test_utils.h check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30