Skip to content

Commit

Permalink
changelog to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
george-bisiarin committed Feb 25, 2019
1 parent 095ff58 commit 60f2a57
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 2,297 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0] - 2019-02-25
### Changed
- Consensus: block production time is increased
- Core: states reflect only latest blockchain status
- RPC: transaction's receipts are displayed on Wallet UI
- RPC: contract estimation button is added to Wallet UI

## [1.9.0] - 2019-02-08
### Added
- Smart contracts: contract cost estimation
Expand Down Expand Up @@ -323,6 +330,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
[2.0.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.9.0...v2.0.0
[1.9.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/OpenFuturePlatform/open-chain/compare/v1.7.0...v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ADD build/libs/*.jar ./application.jar
COPY entrypoint.sh /

ENTRYPOINT ["/entrypoint.sh"]
CMD java -client -Xmx512M -jar -Dspring.profiles.active=docker /root/application.jar
CMD java -client -Xmx1024M -jar -Dspring.profiles.active=docker /root/application.jar
Loading

0 comments on commit 60f2a57

Please sign in to comment.