-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish
SENDFINDCONTENT
implementation (#440)
* Add content handling to network scaffolding * Add tests for storing and retrieving beacon content * Integration test scaffolding * Add UTP handling in sendFindContent * WIP * WIP * Finish test for finding content * Turn off logging * Fix method names * Add TODO * Naive changes * Fix npm scripts * fix leftover tape bits * Add history network to provider setup * put tests in util.spec suite * fix async * vitestify wire/types.spec.ts * vitestify history/util.spec * clear linting errors * put tests into suites in beacon.spec * resolve suite/test error in historyProtocol.spec * resolve vitest error in receiptManager.spec * vitestify socket.spec * put tests in suite in protocol.spec * put tests in suite - history/types.spec * Fix integration tests * Fix various imports * lint fixes * Fix parens * Fix import paths * Add more content handling * update package-lock * Add initial RPC stuff for Beacon network * extend gossip test timeout * Fix timeout again * Remove unnecessary timeout hack --------- Co-authored-by: ScottyPoi <[email protected]>
- Loading branch information
Showing
44 changed files
with
2,415 additions
and
1,310 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
/types/* | ||
/types/* | ||
vitest.config.unit.ts |
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
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.