zebra/zebra-network/src/peer
teor f3e330995f
fix(build): Fix new nightly clippy lints and cargo feature resolution (#6814)
* Implement minor and patch database format versions

* Log and update database format versions when opening database

* Refactor the current list of column families into a constant

* Open all available column families, including from future Zebra versions

* Refactor note commitment tree lookups to go through the height methods

* Make Sapling/Orchard note commitment tree lookup forwards compatible

* Ignore errors reading column family lists from disk

* Update format version comments and TODOs

* Correctly log newly created database formats

* Fix a new cargo lint about resolver versions

* cargo clippy --fix --all-features --all-targets

* cargo fmt --all

* Add missing tokio feature in the state, revealed by the new resolver

* Add missing dev dependencies in zebra-node-services

* Add a missing `tokio` feature from PR #6813

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-06-07 06:04:04 +00:00
..
client fix(rust): Make Zebra build with the latest nightly Rust (#5738) 2022-11-30 07:03:24 +00:00
connection fix(build): Fix new nightly clippy lints and cargo feature resolution (#6814) 2023-06-07 06:04:04 +00:00
handshake fix(net): Limit the number of leftover nonces in the self-connection nonce set (#6534) 2023-04-18 08:13:19 +00:00
minimum_peer_version 4. Avoid repeated requests to peers after partial responses or errors (#3505) 2022-02-15 01:44:33 +00:00
client.rs fix(net): Try harder to drop connections when they shut down, Credit: Ziggurat Team (#6832) 2023-06-07 03:41:49 +00:00
connection.rs fix(net): Try harder to drop connections when they shut down, Credit: Ziggurat Team (#6832) 2023-06-07 03:41:49 +00:00
connector.rs fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00
error.rs fix(security): Randomly drop connections when inbound service is overloaded (#6790) 2023-05-31 19:04:15 +00:00
handshake.rs fix(net): Rate-limit MetaAddrChange::Responded from peers (#6738) 2023-05-23 20:50:29 +00:00
load_tracked_client.rs feat(net): return peer metadata from `connect_isolated` functions (#4870) 2022-09-14 15:00:25 +00:00
minimum_peer_version.rs feat(net): return peer metadata from `connect_isolated` functions (#4870) 2022-09-14 15:00:25 +00:00
priority.rs fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00