mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-28 20:56:41 +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.
4 lines
57 B
Nim
4 lines
57 B
Nim
import
|
|
../private/eth/p2p/discoveryv5/node
|
|
|
|
export node |