Commit Graph

598 Commits

Author SHA1 Message Date
cryptoskillz
d43c4a71ba Added clearly docker log instructions if cyphernode fails to start 2019-12-03 10:24:41 -05:00
kexkey
5dea791af0 It is actually compatible and supported to switch network 2019-11-09 18:18:53 -05:00
kexkey
f61aa4b734 rawtx was not detailed when sending tx 2019-11-02 21:03:35 -04:00
G
147517c07a Update api.properties
add ```action_getblockhash=stats``` to api.properties template so it is generated for a new install.
2019-10-20 18:22:56 -04:00
SKP
82498ee251 Update README.md 2019-10-20 18:22:56 -04:00
Mayank
5cb63e3522 fix ln expose question's help text 2019-10-13 18:57:46 -04:00
Mayank Chhabra
fa73077e9c API doc Links 2019-10-09 13:32:21 -04:00
dependabot[bot]
1140c9aa92 Bump mixin-deep from 1.3.1 to 1.3.2 in /cyphernodeconf_docker (#132)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-30 08:55:17 -04:00
kexkey
9a16f888ba Releases/v0.2.4 (#131)
* v0.2.4-rc.1

* OTS patch (npm) for it to compile on aarch64

* Healthchecker was sometimes restarting bitcoin container

* v0.2.4-rc.2

* v0.2.4
2019-09-30 08:46:17 -04:00
kexkey
08289c9e1a Added Bitcoin Core wait time in the deployment tests 2019-09-05 11:10:17 -04:00
g-homebase
2cfadd47a6 open api doc 2019-09-05 10:25:39 -04:00
g-homebase
8c7f2724ff Added getblockhash call 2019-09-05 10:25:39 -04:00
kexkey
aa7ee15d3d Forgot a file! 2019-09-04 21:03:43 -04:00
kexkey
62a0b36c09 Now using bitcoin-client.conf mechanism 2019-09-04 21:03:43 -04:00
kexkey
0039ebdc90 Fixed docs 2019-09-04 21:03:43 -04:00
kexkey
e8c587db52 OTS API documentation 2019-09-04 21:03:43 -04:00
kexkey
7a4096e70c fixes have been merged in official repo 2019-09-04 21:03:43 -04:00
kexkey
492393d030 arg manip fix 2019-09-04 21:03:43 -04:00
kexkey
b060fa08b9 OTS info first draft 2019-09-04 21:03:43 -04:00
kexkey
117e62c23c When url is empty, don't callback 2019-09-04 21:03:43 -04:00
kexkey
d3c52deecc Added useful comments on how to call ots_stamp and ots_verify 2019-09-04 21:03:43 -04:00
kexkey
064b40828f Correctly added testnet OTS server to whitelist and using a fixed fork of javascript-opentimestamps 2019-09-04 21:03:43 -04:00
kexkey
c2d33139ef testnet support for OTS 2019-09-04 21:03:43 -04:00
kexkey
8168bed0d5 Small fixes to make it work, using fixed javascript-opentimestamps 2019-09-04 21:03:43 -04:00
kexkey
8fc7d0f708 bitcoin conf fix, base64 decoding 2019-09-04 21:03:43 -04:00
kexkey
9cf96097c4 OTS verify, first pass 2019-09-04 21:03:43 -04:00
kexkey
13a2fbac1d Replaced bitcoin_monitor container by healthcheck in bitcoin container 2019-09-04 13:22:06 -04:00
kexkey
2efb92b28f bitcoin-rpc* configs in lightning config useless since bitcoin.conf used 2019-09-04 13:22:06 -04:00
kexkey
755c243aa0 Separated start from deployment tests (testdeployment.sh) 2019-09-04 13:22:06 -04:00
kexkey
0b281bceb5 Monitoring volume fix 2019-09-04 13:22:06 -04:00
kexkey
fd510fdfc4 Copy bitcoin-client.conf 2019-09-04 13:22:06 -04:00
kexkey
297af02fea Using bitcoin-client.conf and monitor bitcoin node for deployment 2019-09-04 13:22:06 -04:00
kexkey
d8665a1ee1 Ah! 2019-08-31 17:30:21 -04:00
kexkey
a68123630a Added -r to jq when tr -d double-quotes 2019-08-31 17:30:21 -04:00
kexkey
1a45edf008 Made confTarget optional, so we just default bumpfee when not supplied 2019-08-31 17:30:21 -04:00
kexkey
b3c4219672 Example in docs didn't make sense for bumpfee 2019-08-31 17:30:21 -04:00
kexkey
c1d978af9d bumpfee first draft 2019-08-31 17:30:21 -04:00
kexkey
a1195580aa Added Bitcoin protocol ports exposed 2019-08-30 16:19:21 -04:00
SKP
0cc325e60b Added regtest support 2019-08-30 16:19:21 -04:00
dependabot[bot]
48415464c2 Bump eslint-utils from 1.3.1 to 1.4.2 in /cyphernodeconf_docker
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 15:17:48 -04:00
SKP
8eac60f023 Required feature properties will only fail the validation if features is enabled and they are missing. If the feature is not enabled, validation does not fail 2019-08-19 18:30:41 +02:00
kexkey
7520c97ae5 Fix issue 118, curl http_code sometimes is 000 but it's an invalid JSON number 2019-08-15 11:40:52 -04:00
kexkey
2d126c473b New helloworld endpoint useful when diagnosing 2019-08-08 14:59:43 -04:00
kexkey
b43d6a273e Releases/v0.2.3 (#115)
* v0.2.3

* CypherApps stays v0.2.2
2019-07-25 15:08:42 -04:00
kexkey
4091b4889d Pycoin was broken -- changed the way we install it 2019-07-25 14:00:30 -04:00
kexkey
a27f671f18 Releases/v0.2.2 (#114)
* v0.2.2-rc.1

* bump other versions too...

* v0.2.2-rc.2

* v0.2.2 final release
2019-07-23 15:19:31 -04:00
kexkey
2f59e0deff Ajusted docs 2019-07-17 15:23:30 -04:00
SKP
992b1e0630 Fixed: deactivated bug 2019-07-17 20:22:23 +02:00
kexkey
f571d323b4 All dist should be ignored except our two scripts 2019-07-16 15:11:47 -04:00
kexkey
1174174670 Removed obsolete file 2019-07-16 15:05:09 -04:00