Skip to content

Releases: hirosystems/stacks-blockchain-api

v0.35.1

15 Dec 19:35
Compare
Choose a tag to compare

0.35.1 (2020-12-15)

Bug Fixes

  • add temporary limit of 200 stx asset events returned for a given transaction (d6c663c)

v0.35.0

14 Dec 20:22
Compare
Choose a tag to compare

0.35.0 (2020-12-14)

Bug Fixes

  • increase event stream body POST size limit for large genesis block (b0327fd)
  • initial genesis ingest optimization pass, from ~30 minutes to ~30 seconds (0c3bdba)

Features

  • abstract batch event inserts, apply to contract events (94b754b)

v0.34.2

30 Nov 17:06
Compare
Choose a tag to compare

0.34.2 (2020-11-30)

Bug Fixes

  • security issues with packages (dd734de)

v0.34.1

25 Nov 22:09
Compare
Choose a tag to compare

0.34.1 (2020-11-25)

Bug Fixes

  • update core images used in docker files, fix #349 (7a9b9ba)

v0.34.0

24 Nov 11:57
Compare
Choose a tag to compare

0.34.0 (2020-11-24)

Features

v0.33.0

20 Nov 18:53
Compare
Choose a tag to compare

0.33.0 (2020-11-20)

Bug Fixes

  • bug with locked stx referring to STX chaintip rather than burnchain tip #343 #344 (same bug in a rosetta function) (12cd2fa)
  • openapi client gen chokes on nullable string types (d59c55b)

Features

  • add lock height and lock txid to balance endpoints #340 (aac121d)

v0.32.4

20 Nov 16:23
Compare
Choose a tag to compare

0.32.4 (2020-11-20)

Bug Fixes

  • bug with locked stx referring to STX chaintip rather than burnchain tip #343 #344 (c1bf091)

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)