test: Add new tests for derive.rs in vls-core
This PR adds new tests for derive.rs in vls-core
Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
vls-core/src/signer/derive.rs 746 34 95.44% 28 3 89.29% 407 25 93.86% 0 0 -
This merge request updates the test module in vls-core/src/signer/derive.rs to consolidate and streamline the testing of key derivation logic for the Native, Ldk, and Lnd derivation styles. test_derivation_for_style tests master_key, node_keys, channels_seed, keys_id, channel_keys, get_account_extended_key.
Edited by Siva Sathyaseelan