Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-04 | Switch hardened derivation marker to h in descriptors | Sjors Provoost | |
This makes it easier to handle descriptor strings manually. E.g. an RPC call that takes an array of descriptors can now use '["desc": ".../0h/..."]'. Both markers can still be parsed. The default for new descriptors is changed to h. In normalized form h is also used. For private keys the chosen marker is preserved in a round trip. The hdkeypath field in getaddressinfo is also impacted by this change. | |||
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2020-04-26 | tests: Add fuzzing coverage for FormatHDKeypath(...) and WriteHDKeypath(...) | practicalswift | |
2019-12-10 | tests: Add ParseHDKeypath(...) (bip32) fuzzing harness | practicalswift | |