Skip to content

Releases: hirosystems/stacks-blockchain-api

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)

v0.11.0

27 Aug 15:00
Compare
Choose a tag to compare

0.11.0 (2020-08-27)

Bug Fixes

  • add java to follower docker build (78caee3)
  • restarting services on node exit (7f86511)

Features

  • dockerfile for self-contained follower (9628148)
  • dockerfile with all stacks-blockchain-api dependencies working (66d64ed)
  • progress on self contained follower (d544edf)

v0.10.0

26 Aug 18:49
Compare
Choose a tag to compare

0.10.0 (2020-08-26)

Bug Fixes

  • revert test:integration script operator change (d949119)
  • update readme and openapi client description (2af816b)
  • windows friendly operator (f1cd6ff)

Features

  • adding docs tasks to main package.json (6fda66c)
  • client docs (602a266)