Releases: hirosystems/stacks-blockchain-api
Releases · hirosystems/stacks-blockchain-api
v0.35.1
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
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
0.34.2 (2020-11-30)
Bug Fixes
- security issues with packages (dd734de)
v0.34.1
0.34.1 (2020-11-25)
Bug Fixes
- update core images used in docker files, fix #349 (7a9b9ba)
v0.33.0
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
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
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
0.32.2 (2020-11-18)
Bug Fixes
- increase logging for tx handling in db (f1d6501)
v0.32.1
0.32.1 (2020-11-17)
Bug Fixes
- restore mempool transactions when cycling from non-canonical back to canonical (c84ecca)