Xuefei Han
Xuefei Han
Compare two following programs, the second does not compile. 1: let x = String::new(); let _ = x; println!("{}", x); 2: let x = String::new(); x; println!("{}", x); // error[E0382]:...
> @fishseabowl the only reservation I still have is the drop in codecoverage. But maybe we can't do anything about it now? I think I can add more error handling...
Currently IPFS doesn't support Erasure coding. it maybe a long term goal of IPFS. [https://github.com/ipfs/ipfs-cluster/issues/6](url)
Reliable Erasure coding maybe require that multiple trusted nodes cooperate with each other. Could you provide any use cases for building on the untrusted P2P network?
The distributed transparency log is currently under development. Thanks
Transparency log service can register related APIs with the blockchain service through the blockchain::add_payload_listener method in #893.
@sbtaylor15 It is similar to #643. Unit tests fail randomly.
Different test cases in latest commit fail (PR #939) ``` failures: ---- peer_metrics::metrics::tests::disk_load_test stdout ---- thread 'peer_metrics::metrics::tests::disk_load_test' panicked at 'assertion failed: qm2 > qm', src/peer_metrics/metrics.rs:196:9 failures: peer_metrics::metrics::tests::disk_load_test test result: FAILED....
The consensus algorithm will continue to improve, which is a long-term task.
From a security perspective, it would be better to rotate all key pairs.