Zebra/zebra-chain
teor 1f40498fcf
Clippy nightly: disable owned cmp, stop comparing bool using assert_eq (#2073)
* Disable clippy warnings about comparing a newly created struct

In Sapling, we compare canonical JubJub bytes with a supplied byte array.

Since we need to perform calculations to get it into canonical form, we
need to create a newly owned object.

* Clippy: use assert rather than assert_eq on a bool
2021-04-27 09:57:45 -03:00
..
benches Benchmark Block struct serialization code (#2018) 2021-04-19 12:15:02 +00:00
proptest-regressions Implement Expanded to Compact Difficulty Conversion (#1196) 2020-10-30 11:36:59 +10:00
src Clippy nightly: disable owned cmp, stop comparing bool using assert_eq (#2073) 2021-04-27 09:57:45 -03:00
Cargo.toml Update version strings for Zebra v1.0.0-alpha.7 release (#2056) 2021-04-23 12:56:25 +00:00