268 Commits

Author SHA1 Message Date
Matthew Little
84bd10837a chore: npm audit fix 2020-08-24 18:06:34 -06:00
Matthew Little
25181fa80e chore: test fixes 2020-08-24 17:56:01 -06:00
Matthew Little
89165b2bec feat: expose target block time #192 2020-08-24 16:34:03 -06:00
Matthew Little
a1517b1824 fix: typing errors with esModuleInterop, default websocket client connection URL 2020-08-20 16:20:44 -06:00
Matthew Little
882c22f52e refactor: move openapi client generation into separate directory 2020-08-20 16:20:44 -06:00
Matthew Little
6eda93d7ff feat: auto-generated client demo 2020-08-20 16:20:44 -06:00
dependabot[bot]
780c84edef build(deps): bump prismjs from 1.20.0 to 1.21.0 in /docs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-13 14:25:33 -06:00
Matthew Little
d2026b9fdd chore: define full rpc request bodies in json schema 2020-08-13 13:44:01 -06:00
Matthew Little
a0cab3b1b4 chore: define websocket rpc objects as json schema 2020-08-13 13:44:01 -06:00
Matthew Little
d9e9761108 chore: update server in openapi.yaml for argon testnet 2020-07-30 18:11:38 +02:00
Matthew Little
a806740cb5 fix: unit tests fixed after rebase with latest master 2020-07-28 17:16:04 +02:00
Matthew Little
01703e7222 feat: support sponsored tx in db and API response 2020-07-28 17:16:04 +02:00
Matthew Little
b44a9b9e20 fix: address stx balance schema bug 2020-07-28 13:46:37 +02:00
Matthew Little
f84508668e fix: make address stx balance take fees into account 2020-07-28 13:46:37 +02:00
Matthew Little
9f9bd332bb chore: rebase latest master fixes 2020-07-27 18:43:46 +02:00
Matthew Little
f5e2e5f0fb chore: rename @blockstack/stacks-blockchain-sidecar-types to @blockstack/stacks-blockchain-api-types 2020-07-27 18:43:46 +02:00
Matthew Little
f13e9e0a56 chore: rename sidecar in comments 2020-07-27 18:43:46 +02:00
Matthew Little
62b2c8c02a chore: update endpoint URLs from /sidecar to /extended #168 2020-07-27 18:43:46 +02:00
kyranjamie
1f04fb7f69 refactor(docs): use 'Address' over 'Account' naming convention 2020-07-24 14:27:52 +02:00
kyranjamie
735006e582 fix(docs): conform to 'Response' naming convention 2020-07-24 14:27:52 +02:00
kyranjamie
63fe101b36 fix(docs): required props, dictionary for fts, nfts 2020-07-24 14:27:52 +02:00
Alexander Graebe
77248d0c8c chore: update-api-spec 2020-07-22 08:00:48 -07:00
kyranjamie
26feddb948 fix: Mempool tx status to enable union type 2020-07-21 15:18:56 +02:00
Matthew Little
95e8f02011 feat: include ISO 8601 formatted timestamps alongside unix epochs 2020-07-13 17:17:07 +02:00
Matthew Little
2c96b3d6d6 fix: receipt_date -> receipt_time 2020-07-10 20:35:40 +02:00
Matthew Little
aecb6473cc feat: list mempool tx endpoint 2020-07-10 20:35:40 +02:00
Matthew Little
19e05de6ce feat: record mempool tx receipt timestamp 2020-07-10 20:35:40 +02:00
kyranjamie
5b519e9017 feat: add separate mempool type 2020-07-06 18:59:46 +02:00
Matthew Little
b2998e3000 feat: store raw tx bytes in db 2020-07-01 19:01:16 +02:00
Matthew Little
16166c116f fix: json schema fixes for tx_result property 2020-07-01 12:25:27 +02:00
Pascal
0c04d38a25 rebuild from master, handle mempool, add try/catch 2020-07-01 12:25:27 +02:00
Matthew Little
05751b04a9 chore: bump schema package version 2020-06-11 20:01:54 +02:00
Matthew Little
74c4575980 feat: pg mempool tx read query 2020-06-11 20:01:54 +02:00
Matthew Little
dd458e075f feat: feat: endpoint for address transactions 2020-06-03 15:49:58 +02:00
Matthew Little
b99f2c28d7 fix: remove post-condition db processing for stx-token-transfer tx types 2020-06-03 15:49:58 +02:00
Matthew Little
746154e157 feat: tx_status now includes "aborted by post condition" 2020-05-29 12:37:51 +02:00
Matthew Little
dad4446baa feat: complete block schema def and API response construction 2020-05-27 16:20:25 +02:00
kyranjamie
b69f4d6f87 feat: start blocks json schema 2020-05-27 16:20:25 +02:00
Pascal
3c2b0a4d3a fix url for /contract/ to be /sidecar/v1/contract/ to match what happens at runtime 2020-05-27 14:34:54 +02:00
Matthew Little
7c971de22e fix: json schema files not included in docs sub-repo 2020-05-21 19:45:08 +02:00
Matthew Little
cb6b7038b2 feat: add function summary data to contract-call tx response #101 2020-05-21 18:14:02 +02:00
Matthew Little
ab49121e22 chore: move schema and doc related code into the docs sub-package 2020-05-20 13:09:29 +02:00
kyranjamie
7564a0246e refactor: update docs to use new phrasing 2020-05-15 19:54:39 +02:00
kyranjamie
c60c641fa5 feat: add github action to deploy types package
feat: try js lib for actions
2020-05-15 16:12:08 +02:00
Matthew Little
0bbf8d8e8f feat: clarity values returned as both hex string and repr string 2020-05-14 16:58:26 +02:00
Alexander Graebe
e83f4d7ac1 fix: update openapi.yaml 2020-05-14 10:40:36 +02:00
kyranjamie
258b8497c4 feat: paginate tx results 2020-05-11 18:09:34 +02:00
kyranjamie
06beb337cb feat: add sidecar environments 2020-05-06 14:28:53 +02:00
kyranjamie
c14715ed81 fix: remove 'asset' from contract log event 2020-05-05 14:05:51 +02:00
Matthew Little
47f5059613 feat: postgres migrations, inserts, and reads completed for txs and blocks tables
Also implemented `poison-microblock` types
2020-05-04 12:09:00 +02:00