Skip to content

Releases: hirosystems/stacks-blockchain-api

v0.32.0

17 Nov 10:58
Compare
Choose a tag to compare

0.32.0 (2020-11-17)

Features

  • add btc reward API endpoints (7a9b18e)
  • API for total burn reward amount for address (72a560f)
  • integrate btc rewards into db (19a1e6f)

v0.31.4

16 Nov 20:23
Compare
Choose a tag to compare

0.31.4 (2020-11-16)

Bug Fixes

  • #319 #330 bump STX faucet to accommodate increasing min Stacking amount (cfcf45d)

v0.31.3

12 Nov 21:48
Compare
Choose a tag to compare

0.31.3 (2020-11-12)

Bug Fixes

  • return string for post transactions endpoint (a132bcb)
  • use Blob in TransactionsApi (8d7bdbb)
  • v2/transactions format (50b0037)

v0.31.2

12 Nov 20:03
Compare
Choose a tag to compare

0.31.2 (2020-11-12)

Bug Fixes

  • #322 contract names can be less than 5 chars (b835507)

v0.31.1

12 Nov 19:48
Compare
Choose a tag to compare

0.31.1 (2020-11-12)

Bug Fixes

  • attempt client gh workflow fix #2 (5bec19f)
  • bad cache keys breaking gh workflow (?) (c459b2c)

v0.31.0

12 Nov 17:50
Compare
Choose a tag to compare

0.31.0 (2020-11-12)

Features

  • define matured_miner_rewards object (8fc8a7a)
  • integrate miner rewards into db and account balance calcuations (9cac60c)

v0.30.0

12 Nov 17:29
Compare
Choose a tag to compare

0.30.0 (2020-11-12)

Bug Fixes

  • bump nodejs version in github workflow (0640790)
  • stub response for /new_burn_block (allows sidecar to run with latest core node) (4a48a29)

Features

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)