From 27a6fc0ec88126845e94dc5e1ec394ad0c89c077 Mon Sep 17 00:00:00 2001 From: Pavel Varabei Date: Thu, 29 Nov 2018 15:33:14 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 964081899..16e1852f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,36 +5,38 @@ 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 -- Smart contract: loading contract to JVM -- Smart contract: simple contact validation -## Changed -- Core: chain synchronization improved (request for chain of blocks instead of last block only) -- Core: time synchronization improved (based on time-synchronized nodes) +## [1.4.0] - 2018-11-29 +### Added +- Smart contracts: loading of a contract to JVM +- Smart contracts: contract basic validation + +### Changed +- Core: at chain synchronization a chain of blocks is requested instead of last block +- Core: time synchronization is based on time-synchronized nodes ## [1.3.0] - 2018-11-16 -## Added +### Added - Network: broadcast new client info over the entire network - Network: filtering expired messages -## Changed +### Changed - Network: removed heartbeat handler response - RPC: Response pagination improved ## [1.2.0] - 2018-10-22 -## Added +### Added - Smart contract: adress generation utilites - Smart contract: test contract -## Changed +### Changed - Network: time synchronization protocol accuracy is increased - Communication Protocol: time synchronization messages are updated - Smart contract: base contract class structure ## [1.1.0] - 2018-10-11 -## Added +### Added - Smart contract: base initialization - Smart contract: base entities - Smart contract: base service interface @@ -42,13 +44,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Core: unconfirmed balance check by unconfirmed transactions - Wallet UI: sorting transactions by timestamp in a reverse order -## Changed +### Changed - Core: transaction validation improved when creating a block - Core: update configuration file information when values change - Database: unconfirmed balance removed from wallets table ## [1.0.0] - 2018-09-25 -## Added +### Added - Core: transaction validation - Core: transactions priority balancing - Core: block capacity @@ -56,12 +58,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - RPC: recalled vote flag - RPC: vote date to "get all votes" response -## Changed +### Changed - SQLite database changed to H2 - Core: unconfirmed balance calculation is improved ## [0.8.0] - 2018-09-07 -## Added +### Added - Consensus: delegate public key field to a delegation transaction - RPC: delegate public key parameter to a delegation transaction request - Network: node ID as a network identifier @@ -72,21 +74,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Wallet UI: Send vote transaction - Wallet UI: Transactions list -## Changed +### Changed - Network: addresses exploring mechanism - Network: nodes reconnection mechanism - Core: synchronization mechanism - Core: wallet balances calculation improved ## [0.7.0] - 2018-08-31 -## Added +### Added - Master nodes initiation as active delegates on chain start - Configuration file - Network: Greeting response message contains node's external host - RPC: Get delegates by wallet address - Consensus: Added amount field to delegate transaction -## Changed +### Changed - Node private key moved from a separate file to a configuration file - Network: Improved connection to active delegates - Core: Improved vote transaction validation when a wallet had already voted @@ -256,6 +258,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - RPC requests: getTimestamp [Unreleased]: https://github.com/OpenFuturePlatform/open-chain/compare/master...sprint +[1.4.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.0.0...v1.1.0