mirror of
https://github.com/vacp2p/research.git
synced 2025-02-22 11:18:15 +00:00
* readme * create package * started experimenting * cleanup * adding a peer * more granular control * fix * fix * removed * experimenting * using debug * updated code to start N nodes * fix * fix * dean is too retarded for nim part 5 * confused * fi * added todo, playing around * updated * distance func * todo * fix * fix * made it work * changes * update * multiple runs * minor improvements * using for * minor * little error * woops * update * using sequence * changes * updated * unused * moved * fixed * changed sleep to var * changed node count * moved start * using contains * using sample functions * added a random version * back * experimenting with random pairs * starting bootstrap node only * made config flag * remove echo * minor change * added some comments * printing port instead, more informative * fixes * fix * overhaul * more * updated random * added count * fixes * started working on ENR lookup * using smarter distribution * using countit * fix
17 lines
261 B
Nim
17 lines
261 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "decanus"
|
|
description = "A new awesome nimble package"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["discv5"]
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.0.6",
|
|
"eth",
|
|
"confutils"
|