Skip to content

Releases: hirosystems/stacks-blockchain-api

v0.29.5

12 Nov 11:34
Compare
Choose a tag to compare

0.29.5 (2020-11-12)

Bug Fixes

  • update v2/info documentation and client (35afa71)

v0.29.4

11 Nov 14:45
Compare
Choose a tag to compare

0.29.4 (2020-11-11)

Bug Fixes

  • getStxBalanceAtBlock() did not calculate fees properly (944bc36)
  • handle contract call transactions with no function args (531d9ad)

v0.29.3

10 Nov 16:13
Compare
Choose a tag to compare

0.29.3 (2020-11-10)

Bug Fixes

  • copy *.toml from the app build section, do not depend on local repo (c43258c)
  • oops, forgot to update the test to check for rosetta 1.4.6 (8b705c0)
  • remove a command from stx-rosetta.Dockerfile used for testing (ccdde18)
  • remove check:construction until the other PR is merged (7cb531d)
  • stx-rosetta.Dockerfile had a COPY that should not be committed (e52ea17)
  • upgrade rosetta version from 1.4.2 to 1.4.6 (2e621be)

v0.29.2

05 Nov 13:33
Compare
Choose a tag to compare

0.29.2 (2020-11-05)

Bug Fixes

v0.29.1

27 Oct 17:00
Compare
Choose a tag to compare

0.29.1 (2020-10-27)

Bug Fixes

  • #306 query for min stacking STX amount from /v2/pox endpoint (1ba0599)

v0.29.0

27 Oct 16:26
Compare
Choose a tag to compare

0.29.0 (2020-10-27)

Features

  • #302 add btc info to blocks, #301 pull stacks-node from dockerhub image (9e9fd99)

v0.28.0

15 Oct 20:33
Compare
Choose a tag to compare

0.28.0 (2020-10-15)

Bug Fixes

  • adding schema for fee estimates (6c13a55)

Features

v0.27.0

13 Oct 12:03
Compare
Choose a tag to compare

0.27.0 (2020-10-13)

Features

  • adding new pox & stacking fields (75f7f8e)

v0.26.0

12 Oct 21:08
Compare
Choose a tag to compare

0.26.0 (2020-10-12)

Bug Fixes

  • add support for multi signature in payloads endpoint (4b1adf2)
  • fixed number of multisignature (46af37a)

Features

  • add implementation of rosetta construction/combine endpoint (8d7f0dc)
  • implement rosetta construction/payloads endpoint (55f855a)

v0.25.5

12 Oct 13:48
Compare
Choose a tag to compare

0.25.5 (2020-10-12)

Bug Fixes

  • add a return statement after setting the response (e833b1b)
  • update condition (991961c)