rust-bitcoin-unsafe-fast/bitcoin/fuzz
Martin Habovstiak 70cf4515db Add `Weight` and `FeeRate` newtypes
Use of general-purpose integers is often error-prone and annoying. We're
working towards improving it by introducing newtypes.

This adds newtypes for weight and fee rate to make fee computation
easier and more readable. Note however that this dosn't change the type
for individual parts of the transaction since computing the total weight
is not as simple as summing them up and we want to avoid such confusion.

Part of #630
2023-02-08 23:17:30 +01:00
..
fuzz_targets Add `Weight` and `FeeRate` newtypes 2023-02-08 23:17:30 +01:00
hfuzz_input Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
.gitignore Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
Cargo.toml Patch hashes and update the code 2022-12-18 14:33:55 +01:00
cycle.sh Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
travis-fuzz.sh Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00