Skip to content

docs: 2.4.0 changelog #2688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2019
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 @@ -102,6 +102,9 @@ If you've been using the JSON-RPC in the past together with ARK Core the migrati
- Use temporary wallets for transaction validation ([#2666])
- Correctly display second signature if available via `core-api` ([#2670])
- Missing block confirmations on v2 API endpoints ([#2674])
- Delay transaction purge on start until after StateBuilder finished ([#2685])
- Check claimed state of peer ([#2686])
- Ignore overheight blocks and keep forging ([#2687])

### Changed

Expand Down Expand Up @@ -738,3 +741,6 @@ Closed security vulnerabilities:
[#2670]: https://github.com/ARKEcosystem/core/pull/2670
[#2672]: https://github.com/ARKEcosystem/core/pull/2672
[#2674]: https://github.com/ARKEcosystem/core/pull/2674
[#2685]: https://github.com/ARKEcosystem/core/pull/2685
[#2686]: https://github.com/ARKEcosystem/core/pull/2686
[#2687]: https://github.com/ARKEcosystem/core/pull/2687