-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'clean-up' into 'master'
Clean up See merge request open-platform/chain!31
- Loading branch information
Showing
3 changed files
with
38 additions
and
1 deletion.
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,35 @@ | ||
# 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] | ||
|
||
## [0.1.0] - 2018-06-18 | ||
### Added | ||
- Setup Netty server for socket connection | ||
- Setup Netty clients for socket connection | ||
- Setup Netty server for HTTP | ||
- Binary serialization communication protocol | ||
- Binary deserialization communication protocol | ||
- Time synchronization | ||
- End-point chain stability check | ||
- Heartbeat implementation | ||
- Application database structure | ||
- Database: setup database connection | ||
- Database: add Base entity | ||
- Database: add Block entity | ||
- Database: add Transaction entity | ||
- Database: setup repository for Block entity | ||
- Database: setup repository for Transaction entity | ||
- Service: define base service interface for Block entity | ||
- Service: define base service interface for Transaction entity | ||
- Service: add base implementation Block entity service | ||
- Service: add base implementation Transaction entity service | ||
- RPC requests: getVersion | ||
- RPC requests: getHardwareInfo | ||
- RPC requests: getTimestamp | ||
|
||
[Unreleased]: https://github.com/OpenFuturePlatform/open-chain/compare/master...sprint | ||
[0.1.0]: https://github.com/OpenFuturePlatform/open-chain/compare/fea19b11de90c89689eff8d2187fd332ee566d19...v0.1.0 |
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,5 +1,7 @@ | ||
# OPEN Chain [![Twitter Follow](https://img.shields.io/twitter/follow/openplatformico.svg?style=social&label=Follow)](https://twitter.com/openplatformico) | ||
|
||
[![Release Version](https://img.shields.io/github/release/OpenFuturePlatform/open-chain.svg?style=flat-square)](https://github.com/OpenFuturePlatform/open-chain/releases) | ||
[![Release Date](https://img.shields.io/github/release-date/OpenFuturePlatform/open-chain.svg?style=flat-square&colorB=007EC6)](https://github.com/OpenFuturePlatform/open-chain/releases) | ||
[![Last Commit](https://img.shields.io/github/last-commit/OpenFuturePlatform/open-chain.svg?style=flat-square&colorB=007EC6)](https://github.com/OpenFuturePlatform/open-chain/commits) | ||
[![Contributors](https://img.shields.io/github/contributors/OpenFuturePlatform/open-chain.svg?style=flat-square&colorB=007EC6)](https://github.com/OpenFuturePlatform/open-chain/contributors) | ||
[![License](https://img.shields.io/github/license/OpenFuturePlatform/open-chain.svg?style=flat-square)](https://github.com/OpenFuturePlatform/open-chain) |
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