Skip to content

Commit

Permalink
docs: 2.6.0 changelog (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Feb 4, 2020
1 parent 1e4c2d1 commit 782e073
Showing 1 changed file with 77 additions and 7 deletions.
84 changes: 77 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.6.0] - DDDD-MM-YY
## [2.6.0] - 2020-02-11

### Added

Expand All @@ -34,6 +34,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Register wallet attributes before accessing them ([#2867])
- Allow CLI command configurations ([#2972])
- Allow passing height to `configManager.isNewMilestone` ([#3001])
- Expose transaction height, blockId and generatorPublicKey during bootstrap ([#3096])
- Add `/transactions/schemas` endpoint ([#3083])
- Implement businesses/bridgechains endpoint ([#3119])
- Implement throttling on outgoing p2p communication ([#3170])
- Implement Address.fromWIF method ([#3228])

### Fixed

Expand Down Expand Up @@ -81,6 +86,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Run ajv validator again when encountering exceptions ([#3008])
- Use `anyOf` for transactions schema ([#2894])
- Use 2 bytes to store number of payments ([#2928])
- Use strict comparison to decide if a transaction should be enabled ([#3087])
- Include typeGroup in `/transactions/fees` and `/node/fees` endpoints ([#3193])
- Add missing offset handling to /api/peers ([#3075])
- Use numerics for typeGroups in /transactions/types ([#3112])
- Add transactions back to pool only after reverting all blocks ([#3138])
- Pass IBlockData to processBlocks instead of IBlock ([#3426])
- Don't assume blocksInCurrentRound is defined ([#3341])
- Set last height before initializing last block to use correct milestones ([#3109])
- Don't swallow BIP38 errors ([#3271])
- Use the request origin to avoid 404s ([#3071])
- Raise `getCommonBlocks` rate limit ([#3069])
- Return error when app is not ready ([#3171])
- Uncaught IPC timeout ([#3140])
- Support nonces and chunk transactions before broadcast ([#3081])
- Create new wallet if not found ([#3086])
- Wallet-manager fallback to database wallet manager findByIndex() when no "local" match ([#3256])
- Throw if transaction key is already taken ([#3095])
- Update sender's wallet after validation ([#3291])
- Prevent snapshot commands from running if core is running ([#3196])
- Remove password flag constraint for core:forger command ([#3270])
- Properly implement block size limit ([#3154])
- Strengthen schema validation checks ([#3062])

### Changed

Expand Down Expand Up @@ -121,6 +148,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Move base58 functions to utils ([#2675])
- ECDSA Signature deserialization for v2 transactions ([#2877])
- Remove unnecessary check from validateTransactions() ([#2951])
- Fallback to core typegroup if querying by type ([#3147])
- Integrate hapi-pagination to replace fork ([#3034])
- Sort peers by height, latency ([#3078])
- Add `stateBuilder.finished` to ApplicationEvents ([#3084])
- Make deserializers static ([#3234])
- Fix genesis and exception transactions cache ([#3296])
- Overwrite arrays when merging milestones ([#3108])

### Performance

Expand Down Expand Up @@ -790,7 +824,9 @@ Closed security vulnerabilities:

[unreleased]: https://github.com/ARKEcosystem/core/compare/master...develop
[2.6.0]: https://github.com/ARKEcosystem/core/compare/2.5.26...2.6.0
[2.5.24]: https://github.com/ARKEcosystem/core/compare/2.5.19..2.5.24
[2.5.38]: https://github.com/ARKEcosystem/core/compare/2.5.37...2.5.38
[2.5.37]: https://github.com/ARKEcosystem/core/compare/2.5.36...2.5.37
[2.5.36]: https://github.com/ARKEcosystem/core/compare/2.5.31...2.5.36
[2.5.31]: https://github.com/ARKEcosystem/core/compare/2.5.30...2.5.31
[2.5.30]: https://github.com/ARKEcosystem/core/compare/2.5.28...2.5.30
[2.5.28]: https://github.com/ARKEcosystem/core/compare/2.5.26...2.5.28
Expand Down Expand Up @@ -1243,6 +1279,7 @@ Closed security vulnerabilities:
[#3025]: https://github.com/ARKEcosystem/core/pull/3025
[#3027]: https://github.com/ARKEcosystem/core/pull/3027
[#3030]: https://github.com/ARKEcosystem/core/pull/3030
[#3034]: https://github.com/ARKEcosystem/core/pull/3034
[#3036]: https://github.com/ARKEcosystem/core/pull/3036
[#3037]: https://github.com/ARKEcosystem/core/pull/3037
[#3040]: https://github.com/ARKEcosystem/core/pull/3040
Expand All @@ -1255,12 +1292,45 @@ Closed security vulnerabilities:
[#3050]: https://github.com/ARKEcosystem/core/pull/3050
[#3055]: https://github.com/ARKEcosystem/core/pull/3055
[#3056]: https://github.com/ARKEcosystem/core/pull/3056
[b537d6f327e939ff40b680ea7d558e8fdb3ac92]: https://github.com/ARKEcosystem/core/commit/b537d6f327e939ff40b680ea7d558e8fdb3ac921
[34749bf84bcec3fecd0098c0d42f52deb1f6ba4]: https://github.com/ARKEcosystem/core/commit/34749bf84bcec3fecd0098c0d42f52deb1f6ba4a
[1209a36366c8fd3ba31fab2463011b7ce1a7d84]: https://github.com/ARKEcosystem/core/commit/1209a36366c8fd3ba31fab2463011b7ce1a7d844
[032caa1b990e91937e4bc1561bc1aeaeca9e37d]: https://github.com/ARKEcosystem/core/commit/032caa1b990e91937e4bc1561bc1aeaeca9e37d9
[7a73aef8b29d40572d1524cf8b1bafbffa3b096]: https://github.com/ARKEcosystem/core/commit/7a73aef8b29d40572d1524cf8b1bafbffa3b0964
[#3062]: https://github.com/ARKEcosystem/core/pull/3062
[#3069]: https://github.com/ARKEcosystem/core/pull/3069
[#3071]: https://github.com/ARKEcosystem/core/pull/3071
[#3075]: https://github.com/ARKEcosystem/core/pull/3075
[#3078]: https://github.com/ARKEcosystem/core/pull/3078
[#3081]: https://github.com/ARKEcosystem/core/pull/3081
[#3083]: https://github.com/ARKEcosystem/core/pull/3083
[#3084]: https://github.com/ARKEcosystem/core/pull/3084
[#3086]: https://github.com/ARKEcosystem/core/pull/3086
[#3087]: https://github.com/ARKEcosystem/core/pull/3087
[#3095]: https://github.com/ARKEcosystem/core/pull/3095
[#3096]: https://github.com/ARKEcosystem/core/pull/3096
[#3108]: https://github.com/ARKEcosystem/core/pull/3108
[#3109]: https://github.com/ARKEcosystem/core/pull/3109
[#3112]: https://github.com/ARKEcosystem/core/pull/3112
[#3119]: https://github.com/ARKEcosystem/core/pull/3119
[#3138]: https://github.com/ARKEcosystem/core/pull/3138
[#3140]: https://github.com/ARKEcosystem/core/pull/3140
[#3147]: https://github.com/ARKEcosystem/core/pull/3147
[#3154]: https://github.com/ARKEcosystem/core/pull/3154
[#3170]: https://github.com/ARKEcosystem/core/pull/3170
[#3171]: https://github.com/ARKEcosystem/core/pull/3171
[#3193]: https://github.com/ARKEcosystem/core/pull/3193
[#3196]: https://github.com/ARKEcosystem/core/pull/3196
[#3208]: https://github.com/ARKEcosystem/core/pull/3208
[#3208]: https://github.com/ARKEcosystem/core/pull/3208
[#3228]: https://github.com/ARKEcosystem/core/pull/3228
[#3234]: https://github.com/ARKEcosystem/core/pull/3234
[#3256]: https://github.com/ARKEcosystem/core/pull/3256
[#3270]: https://github.com/ARKEcosystem/core/pull/3270
[#3271]: https://github.com/ARKEcosystem/core/pull/3271
[#3291]: https://github.com/ARKEcosystem/core/pull/3291
[#3296]: https://github.com/ARKEcosystem/core/pull/3296
[#3331]: https://github.com/ARKEcosystem/core/pull/3331
[#3341]: https://github.com/ARKEcosystem/core/pull/3341
[#3354]: https://github.com/ARKEcosystem/core/pull/3354
[#3426]: https://github.com/ARKEcosystem/core/pull/3426
[032caa1b990e91937e4bc1561bc1aeaeca9e37d]: https://github.com/ARKEcosystem/core/commit/032caa1b990e91937e4bc1561bc1aeaeca9e37d9
[1209a36366c8fd3ba31fab2463011b7ce1a7d84]: https://github.com/ARKEcosystem/core/commit/1209a36366c8fd3ba31fab2463011b7ce1a7d844
[34749bf84bcec3fecd0098c0d42f52deb1f6ba4]: https://github.com/ARKEcosystem/core/commit/34749bf84bcec3fecd0098c0d42f52deb1f6ba4a
[7a73aef8b29d40572d1524cf8b1bafbffa3b096]: https://github.com/ARKEcosystem/core/commit/7a73aef8b29d40572d1524cf8b1bafbffa3b0964
[b537d6f327e939ff40b680ea7d558e8fdb3ac92]: https://github.com/ARKEcosystem/core/commit/b537d6f327e939ff40b680ea7d558e8fdb3ac921

0 comments on commit 782e073

Please sign in to comment.