Chris Troutner
27a2825a43
fix(Electrumx): Adding get tx details endpoints
2020-08-17 10:31:05 -07:00
Rosco Kalis
63b8168c45
Add get transaction details from Electrum
...
- Add functions for getting a single transaction details or bulk
- Add GET and POST routes for these functions
- Add tests +mock data for these functions
- Add test helper function for stubbing a method for unit tests
- Add test helper function for asserting an API error
2020-08-16 19:43:12 +02:00
Chris Troutner
553d6fd4b0
Merge pull request #16 from Permissionless-Software-Foundation/ct-unstable
...
fix(slp-api): Adding increased rate limits for slp-api
v1.17.5
2020-08-08 10:54:05 -07:00
Chris Troutner
ab98bf05da
fix(slp-api): Adding increased rate limits for slp-api
2020-08-08 10:48:12 -07:00
Chris Troutner
6806b4a197
Doing silent npm install
2020-08-08 10:27:34 -07:00
Chris Troutner
4ae74aed59
Merge pull request #15 from Permissionless-Software-Foundation/ct-unstable
...
fix(Docker): Updating dockerfile to PSF repo
v1.17.4
2020-08-08 09:35:29 -07:00
Chris Troutner
98e1a5b40f
fix(Docker): Updating dockerfile to PSF repo
2020-08-08 09:32:36 -07:00
Chris Troutner
279c9b7bea
Merge pull request #14 from Permissionless-Software-Foundation/ct-unstable
...
Tracking origin of requests in logs
v1.17.3
2020-08-08 08:27:52 -07:00
Chris Troutner
56be614980
Merge branch 'master' into ct-unstable
2020-08-08 08:22:33 -07:00
Chris Troutner
584037ebdd
fix(origin): Tracking origin of requests in logs
2020-08-08 08:22:23 -07:00
Chris Troutner
44230b73f7
Merge pull request #13 from Permissionless-Software-Foundation/ct-unstable
...
fix(deploy): Testing deploy again
v1.17.2
2020-08-07 17:18:08 -07:00
Chris Troutner
b7f1eba6bd
fix(deploy): Testing deploy again
2020-08-07 17:15:00 -07:00
Chris Troutner
35bc3025d6
Merge pull request #12 from Permissionless-Software-Foundation/ct-unstable
...
fix(deploy): Updating deploy script
v1.17.1
2020-08-07 17:06:59 -07:00
Chris Troutner
6f6531428a
fix(deploy): Updating deploy script
2020-08-07 17:00:57 -07:00
Chris Troutner
cb5e962167
Merge pull request #11 from Permissionless-Software-Foundation/ct-unstable
...
feat(SLP balance): Removing redundent, non-functional SLP balance end…
v1.17.0
2020-08-06 14:25:01 -07:00
Chris Troutner
33da626f78
Fixing linting issues
2020-08-06 14:21:39 -07:00
Chris Troutner
e9766630ed
Updating index.html
2020-08-06 14:14:10 -07:00
Chris Troutner
9b6adbf4ec
Updates to readme
2020-08-06 14:06:45 -07:00
Chris Troutner
5f09447da4
feat(SLP balance): Removing redundent, non-functional SLP balance endpoint
2020-08-06 14:02:22 -07:00
Chris Troutner
3c1a140cad
Merge pull request #8 from Permissionless-Software-Foundation/ct-unstable
...
ElectrumX Unconfirmed UTXO
v1.16.1
2020-07-31 08:50:55 -07:00
Chris Troutner
cd3444fb27
Merge branch 'master' of https://github.com/christroutner/bch-api into ct-unstable
2020-07-31 08:47:39 -07:00
Chris Troutner
b383312ec0
fix(unconfirmed tests): Not easy to test, so skipping for integration test
2020-07-31 08:47:11 -07:00
Chris Troutner
34b4c423d6
Merge pull request #152 from zh/uncorrect-documentations-urls
...
Correct urls in the api-doc: mempool -> unconfirmed
2020-07-31 08:45:40 -07:00
Stoyan Zhekov
b84ca11a6b
Correct urls in the api-doc: mempool -> unconfirmed
2020-07-30 19:20:47 +09:00
Chris Troutner
5cc7b6f1cd
Merge pull request #4 from Permissionless-Software-Foundation/ct-unstable
...
ElectrumX GET and POST endpoints for unconfirmed utxos
2020-07-29 10:22:45 -07:00
Chris Troutner
96f948f410
Merge branch 'master' of https://github.com/christroutner/bch-api into ct-unstable
2020-07-29 10:19:31 -07:00
Chris Troutner
b2f32b2ff8
Merge pull request #151 from zh/unconfirmed-utxos-per-address
...
Unconfirmed utxos per address
2020-07-29 10:18:42 -07:00
Stoyan Zhekov
14ac642bdb
Bulk mempool response format fixed
2020-07-29 00:10:26 +09:00
Stoyan Zhekov
74112a1ed8
Routes added
2020-07-28 23:46:02 +09:00
Stoyan Zhekov
1e53a42efd
GET and POST endpoints for unconfirmed utxos
2020-07-28 23:39:16 +09:00
Chris Troutner
08a1315082
Merge pull request #1 from Permissionless-Software-Foundation/ct-unstable
...
feat(fork): Forked from christrounter/bch-api to PSF repo
v1.16.0
2020-07-28 07:00:43 -07:00
Chris Troutner
e81ccfae20
Updating package version
2020-07-28 06:58:36 -07:00
Chris Troutner
932c7dbfd5
feat(fork): Forked from christrounter/bch-api to PSF repo
2020-07-28 06:56:14 -07:00
Chris Troutner
8052fcabcc
Merge branch 'master' of https://github.com/christroutner/bch-api
v1.15.4
2020-07-27 21:30:11 -07:00
Chris Troutner
2358737f9e
Forked from christroutner/bch-api
2020-07-27 21:25:31 -07:00
Chris Troutner
01b9e80e89
Updating gitignore
2020-07-27 21:23:36 -07:00
Chris Troutner
2124baee28
removing save file
2020-07-27 21:23:10 -07:00
Chris Troutner
fe9921a76f
Merge pull request #150 from christroutner/unstable
...
fix(bitcore-lib-cash): Updated to v8.20.3
2020-07-27 21:13:49 -07:00
Chris Troutner
7354bf94ac
fix(npm audit): Ran npm audit fix
2020-07-27 21:11:37 -07:00
Chris Troutner
e3c120b126
fix(bitcore-lib-cash): Updated to v8.20.3
2020-07-27 21:08:55 -07:00
Chris Troutner
4df694419a
Merge pull request #149 from christroutner/unstable
...
fix(generateSendOpReturn): returns hex string now
2020-07-18 19:47:24 -07:00
Chris Troutner
ba64012388
Merge branch 'master' into unstable
2020-07-18 19:42:25 -07:00
Chris Troutner
9a883806da
Merge pull request #146 from christroutner/dependabot/npm_and_yarn/npm-6.14.6
...
build(deps): bump npm from 6.14.3 to 6.14.6
2020-07-18 19:42:01 -07:00
Chris Troutner
695072dfbf
fix(generateSendOpReturn): returns hex string now
2020-07-18 19:40:17 -07:00
Chris Troutner
6553560c56
Linting
2020-07-18 18:37:56 -07:00
Chris Troutner
3e109f33d8
Merge pull request #148 from christroutner/dh-endpoint-fix
...
fix(endpoint): Fixed /generateSendOpReturn/ endpoint
2020-07-18 17:50:02 -07:00
Daniel Gonzalez
c6c4b44ce0
fix(endpoint): Fixed /generateSendOpReturn/ endpoint
2020-07-17 00:57:11 -04:00
Chris Troutner
bb850505d7
Merge pull request #147 from christroutner/dh-rest-api
...
feat(endpoint): Added new /generateSendOpReturn POST endpoint
2020-07-14 11:01:50 -07:00
Chris Troutner
222496d9e6
Merge branch 'master' into dh-rest-api
2020-07-14 10:58:46 -07:00
Chris Troutner
94b5f1e087
updating gitignore
2020-07-14 07:30:27 -07:00