-
Notifications
You must be signed in to change notification settings - Fork 63
Feat/integrate comms #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feat/integrate comms #130
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
9ea4845
feat(client-actor): start implement serialize/deserialize for SHReque…
elenaf9 a3b1aff
feat(communication): handle ask-pattern in communication actor
elenaf9 bc2d51d
feat(client): implement Serialize/Deserialize for ProcResult
elenaf9 ebfd75c
feat(clent): handle CommunicationEvent in client actor
elenaf9 a32fe67
feat(client): add method for writing remote vaults to interface
elenaf9 00f8dd8
feat(communication): enable changing the client ref that comms actor …
elenaf9 67f05c8
feat(client): add methods to interface to read/write remote store
elenaf9 72c5bd4
fix(commandline): riker dependency from github
elenaf9 d988e32
feat(client): add interface-test for stronghold communication
elenaf9 e337a67
feat(communication): refactor actor
elenaf9 90b782c
feat(communication): map client-actors to listening addresses
elenaf9 64a8efb
feat(communication): handle outgoing request sequentially
elenaf9 505883f
fix(client): rust fmt
elenaf9 36fd33c
feat(communication): implement firewall, start reimplementing tests
elenaf9 080afee
feat(communication): reimplement actor tests
elenaf9 09837fd
feat(client): integrade comms to interface
elenaf9 c41cb4f
fix(communication): format tests
elenaf9 633850b
fix(communcation): clean code
elenaf9 9fb4a3e
feat(communcation): use minor versions for deps
elenaf9 d52ad07
feat(communication): reorganize tests, reexport libp2p types
elenaf9 e96b8ff
fix(clippy)
elenaf9 1d5d6b5
fix(clippy): handle rust v1.50
elenaf9 1e0f14b
feat(communication): test edge cases and panics
elenaf9 c14cdb3
feat(p2p): enable shutdown comms
elenaf9 3ae348f
fix(communication): try fix test for macos
elenaf9 683afbb
feat(communication): wrap messages in envelopes
elenaf9 c8e7b23
feat(p2p): implement relay server
elenaf9 5dda36e
feat(communication): add test for relay
elenaf9 42d9f3f
fix(communication): rm panics in tasks, keep connection alive in rela…
elenaf9 5ae2308
fix(communication): rm tests for reusing multiaddr
elenaf9 3846664
feat(communication): implement connection manager
elenaf9 2676dbb
feat(communication): refactor & test firewall and connections
elenaf9 a6b9185
feat(communication): more tests, minor fixes
elenaf9 eed3b75
fix(communication): clean cli-relay yml
elenaf9 b11fa4e
feat(client): implement executing remote procs
elenaf9 9451537
fix(communication): avoid unwraps
elenaf9 d1c8547
feat(utils): mv test_utils to utils, add mod ask
elenaf9 d1f1ee1
fix(utils): fix changelog config
elenaf9 23428a2
fix(communication): add utils dep for changelog
elenaf9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,12 @@ | ||
| --- | ||
| "stronghold-communication": minor | ||
| "iota-stronghold": minor | ||
| "random": patch | ||
| "snapshot": patch | ||
| "vault": patch | ||
| "stronghold-utils": minor | ||
| --- | ||
|
|
||
| Refactor the communication actor, enable using a relay peer, and integrate communication as feature into the stronghold interface. | ||
| Remove unecessary Option/ Result wraps in `random` and `iota-stronghold`. | ||
| Rename stronghold-test-utils to stronghold-utils and added riker ask pattern to it. |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.