bitcoin icon indicating copy to clipboard operation
bitcoin copied to clipboard

fuzz: add more coverage for `ScriptPubKeyMan`

Open brunoerg opened this issue 9 months ago • 3 comments

This PR adds more coverage for ScriptPubKeyMan:

  • Check GetKey and HasPrivKey after adding descriptor key.
  • Cover GetEndRange and GetKeyPoolSize.
  • Cover MarkUnusedAddresses with the scripts from ScriptPubKeys and GetMetadata with the destinations from them.

brunoerg avatar May 17 '24 20:05 brunoerg