rust-bitcoin-unsafe-fast/api/bitcoin
Andrew Poelstra 2bc97b22e2
api changes for new calculate_root method
These changes are nontrivial. They

* Drop the `From` impls from (w)txids to (w)TxMerkleRoots
* Introduce a new trait and bound calculate_root on it...
* ...in such a way that its return value cannot be inferred without
  further hints (though in practice this doesn't matter because usually
  the return value is immediately assigned to something with a known
  type such as a BlockHeader field)
2024-06-17 19:10:26 +00:00
..
all-features.txt api changes for new calculate_root method 2024-06-17 19:10:26 +00:00
default-features.txt api changes for new calculate_root method 2024-06-17 19:10:26 +00:00
no-features.txt api changes for new calculate_root method 2024-06-17 19:10:26 +00:00