Skip to content

Releases: HathorNetwork/tx-mining-service

v0.9.1

24 Nov 22:24
8d0902a

Choose a tag to compare

What's Changed

  • chore: upgrade dependency python-hathorlib to v0.3.0 in #94

Full Changelog: v0.9.0...v0.9.1

v0.9.0

05 Aug 13:48
d1efa5e

Choose a tag to compare

Features

  • Add header handling to skip wallet version check.

v0.8.1

21 Jun 12:43
2578796

Choose a tag to compare

Features

  • Add min_version parameter for all three wallets to block requests from old wallet versions

v0.7.0

03 May 14:59
b1401c2

Choose a tag to compare

What's Changed

  • fix: handle hathor-core errors when submitting blocks in #76
  • feat: add support to mine tx with data script outputs in #78

Full Changelog: v0.6.4...v0.7.0

v0.6.4

07 Apr 16:26
6778319

Choose a tag to compare

What's Changed

  • Return success on repeated job submission by @r4mmer in #71

Fixed

Full Changelog: v0.6.2...v0.6.4

v0.6.2

15 Mar 15:56
f135622

Choose a tag to compare

What's Changed

  • chore: use black instead of yapf
  • fix: logging for error cases on toi filter
  • chore: start using new toi api

Full Changelog: v0.6.1...v0.6.2

v0.6.1

22 Feb 22:10
98e1e45

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Feb 00:40
c412f39

Choose a tag to compare

What's Changed

  • feat: metrics to detect if miner is up by @luislhl in #57
  • ci: fix Github Actions job trigger by @luislhl in #59

v0.5.1

26 Jan 15:05
a98aecd

Choose a tag to compare

What's Changed

  • fix: logging config (#56)

v0.5.0

26 Jan 14:01
693494b

Choose a tag to compare

Features:

  • feat: handle SIGTERM/SIGINT gracefully (#53)
  • feat: more prometheus metrics (#54)
  • feat: avoid replacing tx jobs by themselves in the miners (#51)

Fixes:

  • Fix: exceptions during Tx Mining (#38)
  • fix: store the mining start time in the jobs (#52)
  • fix: get miner version from cgminers (#55)

Other:

  • docs: how it works (#50)