nim-eth/eth
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
..
common fix endian conversion issues 2020-03-05 12:13:48 +01:00
keyfile fix endian conversion issues 2020-03-05 12:13:48 +01:00
keys refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
net result -> stew/result (#159) 2020-01-24 09:24:29 +01:00
p2p refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
rlp Review all exceptions and classify them as Defects and Errors 2020-02-06 16:32:00 +01:00
trie port TODOs from nim-beacon-chain lmdb implementation (#197) 2020-03-14 11:34:33 +01:00
async_utils.nim Add some simple accessors needed in NBC for the JSON-RPC service 2020-03-17 18:58:11 +02:00
bloom.nim tighten a few imports 2019-12-09 14:37:21 +02:00
common.nim Moved eth-common to eth 2019-02-05 12:10:36 +02:00
keyfile.nim Moved eth-keyfile to eth 2019-02-05 12:45:09 +02:00
keys.nim refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
p2p.nim Quick implementation for multiple mail requests by using cursor 2019-12-12 17:35:30 +02:00
rlp.nim `enterList` now returns a bool 2020-02-27 20:09:05 +02:00
trie.nim Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00