mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-26 11:50:19 +00:00
acd03ff831
Project has been updated to use nimble as a build system. All required dependencies have been added. All nim-eth mirrored files were added to a private folder in the libp2pdht module. A libp2pdht/discv5 module was added to alias the nim-eth modules (which will change over time). Test have been updated to use status-im/asynctest. This PR uses a branch of asynctest that supports async suite before/after. This seemed like the only the tests would work without throwing gcsafe errors. All tests working.
6 lines
67 B
Nim
6 lines
67 B
Nim
import
|
|
./libp2pdht/dht,
|
|
./libp2pdht/discv5
|
|
|
|
export dht, discv5
|