Zebra/zebra-network/src
Henry de Valence b36fe8f937 chain: move sha256d to serialization module.
This extracts the SHA256d code from being split across two modules and puts it
in one module, under serialization.

The code is unchanged except for three deleted tests:

* `sha256d_flush` in `sha256d_writer` (not a meaningful test);
* `transactionhash_debug` (constructs an invalid transaction hash, and the
  behavior is tested in the next test);
* `decode_state_debug` (we do not need to test the Debug output of
  DecodeState);
2020-08-17 11:46:34 -07:00
..
peer Bytes read and bytes written metrics (#901) 2020-08-14 15:50:26 -07:00
peer_set fix: Tweak the the network listener log (#886) 2020-08-12 14:22:54 -07:00
protocol chain: move sha256d to serialization module. 2020-08-17 11:46:34 -07:00
address_book.rs zebra-network tweaks. (#877) 2020-08-11 13:07:44 -07:00
config.rs Clean up options in network config section. (#839) 2020-08-06 11:29:00 -07:00
constants.rs refactor: Move NetworkUpgrade to zebra-chain 2020-08-10 18:54:42 +10:00
lib.rs network: do not export Builder 2020-07-28 11:10:15 -07:00
meta_addr.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
peer.rs Move server.rs to connection.rs and change imports. 2020-01-16 13:20:03 -05:00
peer_set.rs Move PeerSet initialization into a submodule. 2019-11-27 05:06:01 -05: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 Upgrade tokio, futures, hyper to released versions. 2019-12-13 17:42:15 -05:00