Skip to content

Releases: hirosystems/stacks-blockchain-api

v0.32.3

18 Nov 22:08
Compare
Choose a tag to compare

0.32.3 (2020-11-18)

Bug Fixes

  • wrap mempool tx inserts in sql transactions, along with a few other queries (a6cf1f1)

v0.32.2

18 Nov 16:55
Compare
Choose a tag to compare

0.32.2 (2020-11-18)

Bug Fixes

  • increase logging for tx handling in db (f1d6501)

v0.32.1

17 Nov 14:54
Compare
Choose a tag to compare

0.32.1 (2020-11-17)

Bug Fixes

  • restore mempool transactions when cycling from non-canonical back to canonical (c84ecca)

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