Zebra/zebra-network/src
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
..
config Use the default port for configured listen addresses with no port (#2043) 2021-04-21 23:14:29 +00:00
meta_addr Add InventoryHash and MetaAddr proptests (#1985) 2021-04-07 14:13:52 -03:00
peer Refactor and document correctness for std::sync::Mutex in ErrorSlot 2021-04-21 16:39:06 -04:00
peer_set Use the default port for configured listen addresses with no port (#2043) 2021-04-21 23:14:29 +00:00
protocol Make String Zcash serialization consistent with deserialization 2021-04-21 23:58:48 -04:00
address_book.rs Refactor and document correctness for std::sync::Mutex<AddressBook> 2021-04-21 17:14:47 -04:00
config.rs Use the default port for configured listen addresses with no port (#2043) 2021-04-21 23:14:29 +00:00
constants.rs Update version strings for Zebra v1.0.0-alpha.7 release (#2056) 2021-04-23 12:56:25 +00:00
isolated.rs Clippy nightly: disable owned cmp, stop comparing bool using assert_eq (#2073) 2021-04-27 09:57:45 -03:00
lib.rs Fix candidate set address state handling (#1709) 2021-02-18 11:18:32 +10:00
meta_addr.rs Add InventoryHash and MetaAddr proptests (#1985) 2021-04-07 14:13:52 -03:00
peer.rs Revert "introduce Transition enum" 2021-02-24 13:07:31 -08:00
peer_set.rs Implement Inventory Tracking RFC (#963) 2020-09-01 14:28:54 -07:00
policies.rs Fix sync algorithm. (#887) 2020-08-12 16:48:01 -07:00
protocol.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00
timestamp_collector.rs Refactor and document correctness for std::sync::Mutex<AddressBook> 2021-04-21 17:14:47 -04:00