nim-codex/tests/codex
Dmitriy Ryajov 0ecbfcec9f
setup and persist private key (#292)
* setup and persist private key

* return dht record spr

* helper to remap multiaddr ip and port

* set/update discovery and announce addrs

* add nat and discovery IPs

* allow for announce and DHT addresses separatelly

* update tests

* check for nat or discoveryIp

* fix integration tests

* misc align

* don't share data dirs and and set bootstrap node

* add log scope

* remap announceAddrs after node start

* simplify discovery initialization

* make nat and disc-ip required

* add log scope don't init dht spr in constructor

* bump dht

* dissallow `0.0.0.0` for `--nat`
2022-11-01 18:58:41 -06:00
..
blockexchange Replace protobuf serialization for Block exchange with minprotobuf (#271) 2022-10-13 18:58:57 -05:00
helpers setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
storageproofs setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
stores Persist Dht providers (#257) 2022-09-29 20:16:59 -06:00
utils [utils] Add state machine implementation 2022-10-25 15:10:35 +11:00
examples.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
helpers.nim [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
testasyncheapqueue.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testblockexchange.nim Por serialize (#106) 2022-05-23 23:24:15 -06:00
testchunking.nim Download files without padding (#218) 2022-08-24 15:15:59 +03:00
testerasure.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
testmanifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testnode.nim setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
testproving.nim [marketplace] Remove `isSlotCancelled` and `isCancelled` 2022-10-25 15:10:35 +11:00
testpurchasing.nim [marketplace] address more PR comments 2022-10-25 15:10:35 +11:00
testsales.nim [chore] additional clean up of `array[32, byte]` types 2022-10-25 15:10:35 +11:00
teststorageproofs.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
teststores.nim Persist Dht providers (#257) 2022-09-29 20:16:59 -06:00
teststorestream.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
testutils.nim [utils] Add state machine implementation 2022-10-25 15:10:35 +11:00