nim-codex/tests
Tanguy 4d681102e5
Add DHT (#75)
* First implem

* Add persistent net key option

* Working DHT setup

* Bootstrap nodes

* Implement DaggerNode.findPeer

* Remove unrelevant comment

* Added discovery to blockexchange requestBlock

* add FSStore.blockList

* Block advertisement

* Tests compiles

* Green tests

* toDiscoveryId instead of toNodeId

* remove stopAdvertisingBlock

* Removed nim-eth dependency

* Move discovery stuff to discovery.nim

* Add missing file, start of discovery tests

* Better discovery logic

* Add tests

* Address comment

* Better E2E test
2022-04-13 10:32:35 -06:00
..
contracts Update to latest dagger-contracts (#78) 2022-04-11 12:03:55 -06:00
dagger Add DHT (#75) 2022-04-13 10:32:35 -06:00
fixtures Node setup (#32) 2022-01-10 09:32:56 -06:00
config.nims Add DHT (#75) 2022-04-13 10:32:35 -06:00
examples.nim [tests] Extract common examples into separate module 2022-04-04 10:03:46 +02:00
nim.cfg Nimble lock file 2022-04-12 16:59:00 +03:00
testContracts.nim Proving (#66) 2022-04-08 15:58:16 -06:00
testContracts.nim.cfg Nimble lock file 2022-04-12 16:59:00 +03:00
testDagger.nim Proving (#66) 2022-04-08 15:58:16 -06:00
testDagger.nim.cfg Nimble lock file 2022-04-12 16:59:00 +03:00