Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
222 lines (107 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

222 lines (107 loc) · 13.6 KB

Changelog

0.21.0 (2024-09-05)

Features

0.19.0 (2024-06-19)

Features

  • SPV-778: adds mock responding with nills for QueryTransacion (#100) (c8e052b)

0.18.1 (2024-05-22)

Bug Fixes

  • SPV-642: arc errors - simplification and comparsion for ArcError (#97) (0f787a8)

0.18.0 (2024-05-15)

Features

  • spv-642: return ArcError to prevent infinite broadcasting of invalid transactions (#94) (d4594f5)

0.17.3 (2024-04-04)

Bug Fixes

  • BUX-694: update default urls in go-broadcast-client (#92) (d4402d1)

0.17.2 (2024-02-06)

Bug Fixes

  • return submit errors with context information (#83) (04e4448)

0.17.1 (2024-02-05)

Bug Fixes

  • BUX-500: simplify by removing options and placing deploymentID in config instead (#86) (af2fd6c)

0.17.0 (2024-02-02)

Features

  • BUX-500: add X-DeploymentID header Arc client option (#84) (f14864f)

0.16.1 (2024-01-26)

Bug Fixes

0.16.0 (2024-01-12)

Miscellaneous Chores

0.15.0 (2024-01-10)

Miscellaneous Chores

0.13.0 (2024-01-10)

Features

  • BUX-426: revert RawTx -> EF Tx translation mechanism (#73) (437ebdf)

0.12.2 (2024-01-05)

Bug Fixes

0.12.1 (2024-01-04)

Bug Fixes

  • change name of query param in query_tx method (#65) (0a7b380)

0.12.0 (2024-01-04)

Features

  • BUX-418/166: default miners, retrieve bump (merkle paths) from arc (#62) (1b9372a)

0.11.0 (2023-12-22)

Features

0.10.0 (2023-12-21)

Features

  • BUX-420: go version and workflows update (#57) (3c718ad)

0.9.0 (2023-10-16)

Features

  • BUX-166: Retrieve Merkle Path from Arc (#43) (86cb822)

0.8.0 (2023-10-13)

Features

  • BUX-236: transaction submitting in RawTx format for backwards compatibility (#48) (22cd7e0)

0.7.0 (2023-10-12)

Miscellaneous Chores

0.6.0 (2023-10-05)

Features

  • BUX-236: transaction submitting in RawTx format for backwards compatibility (#41) (4ecd8d1)

0.5.0 (2023-10-04)

Features

  • BUX-212/BUX-213: adds new version of codeowner/codestandards/template files (#39) (ad7da8b)

0.4.0 (2023-09-28)

Miscellaneous Chores

0.3.0 (2023-09-26)

Features

  • BUX-222: exposing mock consts for tests (#30) (bc5174e)

0.2.0 (2023-09-18)

Features

  • mock-tests: Mock Arc Client for testing purposes (#26) (ad2f0fc)

0.1.2 (2023-09-15)

Bug Fixes

0.1.1 (2023-08-30)

Bug Fixes

  • BUX-000: syndicate and bump-version changes (#23) (98a5f07)

0.1.0 (2023-08-28)

Features

  • adds tests and basic docs (#4) (0063bb2)
  • BUX-120, BUX-148, BUX-150: broadcast, query subtasks (#2) (ebb8aea)
  • BUX-120: initializes repository with architecure (#1) (8f2ad7b)
  • BUX-144,146: auto-relase github action (#5) (174d5e1)
  • BUX-149: documentation of fee quotes (#12) (e78219a)
  • BUX-149: fee quotes implemented (#7) (c15d749)
  • BUX-149: readme-docs (#19) (75a9017)
  • BUX-156: add acceptance tests (c396e56)
  • BUX-156: add batch example (2526c96)
  • BUX-156: add broadcaster unit tests (2e9f9b1)
  • BUX-156: add SubmitBatchTransactions (57471bd)
  • BUX-156: improve http error handling (3b94345)
  • BUX-156: refactor arc_query_tx (a little) (6ffa739)
  • BUX-158: README docs + comments for godocs (#8) (7596179)
  • BUX-162: moves headers opts out of tx struct (#14) (f06b5db)
  • BUX-174: miner url wrapper added to responses from Query and Submit Transaction (#20) (2ddad8b)
  • initialize repo with README.md (85ee7a3)
  • moves httpclient as separated package (#13) (bba9d78)
  • removed bestQuote, fastestQuote, implemented slice return from policyQuote and feeQuote (#11) (3d7f23c)

Bug Fixes

  • no return warning from PrettyPrint (#15) (32f2135)
  • remove mentions about bitcoin sv overlay nodes in readme (#16) (fe2257a)
  • remove unused errors import (#10) (f8e769f)