Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding trace logs to every function call. adding trace logs for the stream's readiness to read data * adding trace logs for ready status * show peer_addr and local_addr * adding std::net::TcpStream * convert std::net::TcpStream to tokio * completely change tokio to std::net * code cleanup, ready for review * remove unnecessary features of tokio * from async to just normal funcs * testing fixes for test not stopping * set timeout for tests to 180 * fixes warnings * Replace tokio's TcpStream with async-std (#481) * async-std * works, but still in progress * working test withouth extra signals * remove comments and re-add connector drop trait * cleanup * fix the failing test about current slot * fix the failing test about current slot, by connecting to specifically different nodes * update config files * use a different account for testing * fix rustfmt --------- Co-authored-by: Gianfranco <[email protected]> --------- Co-authored-by: Gianfranco Tasteri <[email protected]> Co-authored-by: Gianfranco <[email protected]>
- Loading branch information