Add fuzzing seeds to recently contributed fuzzing harnesses.
Seeds for:
- https://github.com/bitcoin/bitcoin/pull/17050 – "tests: Add fuzzing harnesses for functions parsing scripts, numbers, JSON and HD keypaths (bip32)"
- https://github.com/bitcoin/bitcoin/pull/17051 – "tests: Add deserialization fuzzing harnesses"
- https://github.com/bitcoin/bitcoin/pull/17071 – "tests: Add fuzzing harness for
CheckBlock(...)and otherCBlockrelated functions" - https://github.com/bitcoin/bitcoin/pull/17093 – "tests: Add fuzzing harness for various
CTx{In,Out}related functions" - https://github.com/bitcoin/bitcoin/pull/17109 – "tests: Add fuzzing harness for various functions consuming only integrals"
- https://github.com/bitcoin/bitcoin/pull/17136 – "tests: Add fuzzing harness for various PSBT related functions"
- https://github.com/bitcoin/bitcoin/pull/17229 – "tests: Add fuzzing harnesses for various Base{32,58,64} and hex related functions"

