nim-eth/eth
Kim De Mey 0700ec770f
Improve network address discovery / NAT setup (#323)
* Add search for best route and refactor setupNat to setupAddress

* Update setupAddress and make enr ports in discovery optional

* Add specific error log when no route is found
* Use bindIP if it is public
* Adjust some log levels
2021-03-02 17:13:29 +01:00
..
common Change invalid distance warning to debug (#316) 2020-12-14 12:21:03 +01:00
db sqlite: manual checkpointing 2020-12-18 19:30:53 +02:00
keyfile fix keyfile using newest scrypt api 2020-08-03 09:28:46 +07:00
net Improve network address discovery / NAT setup (#323) 2021-03-02 17:13:29 +01:00
p2p Improve network address discovery / NAT setup (#323) 2021-03-02 17:13:29 +01: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 awaitWithTimeout for Future[void] 2021-02-04 16:45:50 +02:00
bloom.nim add 'BloomFilter.init' implementation 2020-09-30 12:04:23 +07: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 use bearssl rng throughout (#265) 2020-07-07 10:56:26 +02:00
p2p.nim turn networkId into distinct uint 2021-02-13 17:43:17 +07: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