Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.1.0] - 2019-02-11

### Added

- Added a `milestoneHash` identifier to use for peer banning ([#1837])
Expand Down Expand Up @@ -55,6 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Replaced commander.js with @oclif in `core-tester-cli` ([#2051])
- Moved docker files from `docker/*` to `docker/development/*` ([#2053])
- Moved the genesis blocks from the `core` configuration to the network configuration in `crypto` ([#2052])
- Separate business-logic from data-layer logic ([#2055])

### Fixed

Expand All @@ -78,6 +81,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Check if the blockchain state storage is available before performing fork checks ([#2047])
- Gracefully handle a corrupted cached `peers.json` file ([#2061])
- Always sort transactions by sequence and the requested field to make API sorting deterministic ([#2058])
- Disallow multiple registrations for same delegate ([#2080])

### Removed

Expand Down Expand Up @@ -261,6 +265,8 @@ Closed security vulnerabilities:
[#2051]: https://github.com/ArkEcosystem/core/pull/2051
[#2052]: https://github.com/ArkEcosystem/core/pull/2052
[#2053]: https://github.com/ArkEcosystem/core/pull/2053
[#2055]: https://github.com/ArkEcosystem/core/pull/2055
[#2057]: https://github.com/ArkEcosystem/core/pull/2057
[#2058]: https://github.com/ArkEcosystem/core/pull/2058
[#2061]: https://github.com/ArkEcosystem/core/pull/2061
[#2080]: https://github.com/ArkEcosystem/core/pull/2080