Skip to content

Releases: hirosystems/stacks-blockchain-api

v0.14.4

16 Sep 11:23
Compare
Choose a tag to compare

0.14.4 (2020-09-16)

Bug Fixes

  • derive address from specific network (342cce9)

v0.14.3

15 Sep 15:00
Compare
Choose a tag to compare

0.14.3 (2020-09-15)

Bug Fixes

  • pagination and proof params in openapi spec (4363ffe), closes #222
  • string array enum (50f16ff)

v0.14.2

12 Sep 13:23
Compare
Choose a tag to compare

0.14.2 (2020-09-12)

Bug Fixes

  • client: add readOnlyFunctionArgs (3258dcf)

v0.14.1

10 Sep 13:31
Compare
Choose a tag to compare

0.14.1 (2020-09-10)

Bug Fixes

  • #229 standalone docker image starts stacks-node twice (26692b3)

v0.14.0

08 Sep 16:28
Compare
Choose a tag to compare

0.14.0 (2020-09-08)

Bug Fixes

  • accidentally deleted the hash hexToBuffer validator check, added (78ac061)
  • missed a line while merging in the pull request (f0f2e8d)
  • optional property checks in /rosetta/v1/block for RosettaPartialBlockIdentifier (35aac8f)
  • remove validation middleware stub from api/init.ts (cb64091)
  • restore "canonical = true" check in various SQL queries (afba1a1)
  • schema changes for rosetta block and block/transaction calls (174c4c5)
  • the blockHash parameter was incorrectly named indexBlockHash (e568ae9)
  • trim trailing slashes (if any) from the url in rosettaValidateRequest() (9c211da)
  • type, reciever -> receiver (e40a829)
  • use http 404 for rosetta errors of the type "Not Found" for consistency (8929334)

Features

  • add request validation code for rosetta (c8dfb43)
  • rosetta mempool api endpoints (90bb40c)

v0.13.0

03 Sep 00:30
Compare
Choose a tag to compare

0.13.0 (2020-09-03)

Features

  • option to start the self-contained image in mocknet mode (e567024)

v0.12.0

02 Sep 15:54
Compare
Choose a tag to compare

0.12.0 (2020-09-02)

Features

v0.11.3

01 Sep 14:31
Compare
Choose a tag to compare

0.11.3 (2020-09-01)

Bug Fixes

  • mempool schema files renamed: rosetta-mempool-transaction-list-* -> rosetta-mempool-* (d24bfe8)
  • missed several request/response files (09e373b)
  • separate out rosetta request/response schema files from entity files (bd4dc86)

Reverts

  • this volume change should not have been committed (8e46a40)

v0.11.2

27 Aug 19:09
Compare
Choose a tag to compare

0.11.2 (2020-08-27)

Bug Fixes

v0.11.1

27 Aug 16:12
Compare
Choose a tag to compare

0.11.1 (2020-08-27)

Bug Fixes

  • sidecar do not exit while trying to connect to postgres (2a3c693)