Skip to content

DCore update 1.3.0

Compare
Choose a tag to compare
@colemanik colemanik released this 03 Sep 12:25
· 877 commits to master since this release

Release notes

[NEW]

  • Added missing operations to transaction history for more detailed balance overview
  • Added new API function for balance changes
    • New history API and wallet API
      • search_account_balance_history (also with advanced search using various parameters)
      • get_account_balance_for_transaction
  • Added unencrypted/public messaging
    • Changed wallet API
      • send_message (added parameter bool broadcast)
    • New wallet API
      • send_unencrypted_message
  • Added exit/quit command to cli_wallet
  • Added possibility to run the DCore daemon as a system service/daemon on linux
    • New command line argument
      • --daemon
    • System directories used
    • logs dir = '/var/log/decentd/'
    • data_dir = '/var/lib/decentd/'
    • temp_dir = '/var/tmp/decentd/'
  • Added the possibility to change non-fixed to fixed MAX_SUPPLY for UIA
  • Added the possibility to change precision for UIA (only for not issued ones)
  • Added storage for every transaction ID (new plugin - default off)
  • Added search function for transaction by ID
    • New settings
      • --transaction-id-history
    • New database API and wallet API
      • get_transaction_by_id
  • Added setting for CA certificate for WSS on nodes
    • New settings
      • server-cert-file
      • server-cert-key-file
      • server-cert-chain-file
    • Changed setting
      • server-pem-password -> server-cert-password
    • Removed setting
      • server-pem-file
  • Added to HTTP header to DCore daemon
    • New setting
      • Access-Control-Allow-Origin (default : *)
  • Added daemon check for IPFS version

[IMPROVED]

  • Added support for all public DCore daemon API sets over HTTP w/o session
    • Default open API sets IDs
      • 0 database_api
      • 1 login_api
      • 2 network_broadcast_api
      • 3 history_api
      • 4 crypto_api
      • 5 messaging_api
  • Added support for OpenSSL 1.1 and newer versions
  • Added support for CryptoPP ver 7.0.0 and higher
  • DCore daemon optimized for higher transactions throughput (TPS)
  • Desktop app has new logo and minor fixes
  • Added command to print DCore daemon version
    • New command line argument
      • decentd -v or decentd --version

[FIXED]

  • Transfer to non-existing content
  • Several other bugs

Planned to be applied on September 13, 2018, 08:00 GMT.