-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor session/service/kademlia * Move unit tests to test/unit * Use mocharc * Add simple mainnet bootnodes test * Fix slow code path * Add more informative log message * Fix e2e test * Run e2e tests in CI * Fix linter error * Fix unit tests * Fix connectedPeers leak * Add local e2e test to discover nodes * Fix TALKREQ/TALKRESP * Fix unit test * Add a few small optimizations * Fix linter errors * Add comments, remove dead code Co-authored-by: dapplion <35266934+dapplion@users.noreply.github.com>
- Loading branch information
1 parent
661eb03
commit f85ae2a
Showing
36 changed files
with
2,058 additions
and
1,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
colors: true | ||
exit: true | ||
require: | ||
- ts-node/register |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.