Chia-Network / chia_rs

Rust crate & wheel with consensus code
Apache License 2.0
19 stars 24 forks source link

CHIA-878: New peer implementation #611

Open Rigidity opened 1 month ago

Rigidity commented 1 month ago

A new Peer implementation that:

You can run the following examples to test this out:

coveralls-official[bot] commented 1 month ago

Pull Request Test Coverage Report for Build 10258000398

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/chia-client/src/tls.rs 0 9 0.0%
crates/chia-client/src/network.rs 0 25 0.0%
crates/chia-client/examples/peer_connection.rs 0 33 0.0%
crates/chia-client/src/request_map.rs 0 36 0.0%
crates/chia-client/src/peer.rs 0 175 0.0%
<!-- Total: 0 278 0.0% -->
Files with Coverage Reduction New Missed Lines %
crates/chia-client/src/peer.rs 20 0.0%
<!-- Total: 20 -->
Totals Coverage Status
Change from base Build 10249879023: -0.3%
Covered Lines: 11373
Relevant Lines: 14127

💛 - Coveralls
Rigidity commented 1 month ago

This is still a work in progress. I'm trying to get rid of potential race conditions and deadlocks.