@@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.7.0] - 2020-09-23
11
+
12
+ ### Added
13
+
14
+ - AIP36 (#3836 ) (36c1ca76, @air1one )
15
+ - AIP36 delegate entity (#3877 ) (9f2eb629, @air1one )
16
+
17
+ ### Fixed
18
+
19
+ - Add missing return type to this.queue (#3817 ) (511e5755, @deanpress )
20
+ - Fix entity register bootstrap method (#3850 ) (bd5b1ad0, @air1one )
21
+ - Remove duplicates entity resigned/isResigned (#3858 ) (90bf42de, @air1one )
22
+ - Entity name only unique by type (#4008 ) (3b12c703, @air1one )
23
+ - Ignore random type errors thrown by lowdb on build (#4017 ) (785680c0, @deanpress )
24
+ - Delegate check only needed on entity register (#4024 ) (64b63b54, @air1one )
25
+ - Rate limit and peer broadcast (#4054 ) (6988cdd4, @air1one )
26
+
27
+ ### Changed
28
+
29
+ - Add AIP36 milestone for devnet (#3845 ) (1da58ebb, @air1one )
30
+ - Remove obsolete magistrate endpoints (AIP36) (#3847 ) (219a9408, @air1one )
31
+ - Accept peers in the 2.7 range (#3848 ) (aab40895, @faustbrian )
32
+ - Remove bridgechain from AIP36 entities (#3937 ) (085ab675, @air1one )
33
+ - Add devnet exception (#3967 ) (78c49b4a, @air1one )
34
+ - Throw more specific multi-signature exceptions (#3976 ) (48e67e51, @faustbrian )
35
+ - More flexible entity types / sub-types + fees update (#3986 ) (06261f99, @air1one )
36
+ - Activate all entity types + re-allocate entity type enum (#4020 ) (649aeace, @air1one )
37
+ - Custom entity fees for register/update/resign (#4029 ) (ed835c29, @air1one )
38
+ - Add devnet exception (#4031 ) (5da4f4df, @air1one )
39
+ - AIP36 milestone for mainnet (#4053 ) (ec8cbb94, @air1one )
40
+
10
41
## [ 2.6.57] - 2020-09-17
11
42
12
43
### Fixed
@@ -1033,7 +1064,10 @@ Closed security vulnerabilities:
1033
1064
- Initial Release
1034
1065
1035
1066
[ unreleased ] : https://github.com/ARKEcosystem/core/compare/master...develop
1036
- [ 2.6.25 ] : https://github.com/ARKEcosystem/core/compare/2.6.49...2.6.25
1067
+ [ 2.7.0 ] : https://github.com/ARKEcosystem/core/compare/2.6.57...2.7.0
1068
+ [ 2.6.57 ] : https://github.com/ARKEcosystem/core/compare/2.6.54...2.6.57
1069
+ [ 2.6.54 ] : https://github.com/ARKEcosystem/core/compare/2.6.52...2.6.54
1070
+ [ 2.6.52 ] : https://github.com/ARKEcosystem/core/compare/2.6.49...2.6.52
1037
1071
[ 2.6.49 ] : https://github.com/ARKEcosystem/core/compare/2.6.42...2.6.49
1038
1072
[ 2.6.42 ] : https://github.com/ARKEcosystem/core/compare/2.6.39...2.6.42
1039
1073
[ 2.6.39 ] : https://github.com/ARKEcosystem/core/compare/2.6.38...2.6.39
@@ -1598,12 +1632,32 @@ Closed security vulnerabilities:
1598
1632
[ #3695 ] : https://github.com/ARKEcosystem/core/pull/3695
1599
1633
[ #3746 ] : https://github.com/ARKEcosystem/core/pull/3746
1600
1634
[ #3806 ] : https://github.com/ARKEcosystem/core/pull/3806
1635
+ [ #3817 ] : https://github.com/ARKEcosystem/core/pull/3817
1601
1636
[ #3818 ] : https://github.com/ARKEcosystem/core/pull/3818
1602
1637
[ #3823 ] : https://github.com/ARKEcosystem/core/pull/3823
1603
1638
[ #3830 ] : https://github.com/ARKEcosystem/core/pull/3830
1639
+ [ #3836 ] : https://github.com/ARKEcosystem/core/pull/3836
1640
+ [ #3845 ] : https://github.com/ARKEcosystem/core/pull/3845
1641
+ [ #3847 ] : https://github.com/ARKEcosystem/core/pull/3847
1642
+ [ #3848 ] : https://github.com/ARKEcosystem/core/pull/3848
1643
+ [ #3850 ] : https://github.com/ARKEcosystem/core/pull/3850
1644
+ [ #3858 ] : https://github.com/ARKEcosystem/core/pull/3858
1645
+ [ #3877 ] : https://github.com/ARKEcosystem/core/pull/3877
1604
1646
[ #3904 ] : https://github.com/ARKEcosystem/core/pull/3904
1605
1647
[ #3905 ] : https://github.com/ARKEcosystem/core/pull/3905
1648
+ [ #3937 ] : https://github.com/ARKEcosystem/core/pull/3937
1606
1649
[ #3950 ] : https://github.com/ARKEcosystem/core/pull/3950
1650
+ [ #3967 ] : https://github.com/ARKEcosystem/core/pull/3967
1651
+ [ #3976 ] : https://github.com/ARKEcosystem/core/pull/3976
1652
+ [ #3986 ] : https://github.com/ARKEcosystem/core/pull/3986
1653
+ [ #4008 ] : https://github.com/ARKEcosystem/core/pull/4008
1654
+ [ #4017 ] : https://github.com/ARKEcosystem/core/pull/4017
1655
+ [ #4020 ] : https://github.com/ARKEcosystem/core/pull/4020
1656
+ [ #4024 ] : https://github.com/ARKEcosystem/core/pull/4024
1657
+ [ #4029 ] : https://github.com/ARKEcosystem/core/pull/4029
1658
+ [ #4031 ] : https://github.com/ARKEcosystem/core/pull/4031
1659
+ [ #4053 ] : https://github.com/ARKEcosystem/core/pull/4053
1660
+ [ #4054 ] : https://github.com/ARKEcosystem/core/pull/4054
1607
1661
[ 032caa1b990e91937e4bc1561bc1aeaeca9e37d ] : https://github.com/ARKEcosystem/core/commit/032caa1b990e91937e4bc1561bc1aeaeca9e37d9
1608
1662
[ 1209a36366c8fd3ba31fab2463011b7ce1a7d84 ] : https://github.com/ARKEcosystem/core/commit/1209a36366c8fd3ba31fab2463011b7ce1a7d844
1609
1663
[ 34749bf84bcec3fecd0098c0d42f52deb1f6ba4 ] : https://github.com/ARKEcosystem/core/commit/34749bf84bcec3fecd0098c0d42f52deb1f6ba4a
0 commit comments