Skip to content

Latest commit

 

History

History
266 lines (142 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

266 lines (142 loc) · 15.8 KB

0.14.4 (2020-09-16)

Bug Fixes

  • derive address from specific network (342cce9)

0.14.3 (2020-09-15)

Bug Fixes

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

0.14.2 (2020-09-12)

Bug Fixes

  • client: add readOnlyFunctionArgs (3258dcf)

0.14.1 (2020-09-10)

Bug Fixes

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

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)

0.13.0 (2020-09-03)

Features

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

0.12.0 (2020-09-02)

Features

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)

0.11.2 (2020-08-27)

Bug Fixes

0.11.1 (2020-08-27)

Bug Fixes

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

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)

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)

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)

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)

0.7.0 (2020-08-24)

Features

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)

0.5.3 (2020-08-13)

Bug Fixes

0.5.2 (2020-08-13)

Bug Fixes

  • gh-action to npm build before publishing (40cd062)

0.5.1 (2020-08-13)

Bug Fixes

  • gh-action for publishing ws-rpc-client (544f970)

0.5.0 (2020-08-13)

Bug Fixes

  • remove unnecessary db tx status query from event listeners (0a0a20d)

Features

  • friendlier ws-rpc-api client subscription functions (9160039)
  • websocket rpc client lib (0a67a11)
  • websocket rpc notifications for address tx and balance updates (14d92b0)
  • websocket RPC pubsub service for real-time data services (6eb83e8)

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)

0.3.1 (2020-07-28)

Bug Fixes

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

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)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add CHANGELOG.md file