16 Commits

Author SHA1 Message Date
Matthew Little
df4a1c923a fix: doc build error, pin openAPI generator-cli version (#939) 2021-12-22 18:28:24 +01:00
Asim Mehmood
f764054cb8 feat: rosetta data api and construction validation with rosetta-cli
* test: added test for rosetta cli check:construction and check:data

* ci: added github workflow to test  roseta-cli:data

* ci: add github action for rosetta-cli: construction

* refactor: refactor cli tests

* fix: use localhoust for github actions in rosetta config file

* fix: github actions

* fix: rebase issue

* refactor: update rosetta-cli env files path

* refactor: remove hard coded cli container and use rosetta-cli ouput

* perf: remove unnecessary wait of 20 seconds
2021-11-16 10:18:04 -06:00
Rafael Cárdenas
0538ae297f feat: return git info in /extended/v1/status
* feat: add build script to write git info to usable ts file

* fix: run git-info before tests

* fix: fetch all git history for running tests

* fix: try moving git-info run to workflow

* fix: add some debug info to setup

* fix: try using the module as a relative route

* chore: remove test commands now that tests pass

* chore: create status endpoint openapi schema and example

* feat: create a plain text file instead

* chore: undo github workflow changes since they are no longer necessary

* fix: make import paths relative
2021-08-27 14:24:26 -05:00
Lola Dam
6426cbc9ee fix: block endpoint & minor fixes (rosetta) (#23)
* Ensure to use postgres as backend

* Update gitignore

* Replace string for error message const

* Avoid code duplication

* Fix schemas

* Fix related operations field

* Catch error on invalid request parameters

Co-authored-by: ER <raynaudo.ee@gmail.com>
2021-03-08 15:25:48 +01:00
Hank Stoever
875dfa34ca feat: new api endpoint to get inbound stx and send-many transfers with memos 2021-02-15 15:20:40 +01:00
Matthew Little
e2ecc13737 chore: reduce extremely verbose client gen log output, making gh actions hard to read and debug 2020-11-12 20:41:59 +01:00
CharlieC3
37a2322c0a chore(release): combining gh actions workflows 2020-07-28 12:44:00 +02:00
Pascal
0c04d38a25 rebuild from master, handle mempool, add try/catch 2020-07-01 12:25:27 +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
de5ed3b1e5 refactor: ensure all string literals are their on type 2020-04-28 16:02:47 +02:00
Thomas Osmonson
e0f4d181f3 chore: ignore .idea 2020-04-25 09:07:27 +02:00
Matthew Little
5e02f61764 feat: docker-compose dev & testing for core-node 2020-04-15 11:43:50 +02:00
Matthew Little
6f694479b1 fix: postgres connection between docker containers 2020-04-15 11:43:50 +02:00
Matthew Little
ddd694cdbf feat: blockstack-core build and distribute util, docker-compose setup for postgres and core-node dependency services 2020-04-15 11:43:50 +02:00
kyranjamie
b05d571a88 feat: render types from json schema 2020-04-06 11:39:59 +02:00
Matthew Little
3dad3d4660 feat: initial block stream parsing with testnet socket
Refs #2
Refs #3
2020-02-18 13:27:48 -05:00