66 Commits (3147bb186bd5acfc81fd9777d65373b95ffc5082)

Author SHA1 Message Date
Dimitry fde97e186c Error logs 10 years ago
chriseth b78ee4c18c Reduce usage of "new". 10 years ago
Vlad Gluhovsky 3a0f5a7fc8 bugfix 10 years ago
Vlad Gluhovsky 5dc39af3ac nonetwork check added 10 years ago
Vlad Gluhovsky 0ab8d26aee peer test updated 10 years ago
CJentzsch 0ac34822d7 update test to new Block/State refactoring - credit to winsvega and chriseth 10 years ago
subtly 0bc6ab8428 disable failing deadlinetimer test 10 years ago
Gav Wood b652202120 Avoid doing the deadline timer test. 10 years ago
Vlad Gluhovsky bb5db29953 tests updated 10 years ago
Gav Wood 7704698d29 Make Nonce use Secret. 10 years ago
Gav Wood 09e5dbfa06 Use boost's guaranteed non-deterministic random number generator. If it 10 years ago
Vlad Gluhovsky e19825f8d3 test ports changed 10 years ago
Vlad Gluhovsky 203d500053 log output updated 10 years ago
Vlad Gluhovsky 8493348667 bugfix: reap() refcatored 10 years ago
Vlad Gluhovsky 5e0fd432ca Message save/load functionality upgraded 10 years ago
Vlad Gluhovsky fe28b5aa38 tests update 10 years ago
Vlad Gluhovsky 8074ed9350 updated test p2p/host 10 years ago
Vlad Gluhovsky 1887c60040 test fixed 10 years ago
subtly 20ca0ff247 Remove packet copy constructor. Simplify bool use. 10 years ago
subtly 614b61b67a Fix deadlineop/ops mutexes. Rerun discovery regardless of whether timer is cancelled, due to asio prematurely cancelling timer. 10 years ago
subtly f0c925086d Fixes for #2337, #2349, #2288, #2333, #1398. 10 years ago
subtly 99a97e05f0 Cleanup. More fixes. More tests. 10 years ago
subtly bd2d99f169 Fixup and document frame writer. Add test for coalesced packets. 10 years ago
subtly 78367f8352 windows compile fix 10 years ago
subtly 639b4fb13c Cleanup. Interface for enqueuing packets. Fix: Include packet type in total size. 10 years ago
subtly bcca52c443 mux/demux working test 10 years ago
subtly 2081ac1412 fix failing peer test. 10 years ago
subtly 40ebe26555 Sign, recovery, and verify. 10 years ago
subtly c145d79c4f Update/fix test for builds. 10 years ago
subtly 59d88742c2 Prep for supporting both cryptopp and secp256k1. Link (old) secp256k1 library to devcrypto. Rename cryptopp Secp256k1 to Secp256k1PP. Update toPublic to use secp256k1 library and add test. 10 years ago
arkpar 3ed8d76715 improved logging 10 years ago
subtly 5360ca1548 Initial reader test. Something broken with encframes vector of bytes. 10 years ago
subtly f5ead2e93a Windows compile complaint. 10 years ago
subtly e82f8db2de Prep for #2179. Abstract parsing of frame header from Session into struct. Catch unhandled exceptions thrown by ASIO. 10 years ago
subtly 5d725d8a6f rename drain to mux 10 years ago
subtly fe0f71536f rlpx frame reader fixes. rename writer::drain to mux. 10 years ago
CJentzsch 032ebde3ec avoid network tests when --nonetwork is set 10 years ago
CJentzsch 00d8627d35 make network tests optional 10 years ago
subtly 2999d3e3e5 Add test for frame writer. Cleanup abstraction in preparation for reader. Initial reader code. 10 years ago
Paweł Bylica 4205cf79f9 Remove pessimising moves. 10 years ago
gluk256 e6a0dab554 Update peer.cpp 10 years ago
Vlad Gluhovsky 777b298613 warnings fixed 10 years ago
Vlad Gluhovsky 2ef63e583d fixed peer test 10 years ago
subtly 3a5e67eaab Fix network tests: delete host pointers after use. 10 years ago
arkpar 597f56843b GetBlockHashesByNumber packet 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
subtly fc34ceb83f Guard m_node.endpoint access and updates. 10 years ago
Vlad Gluhovsky c47fe49f80 Fixed warning: unused parameter 10 years ago
Vlad Gluhovsky 23d4ac1adb Coding Standards fix 10 years ago
Vlad Gluhovsky faee123b4a Coding Standards fix 10 years ago