Nils-Erik Frantzell
Nils-Erik Frantzell
Hitting these failures intermittently for the Linux clang6 configuration in various PRs which don't touch code that is covered by the tests: ``` Test Case "saveNodes": /home/builder/project/test/unittests/libp2p/peer.cpp(188): error: in "libp2p/p2p/saveNodes":...
Aleth maintains a list of transaction hashes for each peer which represent the transactions that the peer knows about - these transactions were either received from the peer (via a...
We currently maintain a rating per peer (`Peer::m_rating`) which starts at 0 and is adjusted in response to activity with that peer. We make positive adjustments if the peer provides...
I hit the following error while starting a new mainnet sync on Linux: ``` INFO 06-26 20:07:46 eth client 1 blocks imported in 0 ms (4065.04 blocks/s) in #2922 INFO...
Boost ASIO includes a handler tracking feature which one can enable by defining `BOOST_ASIO_ENABLE_HANDLER_TRACKING` (see https://www.boost.org/doc/libs/1_47_0/doc/html/boost_asio/overview/core/handler_tracking.html). This functionality is very useful for debugging handler issues (e.g. handler-related use-after-frees) so it...