nim-eth/eth
Jacek Sieka 205b57fe71
port kvstore from nim-beacon-chain (#230)
* port kvstore from nim-beacon-chain
* remove old database backends
* use kvstore in trie database
* add sqlite dep
* avoid template param double evaluation
* clean up heterogenous lookup todo
2020-04-27 15:16:11 +02:00
..
common removed redundant definitions which are also present in nim-json-serialization/json_serialization/std/net 2020-04-23 18:30:14 +03:00
db port kvstore from nim-beacon-chain (#230) 2020-04-27 15:16:11 +02:00
keyfile result -> results 2020-04-07 13:32:10 +03:00
net result -> results 2020-04-07 13:32:10 +03:00
p2p Add comment about used routing table and FindNode call [skip ci] 2020-04-21 21:27:32 +02:00
rlp Rlp experimental (#227) 2020-04-20 20:14:39 +02:00
trie port kvstore from nim-beacon-chain (#230) 2020-04-27 15:16:11 +02: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 secp: use upstream convenience API (#224) 2020-04-17 13:13:08 +02:00
p2p.nim Secp more refactor (#211) 2020-04-06 18:24:15 +02:00
rlp.nim Rlp experimental (#227) 2020-04-20 20:14:39 +02:00
trie.nim Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00