Releases: HathorNetwork/tx-mining-service
Releases · HathorNetwork/tx-mining-service
v0.9.1
24 Nov 22:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
Add header handling to skip wallet version check.
v0.8.1
21 Jun 12:43
Compare
Sorry, something went wrong.
No results found
Features
Add min_version parameter for all three wallets to block requests from old wallet versions
v0.7.0
03 May 14:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.6.2
15 Mar 15:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.6.0
03 Feb 00:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
What's Changed
fix: logging config (#56 )
v0.5.0
26 Jan 14:01
Compare
Sorry, something went wrong.
No results found
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: