-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PoWeb): Implement parcel delivery (#178)
* Implement disallowed methods * CRC: Don't require parcel sender to be on path from public GW * Add missing comment * PoHTTP: Reuse certification path from validation * fix broken test * Factor out code to store parcel bound for private gateways * Fix bug and broken test * Fix broken unit test * Fix broken test * Fix test:functional:build scirpt * Add logging to debug broken test in CI * Do logging after each test * Add logging for cogrpc * Factor out code to store parcel bound for an internet * Allow more time when running functional tests on GH * Upgrade Relaynet * Route parcels coming from peer gateway * Complete parcel delivery * Work around Jest's constrains for mock fixture names Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a45c9fb
commit 08f510b
Showing
31 changed files
with
1,356 additions
and
590 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.