nim-eth/tests
Jacek Sieka 02d661503f
refactor secp interface (#203)
* avoid mix of exceptions and return codes
* introduce result
* use deprecated compatibility API to avoid big-bang refactoring
* loosely based on nim-libp2p secp as well as the rust-secp256k1 wrapper
* oh, boy does our secp256k1 wrapper need updating - we're _far_
behind...
2020-04-02 14:40:29 +02:00
..
fuzzing Replace getCurrentException and getCurrentExceptionMsg 2019-12-02 23:35:34 +02:00
keyfile Moved eth_bloom to eth, some fixes 2019-02-05 16:22:21 +02:00
keys refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
p2p refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
rlp Address review comments from Enterlist PR 2020-03-01 11:46:38 +01:00
trie Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
config.nims Fix nim v1.0.2 compile issues 2019-10-29 14:44:26 +02:00
test_async_utils.nim Add a new asyncDiscard replacement that traces recoverable errors and aborts on defects 2019-03-28 14:47:25 +02:00
test_bloom.nim Moved eth_bloom to eth, some fixes 2019-02-05 16:22:21 +02:00
test_common.nim Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00