nim-dagger/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 Remove protobuf serialization (#289) 2022-10-27 07:41:34 -06:00
contracts Update to new reverts API, add tests 2022-10-25 15:10:35 +11:00
erasure [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
manifest Download files without padding (#218) 2022-08-24 15:15:59 +03:00
purchasing [purchasing] Rework purchasing as a state machine 2022-10-25 15:10:35 +11:00
rest setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
storageproofs Remove protobuf serialization (#289) 2022-10-27 07:41:34 -06:00
stores Remove protobuf serialization (#289) 2022-10-27 07:41:34 -06:00
streams Download files without padding (#218) 2022-08-24 15:15:59 +03:00
utils setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim Remove protobuf serialization (#289) 2022-10-27 07:41:34 -06:00
chunker.nim Download files without padding (#218) 2022-08-24 15:15:59 +03:00
clock.nim [purchasing] Update to latest dagger-contracts 2022-07-20 13:43:20 +02:00
codex.nim setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
conf.nim setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
contracts.nim Cleanup: remove StorageOffer everywhere 2022-07-20 13:43:20 +02:00
discovery.nim setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
erasure.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
errors.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
formats.nim Remove protobuf serialization (#289) 2022-10-27 07:41:34 -06:00
manifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
market.nim [chore] additional clean up of `array[32, byte]` types 2022-10-25 15:10:35 +11:00
namespaces.nim Persist Dht providers (#257) 2022-09-29 20:16:59 -06:00
node.nim Remove protobuf serialization (#289) 2022-10-27 07:41:34 -06:00
proving.nim [marketplace] Remove `isSlotCancelled` and `isCancelled` 2022-10-25 15:10:35 +11:00
purchasing.nim [purchasing] move Purchase and PurchaseId into separate modules 2022-10-25 15:10:35 +11:00
rng.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
sales.nim [marketplace] add/remove proofs for contract state 2022-10-25 15:10:35 +11:00
storageproofs.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
stores.nim Persist Dht providers (#257) 2022-09-29 20:16:59 -06:00
streams.nim adding AsyncStreamWrapper (#110) 2022-06-14 09:19:35 -06:00
utils.nim Download files without padding (#218) 2022-08-24 15:15:59 +03:00