Currently we activate the "bitcoin/rand-std" feature unconditionally in json. Some users may not wish to use the bitcoin "rand" feature.
Add a "rand" feature to json and client and use it to activate "rand-std" in bitcoin.
The crates currently have no features, this is the first. In order to be less of a breaking change also add a "default" feature and enable "rand" from "default".
Currently we activate the "bitcoin/rand-std" feature unconditionally in
json
. Some users may not wish to use the bitcoin "rand" feature.Add a "rand" feature to
json
andclient
and use it to activate "rand-std" inbitcoin
.The crates currently have no features, this is the first. In order to be less of a breaking change also add a "default" feature and enable "rand" from "default".