zebra/zebrad/src/components
teor 4d608d3224
Stop doing thousands of time checks each time we connect to a peer (#3106)
* Stop checking the entire AddressBook for each connection attempt

* Stop redundant peer time checks within the address book

* Stop calling `Instant::now` 3 times for each address book update

* Only get the time once each time an address book method is called

* Update outdated comment

* Use an OrderedMap to efficiently store address book peers

* Add address book order tests
2021-12-03 15:09:43 -03:00
..
inbound Re-order Zebra startup, so slow services are launched last (#3091) 2021-11-23 17:42:44 +00:00
mempool Fix slow Zebra startup times, to reduce CI failures (#3104) 2021-11-30 21:04:32 +00:00
sync Fix typos (#3055) 2021-11-12 19:30:22 +00:00
tracing Update to Tokio 1.13.0 (#2994) 2021-11-02 18:46:57 +00:00
inbound.rs Stop doing thousands of time checks each time we connect to a peer (#3106) 2021-12-03 15:09:43 -03:00
mempool.rs Fix slow Zebra startup times, to reduce CI failures (#3104) 2021-11-30 21:04:32 +00:00
metrics.rs Update to Tokio 1.13.0 (#2994) 2021-11-02 18:46:57 +00:00
sync.rs Ignore NotFound errors in the syncer (#3131) 2021-12-02 11:28:20 -03:00
tokio.rs Re-order Zebra startup, so slow services are launched last (#3091) 2021-11-23 17:42:44 +00:00
tracing.rs Stop downloading unnecessary blocks in Zebra acceptance tests (#3072) 2021-11-19 01:55:38 +00:00