Skip to content

Commit 27a7832

Browse files
author
Gabriel Cardona
committed
Merge branch 'stage' of github.com:Bitcoin-com/rest.bitcoin.com into stage
2 parents d025b39 + d60d921 commit 27a7832

12 files changed

Lines changed: 323 additions & 250 deletions

File tree

dist/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ wtfnode.setLogger("error", function (data) {
208208
});
209209
setInterval(function () {
210210
wtfnode.dump();
211-
}, 60000);
211+
}, 60000 * 5);
212212
/**
213213
* Normalize a port into a number, string, or false.
214214
*/

dist/public/bitcoin-com-mainnet-rest-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
"openapi": "3.0.0",
11301130
"info": {
11311131
"description": "rest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
1132-
"version": "3.11.5",
1132+
"version": "3.11.6",
11331133
"title": "REST",
11341134
"license": {
11351135
"name": "MIT",

dist/public/bitcoin-com-testnet-rest-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
"openapi": "3.0.0",
11301130
"info": {
11311131
"description": "trest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
1132-
"version": "3.11.5",
1132+
"version": "3.11.6",
11331133
"title": "REST",
11341134
"license": {
11351135
"name": "MIT",

dist/public/new-favicon.png

580 Bytes
Loading

dist/views/swagger-v2.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html(lang='en')
1414
title REST V2 by Bitcoin.com - BCH RPC over HTTP
1515
link(href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700', rel='stylesheet')
1616
link(rel='stylesheet', type='text/css', href='../../public/swagger-ui-v2.css')
17-
link(rel='icon', type='image/png', href='../public/favicon.png', sizes='32x32')
17+
link(rel='icon', type='image/png', href='../public/new-favicon.png', sizes='32x32')
1818
style.
1919
html
2020
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest.bitcoin.com",
3-
"version": "3.11.5",
3+
"version": "3.11.6",
44
"description": "REST API for Bitcoin.com's Cloud",
55
"author": "Gabriel Cardona <gabriel@bitcoin.com>",
66
"contributors": [

src/public/new-favicon.png

580 Bytes
Loading

src/views/swagger-v2.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html(lang='en')
1414
title REST V2 by Bitcoin.com - BCH RPC over HTTP
1515
link(href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700', rel='stylesheet')
1616
link(rel='stylesheet', type='text/css', href='../../public/swagger-ui-v2.css')
17-
link(rel='icon', type='image/png', href='../public/favicon.png', sizes='32x32')
17+
link(rel='icon', type='image/png', href='../public/new-favicon.png', sizes='32x32')
1818
style.
1919
html
2020
{

swaggerJSONFiles/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"description": "The Bitcoin Cash JSON PRC over HTTP",
5-
"version": "3.11.5",
5+
"version": "3.11.6",
66
"title": "REST",
77
"license": {
88
"name": "MIT",

swaggerJSONFilesBuilt/mainnet/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"description": "rest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
5-
"version": "3.11.5",
5+
"version": "3.11.6",
66
"title": "REST",
77
"license": {
88
"name": "MIT",

0 commit comments

Comments
 (0)