From 9b4bed5d4266d72eedfa78d614a5867f4c88962a Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Thu, 7 Feb 2019 11:35:52 +0200 Subject: [PATCH 1/2] docs: 2.1.0 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3850f669b0..b71a1b6814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) @@ -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 @@ -261,6 +264,7 @@ 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 From 47ba0fd3edaff69c1c1469d5a7a827cfbacf1f09 Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Mon, 11 Feb 2019 15:45:35 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b71a1b6814..e0f975c7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,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 @@ -268,3 +269,4 @@ Closed security vulnerabilities: [#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