Skip to content

Commit 54f7393

Browse files
Merge branch 'patch-3' into 'master'
Update CHANGELOG.md See merge request open-platform/chain!263
2 parents 442c469 + 27a6fc0 commit 54f7393

1 file changed

Lines changed: 21 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,63 +5,65 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
## Added
9-
- Smart contract: loading contract to JVM
10-
- Smart contract: simple contact validation
118

12-
## Changed
13-
- Core: chain synchronization improved (request for chain of blocks instead of last block only)
14-
- Core: time synchronization improved (based on time-synchronized nodes)
9+
## [1.4.0] - 2018-11-29
10+
### Added
11+
- Smart contracts: loading of a contract to JVM
12+
- Smart contracts: contract basic validation
13+
14+
### Changed
15+
- Core: at chain synchronization a chain of blocks is requested instead of last block
16+
- Core: time synchronization is based on time-synchronized nodes
1517

1618

1719
## [1.3.0] - 2018-11-16
18-
## Added
20+
### Added
1921
- Network: broadcast new client info over the entire network
2022
- Network: filtering expired messages
2123

22-
## Changed
24+
### Changed
2325
- Network: removed heartbeat handler response
2426
- RPC: Response pagination improved
2527

2628
## [1.2.0] - 2018-10-22
27-
## Added
29+
### Added
2830
- Smart contract: adress generation utilites
2931
- Smart contract: test contract
3032

31-
## Changed
33+
### Changed
3234
- Network: time synchronization protocol accuracy is increased
3335
- Communication Protocol: time synchronization messages are updated
3436
- Smart contract: base contract class structure
3537

3638
## [1.1.0] - 2018-10-11
37-
## Added
39+
### Added
3840
- Smart contract: base initialization
3941
- Smart contract: base entities
4042
- Smart contract: base service interface
4143
- Smart contract: samples
4244
- Core: unconfirmed balance check by unconfirmed transactions
4345
- Wallet UI: sorting transactions by timestamp in a reverse order
4446

45-
## Changed
47+
### Changed
4648
- Core: transaction validation improved when creating a block
4749
- Core: update configuration file information when values change
4850
- Database: unconfirmed balance removed from wallets table
4951

5052
## [1.0.0] - 2018-09-25
51-
## Added
53+
### Added
5254
- Core: transaction validation
5355
- Core: transactions priority balancing
5456
- Core: block capacity
5557
- Database: tables indexes
5658
- RPC: recalled vote flag
5759
- RPC: vote date to "get all votes" response
5860

59-
## Changed
61+
### Changed
6062
- SQLite database changed to H2
6163
- Core: unconfirmed balance calculation is improved
6264

6365
## [0.8.0] - 2018-09-07
64-
## Added
66+
### Added
6567
- Consensus: delegate public key field to a delegation transaction
6668
- RPC: delegate public key parameter to a delegation transaction request
6769
- 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.
7274
- Wallet UI: Send vote transaction
7375
- Wallet UI: Transactions list
7476

75-
## Changed
77+
### Changed
7678
- Network: addresses exploring mechanism
7779
- Network: nodes reconnection mechanism
7880
- Core: synchronization mechanism
7981
- Core: wallet balances calculation improved
8082

8183
## [0.7.0] - 2018-08-31
82-
## Added
84+
### Added
8385
- Master nodes initiation as active delegates on chain start
8486
- Configuration file
8587
- Network: Greeting response message contains node's external host
8688
- RPC: Get delegates by wallet address
8789
- Consensus: Added amount field to delegate transaction
8890

89-
## Changed
91+
### Changed
9092
- Node private key moved from a separate file to a configuration file
9193
- Network: Improved connection to active delegates
9294
- 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.
256258
- RPC requests: getTimestamp
257259

258260
[Unreleased]: https://github.com/OpenFuturePlatform/open-chain/compare/master...sprint
261+
[1.4.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.3.0...v1.4.0
259262
[1.3.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.2.0...v1.3.0
260263
[1.2.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.1.0...v1.2.0
261264
[1.1.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)