]> git.bitcoin.ninja Git - rust-lightning/commit
Fix fuzz warnings.
authorArik Sosman <git@arik.io>
Thu, 15 Aug 2024 06:57:14 +0000 (23:57 -0700)
committerArik Sosman <git@arik.io>
Fri, 16 Aug 2024 17:31:45 +0000 (10:31 -0700)
commit36b484a720398bb55e95180176830dc0c3cf059f
treef940f7567f0afba4d7357a5d9a8ea7957d443ef3
parent9914fd4f8dd48e028a6b00c144b4f772a48c814d
Fix fuzz warnings.

Version 0.32.2 of `rust-bitcoin` deprecates a number of methods that
are commonly used in this project, most visibly `txid()`, which is
now called `compute_txid()`. This resulted in a lot of warnings, and
this commit is part of a series that seeks to address that.
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs