This is a maintenance release for DCore 1.4.x series, targeting memory management improvements and fixes in daemon.
[IMPROVED] DCore and API
- Daemon - uses OpenSSL 1.1 on MacOS
- Daemon - accepts
track-accountoption also for operation history and message objects - Daemon - optimised storing of recent transaction objects
- Database API - removed useless text field from response of
get_message_objectsandget_messages
[DEPRECATED] DCore and API
- Daemon - avoid
private-keyconfiguration option in favor ofminer-private-key - Crypto API - use
wif_to_public_keyinstead ofget_public_key - Database API - use
get_configurationinstead ofget_config - Database API - use
list_seeders_by_priceinstead oflist_publishers_by_price - Database API - avoid using
set_subscribe_callbackandcancel_all_subscriptions - Wallet API - use
transferinstead oftransfer2
[FIXED] DCore and API
- Daemon - correctly update message cache after block broadcast
- Daemon - corrected behaviour of
genesis-timestampcommand line option
[FIXED] GUI wallet
- Fixed crash when GUI wallet is closed before it has been unlocked
Note for Linux binaries: follow the instructions to install DCore on supported platforms (Ubuntu, Debian, Fedora and CentOS)
Note for Mac binaries: follow the instructions to install DCore on MacOS Mojave
Note for Windows binaries: follow the instructions to install DCore on Windows