rust-lightning/lightning
Matt Corallo 26c00ad751 derive(Hash) for P2P messages
In other languages (Java and C#, notably), overriding `Eq` without
overriding `Hash` can lead to surprising or broken behavior. Even
in Rust, its usually the case that you actually want both. Here we
add missing `Hash` derivations for P2P messages, to at least
address the first pile of warnings the C# compiler dumps.
2023-11-14 00:40:30 +00:00
..
src derive(Hash) for P2P messages 2023-11-14 00:40:30 +00:00
Cargo.toml Update MuSig2 dependency for Hash trait derivation. 2023-11-13 11:07:07 -05:00