Skip to content

Release v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 09:47
4d07829

Changelog

  • 4d07829 feat(BUX-000): logger fix for kibana (#205)
  • ab5694a Merge pull request #204 from bitcoin-sv/apply_workflow_changes
  • 6aa49ad ci(BUX-582): add check for manual tests
  • 9303529 Merge pull request #199 from bitcoin-sv/fix/550-pulse-endpoints
  • e9177d3 fix: linter errors - missing comments and allocations
  • eb083a0 fix: simplify sql for merkleproof verification to match sqlite and postgres
  • 7774b50 Merge pull request #197 from bitcoin-sv/fix-570-incorrect-block-hashes-after-import
  • a59afbc fix(BUX-570): fix typo
  • 1a8faeb fix(BUX-570): fix incorrect prev_block_hash values
  • 72653b3 Merge pull request #194 from bitcoin-sv/bux-535-dump-config
  • fd5bdb1 feat(BUX-535): remove cli flags from config dump
  • 156500c Merge pull request #192 from bitcoin-sv/fix/550-pulse-endpoints
  • e8e10ee Merge branch 'master' into fix/550-pulse-endpoints
  • e14ef28 Merge pull request #193 from bitcoin-sv/fix/533-refining-order-of-db-init
  • d9622d8 fix: typo in where word
  • 58f936e fix: move prepareddb section to single if
  • d790f3c fix: proper check condition
  • 7f8833a fix: refine the order of initializing the database and checking for the existence of a file
  • 76402fd fix: replace wrong character ? in delete methods to work with postgres
  • 00d412f ci(BUX-532): remove old go.yaml workflow