-
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 'bug/fix-vendor-lint' into bug/fix-cli
- Loading branch information
Showing
6 changed files
with
44 additions
and
15 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,25 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- Retry logic to messaging server for messaging client. | ||
|
||
### Fixed | ||
|
||
- Fixed channel collision for messaging clients. | ||
|
||
### Changed | ||
|
||
- Improve readability of Skywire CLI output. | ||
|
||
## 0.1.0 - 2019.03.04 | ||
|
||
### Added | ||
|
||
- First release of the mainnet Skywire node and apps for testing. |
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,12 +1,12 @@ | ||
# Next steps: | ||
|
||
Detailed documentation of the software will follow soon and will be updated as the development continues. The next development steps are: | ||
This document defines a high level roadmap for Skywire mainnet development. It does not commit the development team to deliver the features, since product requirements might change at any time. The items do not appear in a chronological order. | ||
|
||
- [ ] implement bandwidth settlement for monetization of network services | ||
- [ ] CHB / CoinJoin | ||
- [ ] new UI for the manager | ||
- [ ] Remote manager that allows management of unlimited nodes from anywhere | ||
- [ ] Run CXO on Skywire | ||
- [ ] Implement bandwidth settlement system for monetization of network services | ||
- [ ] Integrate Coin Hour Bank / CoinJoin with the settlement system | ||
- [ ] Integrate the new manager interface with the manager backend | ||
- [ ] Add support for remote management of unlimited nodes via messaging system | ||
- [ ] Integrate CXO with Skywire | ||
- [ ] Create service discovery for peer discovery | ||
- [ ] Documentation and guides on development on Skywire, application development, how to use it and the architecture itself | ||
- [ ] Document the software and provide tutorials and help for developing applications using Skywire and to contribute to the development | ||
- [ ] Integrate Skywire with package manager |
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