kdeme
f8d506dcb1
Use unittest and no longer possible crash on unhandled exception
2019-10-17 21:55:58 +09:00
kdeme
dc9f7351a1
Make json test actually fail when individual test fails
2019-10-17 21:55:58 +09:00
kdeme
72d6c46950
Add the rlpx fuzzing thunk test
2019-10-16 11:56:24 +02:00
kdeme
757ac1ab86
Remove standalone define and add specific afl/libFuzzer define
2019-10-11 15:25:11 +02:00
kdeme
4b154e56c7
Fix aflLoop for non afl-clang-fast
2019-10-09 21:23:22 +02:00
kdeme
f1604ca929
Add readme file
2019-10-08 16:57:31 +02:00
kdeme
19930cc94d
Add aflInit and aflLoop + add comments
2019-10-08 16:23:57 +02:00
kdeme
18225f93a5
Clean-up test_shh_connect
2019-10-03 16:38:14 +03:00
kdeme
eb4aee0260
Use less verbose / operator instead of DirSep
2019-10-02 14:45:29 +03:00
kdeme
2a0793ce60
Can use ospaths apparently
2019-10-02 14:45:29 +03:00
kdeme
94dee80aeb
Add whisper encode decode test and rename rlp test
2019-10-02 14:45:29 +03:00
kdeme
0874f41a53
Fix quotes
2019-10-02 14:45:29 +03:00
kdeme
2b8921690c
default init when init template is not used
2019-10-02 14:45:29 +03:00
kdeme
035b7eda24
Adress review feedback
2019-10-02 14:45:29 +03:00
kdeme
91862ce65b
split functionality and script
2019-10-02 14:45:29 +03:00
kdeme
1148f773d1
rename to fuzztest & change standalone define
2019-10-02 14:45:29 +03:00
kdeme
e101902aa5
Add basic fuzzing build tasks config.nims file
2019-10-02 14:45:29 +03:00
kdeme
a3a33170db
Modify basic script to allow launching afl or libFuzzer fuzzing
2019-10-02 14:45:29 +03:00
kdeme
d337435aa1
Add simple rlp fuzz test
2019-10-02 14:45:29 +03:00
kdeme
c0a067178b
No need for macro, templates are fine
2019-10-02 14:45:29 +03:00
kdeme
2a91a8d0cc
Add convenience init and test macro to create fuzzing tests
2019-10-02 14:45:29 +03:00
kdeme
70a892fff7
Allow for fuzzing with libFuzzer
2019-10-02 14:45:29 +03:00
kdeme
9fb79d0d88
Refactor bootnodes and whispernodes
2019-08-16 08:50:58 +02:00
Zahary Karadjov
1fe3de6c39
Changes required for the latest ETH2 spec
2019-08-07 06:13:45 +03:00
Jacek Sieka
022139db50
import fixes
2019-07-07 12:22:55 +02:00
Jacek Sieka
75c7c62651
std_shims -> stew
2019-07-07 11:56:01 +02:00
kdeme
13a32811aa
Fix leading zeroes bug + add tests from geth and parity
2019-06-27 12:03:55 +02:00
Zahary Karadjov
f761889518
Refactored the p2pProtocol macro to eliminate most code duplication in the backends
2019-06-24 05:12:22 +03:00
kdeme
47c7a9887e
Make connection setup in shh_connect test more deterministic
2019-06-21 15:58:40 +03:00
kdeme
d1eb1070fc
Make connection setup in protocol_handlers test more deterministic
2019-06-21 15:58:40 +03:00
kdeme
d535bb1ade
Add very basic fuzzing setup for discovery
2019-06-18 20:10:14 +03:00
kdeme
7cb5ac050b
Add discovery tests against regression of recently fixed bugs
2019-06-18 20:10:14 +03:00
kdeme
1cb1168aec
replace waitFor with await
2019-06-18 12:16:47 +03:00
kdeme
0966a4e9ca
Adjust deprecated use of sleepAsync
2019-06-11 15:31:00 +02:00
kdeme
9e29d2211f
Fix compilation issue for shh_basic_client
2019-06-11 14:44:57 +02:00
kdeme
ee27111e2b
actually, lets fix it in readAheadCheck
2019-06-07 16:11:33 +03:00
kdeme
d2d6d7fc16
Fix overflows and add + activate tests
2019-05-30 22:01:07 +03:00
kdeme
3cd8172e65
Add test for failing connection handler
2019-05-09 10:35:02 +02:00
kdeme
ac766bf7b3
Fix decoded dst bug + add tests
2019-04-08 14:28:50 +03:00
kdeme
c3add58128
Blind attempt to fix failures in test_shh_connect on macOS
2019-04-08 14:28:50 +03:00
kdeme
c599f7649d
Add powTarget and other changes for Whisper RPC implementation
2019-04-08 14:28:50 +03:00
kdeme
9e5cf2086c
Address review feedback
2019-04-08 13:51:32 +03:00
kdeme
bf62debe93
Add test with failing disconnect handlers
2019-04-08 13:51:32 +03:00
Zahary Karadjov
1cc52976df
Add a new asyncDiscard replacement that traces recoverable errors and aborts on defects
2019-03-28 14:47:25 +02:00
Ștefan Talpalaru
9146e8e2f0
assert() -> doAssert()
2019-03-13 23:15:26 +01:00
Zahary Karadjov
3efec171a6
Make the APIs compatible with libp2p
...
Lib2P2 handles RPC requests and responses with separate streams
while DEV2P2 is relying on tagged messages transmitted over a
single stream. To cover both models through the same application
code, we introduce a new `response` variable in the request handlers.
The user is supposed to issue a call to `response.send` in order to
reply to the request. Please note that the `response.send` signature
is strongly typed and depends on the current message.
2019-03-12 13:36:39 +02:00
andri lim
daafd991d5
address cheatfate comments
2019-02-18 13:14:43 +02:00
andri lim
96f29a971d
more robust dbtx dispose
2019-02-18 13:14:43 +02:00
Ștefan Talpalaru
cd8364045d
tests/trie/examples.nim -> tests/trie/test_examples.nim
2019-02-15 17:18:45 +02:00
Ștefan Talpalaru
2864d8ce21
clean up the test suite
...
by removing test wrappers that are no longer used and renaming a helper
file that had a name starting with the "test_" prefix
2019-02-15 17:18:45 +02:00
Ștefan Talpalaru
95b93eb5aa
convert zeroBytesRange and zeroNibblesRange into threadvars
...
fixes https://github.com/status-im/nim-eth/issues/6
2019-02-15 16:33:40 +02:00
Yuriy Glukhov
5f6155bd23
Fixed appveyor test compilation ( #4 )
2019-02-07 17:11:38 +01:00
Mamy Ratsimbazafy
07cf801b97
Rebrand asyncdispatch2 to chronos ( #2 )
...
* Rebrand asyncdispatch2 to chronos
* fix nimble path to chronos
2019-02-06 17:01:04 +01:00
Yuriy Glukhov
46656bf8c2
Disable crashing test
2019-02-05 18:37:09 +02:00
Yuriy Glukhov
e75a00f86e
Moved eth-p2p to eth
2019-02-05 17:40:29 +02:00
Yuriy Glukhov
afeb2c0b93
Moved eth_bloom to eth, some fixes
2019-02-05 16:22:21 +02:00
Yuriy Glukhov
32998f0dc1
Moved rlp and trie to eth
2019-02-05 14:01:10 +02:00
Yuriy Glukhov
260cf706e9
Fixed test configs
2019-02-05 13:06:22 +02:00
Yuriy Glukhov
0d18ffac31
Moved eth-keyfile to eth
2019-02-05 12:45:09 +02:00
Yuriy Glukhov
621293c8d2
Added config.nims to keys tests
2019-02-05 12:33:41 +02:00
Yuriy Glukhov
4c89f9e270
Moved eth-keys to eth
2019-02-05 12:32:22 +02:00
Yuriy Glukhov
1d6434883e
Moved eth-common to eth
2019-02-05 12:10:36 +02:00