@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.6.49] - 2020-07-22
11
+
12
+ ### Fixed
13
+
14
+ - Use bundled file for ` browser ` field (#3904 ) (20d66cf3, @luciorubeens )
15
+ - Reduce download block size when getting no block (#3905 ) (e2232875, @air1one )
16
+ - Ping ports using head (#3905 ) (db226bd3, @air1one )
17
+ - Stricter rate limit for getBlocks (#3905 ) (df7a3aa1, @air1one )
18
+ - Allow to discard possibly invalid txs from pool (#3905 ) (0450ee84, @air1one )
19
+ - Check sig length vs R and S length (#3905 ) (1b0863c3, @air1one )
20
+ - Check that R and S is positive (#3905 ) (0783ec08, @air1one )
21
+
10
22
## [ 2.6.42] - 2020-06-29
11
23
12
24
### Added
@@ -995,6 +1007,8 @@ Closed security vulnerabilities:
995
1007
- Initial Release
996
1008
997
1009
[ unreleased ] : https://github.com/ARKEcosystem/core/compare/master...develop
1010
+ [ 2.6.49 ] : https://github.com/ARKEcosystem/core/compare/2.6.42...2.6.49
1011
+ [ 2.6.42 ] : https://github.com/ARKEcosystem/core/compare/2.6.39...2.6.42
998
1012
[ 2.6.39 ] : https://github.com/ARKEcosystem/core/compare/2.6.38...2.6.39
999
1013
[ 2.6.38 ] : https://github.com/ARKEcosystem/core/compare/2.6.37...2.6.38
1000
1014
[ 2.6.37 ] : https://github.com/ARKEcosystem/core/compare/2.6.36...2.6.37
@@ -1560,6 +1574,8 @@ Closed security vulnerabilities:
1560
1574
[ #3818 ] : https://github.com/ARKEcosystem/core/pull/3818
1561
1575
[ #3823 ] : https://github.com/ARKEcosystem/core/pull/3823
1562
1576
[ #3830 ] : https://github.com/ARKEcosystem/core/pull/3830
1577
+ [ #3904 ] : https://github.com/ARKEcosystem/core/pull/3904
1578
+ [ #3905 ] : https://github.com/ARKEcosystem/core/pull/3905
1563
1579
[ 032caa1b990e91937e4bc1561bc1aeaeca9e37d ] : https://github.com/ARKEcosystem/core/commit/032caa1b990e91937e4bc1561bc1aeaeca9e37d9
1564
1580
[ 1209a36366c8fd3ba31fab2463011b7ce1a7d84 ] : https://github.com/ARKEcosystem/core/commit/1209a36366c8fd3ba31fab2463011b7ce1a7d844
1565
1581
[ 34749bf84bcec3fecd0098c0d42f52deb1f6ba4 ] : https://github.com/ARKEcosystem/core/commit/34749bf84bcec3fecd0098c0d42f52deb1f6ba4a
0 commit comments