-
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.
Merge branch 'mainnet' into bug/messaging-data-race-354
- Loading branch information
Showing
33 changed files
with
492 additions
and
328 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of the problem and bug effects. | ||
|
||
**Environment information:** | ||
|
||
- OS: e.g. Linux, Windows, Mac OS X | ||
- Platform: the equivalent of `uname -smr` or `uname -smrv` e.g. Darwin 17.4.0 x86_64 | ||
|
||
**Steps to Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Run '....' | ||
3. Write data to '....' | ||
4. See error | ||
|
||
**Actual behavior** | ||
Explain the failure modes and effects, everything indicating the existence of the bug. | ||
If applicable, add logs or screenshots of the bug. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
**Possible implementation** | ||
Hints to fix the bug. |
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,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'feature' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Feature description** | ||
|
||
Describe the feature | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
**Possible implementation** | ||
Preliminary ideas to get this done. | ||
If you have all details in mind then provide a checklist | ||
|
||
- [ ] Start with ... | ||
- [ ] When done do ... | ||
- [ ] Finally ... |
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,6 @@ | ||
Fixes # | ||
|
||
Changes: | ||
- | ||
|
||
How to test this PR: |
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,11 @@ | ||
# Skywire SOCKS5 proxy client app | ||
|
||
`therealproxy-client` app implements client for the SOCKS5 app. | ||
|
||
It opens persistent `skywire` connection to the configured remote node | ||
and local TCP port, all incoming TCP traffics is forwarded to the | ||
~skywire~ connection. | ||
|
||
Any conventional SOCKS5 client should be able to connect to the proxy client. | ||
|
||
Please check docs for `therealproxy` app for further instructions. |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Skywire SSH client app | ||
|
||
`therealssh-client` app implements client for the SSH app. | ||
|
||
It starts RCP interface for `therealssh-cli` and handles incoming requests to | ||
the remote node via `skywire` connection. | ||
|
||
Please check docs for `therealssh` app for further instructions. |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# CLI for SSH app | ||
|
||
`therealssh-cli` implements PTY related operations for SSH app. | ||
|
||
It connects to SSH client's RPC server, configures terminal for raw pty | ||
data and handles pty data exchange. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.