-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Each transport now uses two underlying uni-directional connections. This allows for clearer responsibilities when re-establishing a transport. * Moved much of the logic from `transport.Manager` to `managedTransport` to improve clarity. * Settlement Handshake: only the responder updates the status to transport discovery. * Removed the ability to register 'private' transport. * Better use of `context.Context` throughout the codebase. * Added timeouts to `setup` library to avoid SetupNode hanging. * Changed various golang examples to proper tests. * Cleaned up some logging. * Cleaned up some tests. * TODO: Some `router` tests are failing and have been commented out. These need to be fixed at a later stage.
- Loading branch information
Evan Lin
committed
Aug 10, 2019
1 parent
19b57ef
commit c5e1cd4
Showing
24 changed files
with
1,277 additions
and
1,367 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
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.