This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-codex-dht
mirror of
https://github.com/codex-storage/nim-codex-dht.git
Watch
1
Star
0
Fork
You've already forked nim-codex-dht
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4331f8062
nim-codex-dht
/
codexdht.nim
6 lines
65 B
Nim
Raw
Normal View
History
Unescape
Escape
feat: reorg project to add nimble build system 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.
2022-02-24 11:56:11 +00:00
import
renaming imports
2023-07-12 21:58:29 +00:00
.
/
codexdht
/
dht
,
.
/
codexdht
/
discv5
feat: reorg project to add nimble build system 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.
2022-02-24 11:56:11 +00:00
export
dht
,
discv5