Skip to content

Releases: hirosystems/stacks-blockchain-api

v0.9.0

26 Aug 18:31
Compare
Choose a tag to compare

0.9.0 (2020-08-26)

Bug Fixes

  • fetch the api server's version from package.json (e6efc40)

Features

  • add hard-coded status and error messages for rosetta (84fae9b)
  • add mempool openapi docs (b981c49)
  • add rosetta api schema for type information (edb3b14)
  • fill out rosetta network list and options calls (a753c96)
  • stub handlers for rosetta api endpoints (9603ea4)

v0.8.0

25 Aug 00:01
Compare
Choose a tag to compare

0.8.0 (2020-08-25)

Bug Fixes

  • deserializing multisig txs (db6d264)
  • N-of-M multisig working (34ba78c)
  • N-of-N (one to one) multisig txs working (4cc155b)

Features

  • initial debug endpoint support for sending multisig transactions (d12ba53)

v0.7.0

24 Aug 22:39
Compare
Choose a tag to compare

0.7.0 (2020-08-24)

Features

v0.6.0

20 Aug 22:26
Compare
Choose a tag to compare

0.6.0 (2020-08-20)

Bug Fixes

  • add java to gh workflow (d5ae6ca)
  • add jre to the dockerfile build (402686c)
  • client package.json files includes (da6061f)
  • cross-platform openapi generation script (7ade2fb)
  • lint fixes (465a72e)
  • postinstall script to build client lib if needed, add readme (791f763)
  • typing errors with esModuleInterop, default websocket client connection URL (a1517b1)

Features

  • auto-generated client demo (6eda93d)

v0.5.3

13 Aug 20:25
Compare
Choose a tag to compare

0.5.3 (2020-08-13)

Bug Fixes

v0.4.0

28 Jul 15:19
Compare
Choose a tag to compare

0.4.0 (2020-07-28)

Bug Fixes

  • linting errors after rebase with latest master (3679652)
  • unit tests fixed after rebase with latest master (a806740)
  • unit tests for sponsored tx (redundant null property) (c918235)

Features

  • add sponsor transaction option to debug broadcast endpoints (4511a50)
  • support sponsored tx in db and API response (01703e7)

v0.3.1

28 Jul 11:50
Compare
Choose a tag to compare

0.3.1 (2020-07-28)

Bug Fixes

  • address stx balance schema bug (b44a9b9)
  • make address stx balance take fees into account (f845086)

v0.3.0

28 Jul 10:48
Compare
Choose a tag to compare

0.3.0 (2020-07-28)

Bug Fixes

  • possible fix for core-node proxy in gitpod deployment (c0aaee8)
  • docs: conform to 'Response' naming convention (735006e)
  • docs: required props, dictionary for fts, nfts (63fe101)
  • Mempool tx status to enable union type (26feddb)
  • type errors in build (c842e2b)

Features

  • add gitpod to readme (fa5f3df)
  • add prebuild support to gitpod config (fe89677)
  • gitpod support (f89191d)
  • redirect root path to status path (2e74937)