0.14.4 (2020-09-16)
- derive address from specific network (342cce9)
0.14.3 (2020-09-15)
0.14.2 (2020-09-12)
- client: add readOnlyFunctionArgs (3258dcf)
0.14.1 (2020-09-10)
0.14.0 (2020-09-08)
- 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)
0.13.0 (2020-09-03)
- option to start the self-contained image in mocknet mode (e567024)
0.12.0 (2020-09-02)
0.11.3 (2020-09-01)
- 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)
- this volume change should not have been committed (8e46a40)
0.11.2 (2020-08-27)
0.11.1 (2020-08-27)
- sidecar do not exit while trying to connect to postgres (2a3c693)
0.11.0 (2020-08-27)
- 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)
- revert test:integration script operator change (d949119)
- update readme and openapi client description (2af816b)
- windows friendly operator (f1cd6ff)
0.9.0 (2020-08-26)
- fetch the api server's version from package.json (e6efc40)
- 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)
- deserializing multisig txs (db6d264)
- N-of-M multisig working (34ba78c)
- N-of-N (one to one) multisig txs working (4cc155b)
- initial debug endpoint support for sending multisig transactions (d12ba53)
0.7.0 (2020-08-24)
0.6.0 (2020-08-20)
- 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)
- auto-generated client demo (6eda93d)
0.5.3 (2020-08-13)
- retry npm publish (3bda2bb)
0.5.2 (2020-08-13)
- gh-action to npm build before publishing (40cd062)
0.5.1 (2020-08-13)
- gh-action for publishing ws-rpc-client (544f970)
0.5.0 (2020-08-13)
- remove unnecessary db tx status query from event listeners (0a0a20d)
- 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)
- 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)
- add sponsor transaction option to debug broadcast endpoints (4511a50)
- support sponsored tx in db and API response (01703e7)
0.3.1 (2020-07-28)
0.3.0 (2020-07-28)
- 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)
- add gitpod to readme (fa5f3df)
- add prebuild support to gitpod config (fe89677)
- gitpod support (f89191d)
- redirect root path to status path (2e74937)
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.
- Add CHANGELOG.md file