98 Commits

Author SHA1 Message Date
Matthew Little
aac121d8c7 feat: add lock height and lock txid to balance endpoints #340 2020-11-20 19:46:38 +01:00
Matthew Little
7a9b18e43d feat: add btc reward API endpoints 2020-11-17 11:52:33 +01:00
Friedger Müffke
a132bcbfd4 fix: return string for post transactions endpoint 2020-11-12 22:41:39 +01:00
Matthew Little
b61129c2f1 feat: integrate Stacking STX into database and provide through account API details, upgrade to nodejs v14 2020-11-12 18:20:29 +01:00
Alexander Graebe
35afa71fbd fix: update v2/info documentation and client 2020-11-12 12:27:39 +01:00
Asim Mehmood
b60cc8c70d chore: miscellaneous changes to finalize rosetta implementation after running check-construction 2020-11-05 14:27:01 +01:00
Alexander Graebe
6c13a554cc fix: adding schema for fee estimates
without this, the response is simply undefined
2020-10-15 23:27:05 +03:00
Alexander Graebe
75f7f8ef74 feat: adding new pox & stacking fields
in reference to: https://github.com/blockstack/stacks-blockchain/pull/1920/
2020-10-13 14:57:07 +03:00
Asim Mehmood
3b0cd4437f docs: add schema files for rosetta constructin/combine endpoint 2020-10-13 00:02:03 +03:00
Asim Mehmood
5645fc7978 docs: add schema files for rosetta construction/payloads endpoint 2020-10-13 00:02:03 +03:00
Asim Mehmood
5f1c969817 chore: add public key to preprocess and metadata 2020-10-12 16:42:11 +03:00
Nouman Ahmad
aa9d665ec9 chore: schema files added 2020-10-02 22:24:40 +02:00
Friedger Müffke
b87f484427 fix(openapi): add get contract data map entry schema
@friedger
2020-10-02 17:23:04 +02:00
Faizan Dastgir
f0b18841b6 chore: add schema for parse api 2020-10-01 13:53:43 +02:00
Asim Mehmood
53256d04fa docs: add schema files for construction/hash endpoint 2020-09-25 20:02:45 +02:00
Asim Mehmood
7182ec15cb docs: add schema files for rosetta construction/metadata endpoint 2020-09-25 20:02:45 +02:00
Alexander Graebe
d4e6966aa4 feat: add pox endpoint 2020-09-25 10:26:19 +02:00
Asim Mehmood
784d2d031b docs: add schema files for construction/preprocess request and response 2020-09-22 12:17:54 +02:00
Asim Mehmood
054e38f6c4 docs: add schema files for rosetta construction/derive 2020-09-16 13:18:28 +02:00
Friedger Müffke
26f10702be fix failed read-only response schema 2020-09-08 19:12:57 +02:00
Friedger Müffke
db512b57cc add function args for call read only functions 2020-09-08 19:12:57 +02:00
Faried Nawaz
174c4c524b fix: schema changes for rosetta block and block/transaction calls
The /rosetta/v1/block call does not require a "block_identifier" field.
If the field is present and empty, the current block's data is returned.
Otherwise, the given block is found by index (height) or hash, and returned.

The /rosetta/v1/block/transaction field requires a block_identifier field
with both the block index and hash fields present.

Change made by @zone117x in https://github.com/fariedt/stacks-blockchain-api/pull/2
2020-09-08 18:23:05 +02:00
Asim Mehmood
d24bfe8956 fix: mempool schema files renamed: rosetta-mempool-transaction-list-* -> rosetta-mempool-*
For consistency, rename RosettaMempoolTransactionListRequest -> RosettaMempoolRequest
as well.
2020-09-01 08:26:03 -06:00
Asim Mehmood
bd4dc86493 fix: separate out rosetta request/response schema files from entity files
Several schema files referenced entity files in the docs/api/rosetta
directory.  They entity files have all been moved to docs/entities/rosetta
and references updated.
2020-09-01 08:26:03 -06:00
Asim Mehmood
09e373b3f9 fix: missed several request/response files 2020-09-01 08:26:03 -06:00
Asim Mehmood
2e91877f6a chore: add rosetta block, operation, and transaction schemas
These are needed for /network/status and for types at the datastore layer.
2020-09-01 08:26:03 -06:00
Asim Mehmood
3394cf3e6e chore: add all rosetta network request + response schemas 2020-09-01 08:26:03 -06:00
kyranjamie
b981c499e6 feat: add mempool openapi docs 2020-08-26 12:26:27 -06:00
Asim Mehmood
731fb20c71 docs: remove title of metadata from network options request and network status request 2020-08-26 12:22:48 -06:00
Asim Mehmood
edb3b14b59 feat: add rosetta api schema for type information 2020-08-26 12:22:48 -06:00
Matthew Little
89165b2bec feat: expose target block time #192 2020-08-24 16:34:03 -06:00
Matthew Little
6eda93d7ff feat: auto-generated client demo 2020-08-20 16:20:44 -06: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
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
Matthew Little
aecb6473cc feat: list mempool tx endpoint 2020-07-10 20:35:40 +02:00
kyranjamie
b69f4d6f87 feat: start blocks json schema 2020-05-27 16:20:25 +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
cfab24f68f feat: document proxy in sidecar 2020-04-30 15:19:14 +02:00
Matthew Little
a72ca5dcef fix: schema lint fix 2020-04-28 19:08:33 +02:00
kyranjamie
47a7ab8160 refactor: use consistent snake_case for api 2020-04-23 13:50:34 +02:00
kyranjamie
dd6be80782 feat: add schema validation to api responses 2020-04-10 09:15:49 +02:00
kyranjamie
b413143b60 ci: lint openapi spec 2020-04-06 11:39:59 +02:00
kyranjamie
b05d571a88 feat: render types from json schema 2020-04-06 11:39:59 +02:00