Skip to content

Releases: HathorNetwork/hathor-core

v0.37.0

07 Aug 15:49
6f16497
Compare
Choose a tag to compare

Feature

  • Add a new beta run_node cli parameter (--x-fast-init-beta) that executes a fast initialization of the node. The initialization is completed ~95% faster with this parameter.
  • Save genesis and its metadata in storage;
  • Use weakref to prevent keeping deferred results in memory on sync;
  • Detect NiceHash and initial diff from user-agent;
  • Set initial diff only after subscribe AND authorize on merged mining;
  • Improve logging. Add structlog where missing, and make messages cleaner;
  • Skip block difficulty validation while initializing the node;
  • Add --address parameter to run_miner cli command;
  • Add token info to token creation tx extended json;
  • Use HTTP error codes on merged mining API errors;
  • Remove deprecated legacy graphviz API endpoint.

Fixes

  • Bitcoin's submitblock does not reject blocks with bad-txnmrklroot anymore;
  • Add missing OP_PUSHBYTES_20 on Bitcoin payout scripts;
  • Stop adding transaction to some wrong addresses on wallet index. Because of this error, some desktop wallets could receive wrong notifications of new transaction.
  • Connect to testnet using --testnet is working now;
  • Fix testnet genesis hash.

v0.36.1

19 Jun 22:19
Compare
Choose a tag to compare

Feature

  • Add tips cache decreasing the CPU usage for sync and mining;
  • Generate grafana dashboard for merged mining.

v0.36.0

11 Jun 17:46
Compare
Choose a tag to compare

Feature

  • Add endpoint to return the parents of a transaction;
  • Return transaction data on push tx endpoint;
  • Add grafana charts for send tokens timeout and orphan blocks;
  • Accept miner login indicator for nicehash mindiff;
  • Performance improvements on merged mining.

Fix

  • Fix some dependencies issues when executing a fresh install.

v0.35.0

19 May 21:26
Compare
Choose a tag to compare

Features

  • Improve transaction mining reliability and speed;
  • Improve sync speed decreasing from 28h to 1,5h on average.

Hathor Core v0.34.0