Commit Graph

869 Commits

Author SHA1 Message Date
kexkey
593d306fff Merge pull request #238 from phillamy/installer-btc-port
installer - expose BTC P2P port - from cyphernode/dev
2021-11-19 11:44:02 -05:00
kexkey
7f0290883c Merge pull request #233 from SatoshiPortal/features/validateaddress
Added validateaddress endpoint
2021-11-18 15:37:24 -05:00
Philippe Lamy
9f80e1cbf6 installer - expose BTC P2P port 2021-11-18 15:24:52 -05:00
kexkey
d42ba92593 Added openapi response schema for validateaddress 2021-11-18 11:23:05 -05:00
kexkey
4d4bee3fca Added validateaddress endpoint 2021-11-15 16:49:13 -05:00
kexkey
f62a7f4cf9 Merge pull request #231 from SatoshiPortal/dependabot/npm_and_yarn/cyphernodeconf_docker/validator-13.7.0
Bump validator from 10.11.0 to 13.7.0 in /cyphernodeconf_docker
2021-11-05 23:41:14 -04:00
dependabot[bot]
c750588be7 Bump validator from 10.11.0 to 13.7.0 in /cyphernodeconf_docker
Bumps [validator](https://github.com/validatorjs/validator.js) from 10.11.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validatorjs/validator.js/compare/10.11.0...13.7.0)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 18:27:53 +00:00
kexkey
2c63e05faa Merge branch 'dev' of https://github.com/SatoshiPortal/cyphernode into dev 2021-10-27 15:13:42 -04:00
kexkey
801af8c1ce Small LN refactoring and retrying SQL requests on failures... 2021-10-27 15:01:58 -04:00
kexkey
8fe26730ce Merge pull request #230 from SatoshiPortal/dependabot/npm_and_yarn/cyphernodeconf_docker/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5 in /cyphernodeconf_docker
2021-10-14 13:10:13 -04:00
kexkey
fc3fadf59f New derivation doc 2021-10-14 13:08:25 -04:00
kexkey
558774a899 deriveindex_bitcoind and derivepubpath_bitcoind faster derivation 2021-10-14 12:54:06 -04:00
kexkey
99cd2f4919 Published mosquitto images don't have openssl libs since ~1 month 2021-10-08 12:18:58 -04:00
kexkey
23caf87e30 Optimized db with new indexes, added rawtx db 2021-10-07 12:43:53 -04:00
kexkey
f1fe6df07d Upgraded from c-lightning v0.10.0 to v0.10.1 2021-10-07 11:52:12 -04:00
kexkey
8442d4b053 manage_missed_conf optimized greatly 2021-10-07 11:48:43 -04:00
kexkey
ae2929cde9 ln_pay now tries legacypay first, then pay if failed 2021-10-07 11:42:01 -04:00
dependabot[bot]
c41875dfe0 Bump tmpl from 1.0.4 to 1.0.5 in /cyphernodeconf_docker
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 03:59:41 +00:00
kexkey
4c38132c38 Added ln_paystatus 2021-09-10 02:08:23 -04:00
kexkey
0fba07e188 ln_pay retries with legacypay on failure 2021-09-09 13:08:55 -04:00
kexkey
a8d3296562 Make ln_listpays take opt. bolt11 arg 2021-09-08 11:53:14 -04:00
kexkey
57af480de1 Wrong param name to getnewaddress 2021-09-06 18:17:46 -04:00
kexkey
8268247c83 Fixed labels in watches and added tests 2021-09-06 15:10:33 -04:00
kexkey
d7cc865cad Merge pull request #226 from SatoshiPortal/dependabot/npm_and_yarn/cyphernodeconf_docker/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /cyphernodeconf_docker
2021-08-20 17:26:57 -04:00
kexkey
659147c71d Better missed-conf-management, better tests 2021-08-20 17:24:38 -04:00
dependabot[bot]
e6128c97ad Bump path-parse from 1.0.6 to 1.0.7 in /cyphernodeconf_docker
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 01:58:40 +00:00
kexkey
2e60b91a6a Support for Bitcoin Core labels for watched and new addresses 2021-08-08 14:47:28 -04:00
kexkey
80f17d9176 Fixes in lightning stuff 2021-08-05 16:48:53 -04:00
kexkey
f67ece9bba Bit of cleaning 2021-07-08 14:39:09 -04:00
kexkey
d50be235dd Merge pull request #225 from SatoshiPortal/dependabot/npm_and_yarn/cyphernodeconf_docker/ws-5.2.3
Bump ws from 5.2.2 to 5.2.3 in /cyphernodeconf_docker
2021-07-02 13:04:32 -04:00
kexkey
f88c637ff6 Small fix in ln_pay description and let's dev on v0.7.0! 2021-07-02 10:57:40 -04:00
dependabot[bot]
dbd0691ba1 Bump ws from 5.2.2 to 5.2.3 in /cyphernodeconf_docker
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 17:15:15 +00:00
kexkey
f3419edf9d Merge pull request #224 from SatoshiPortal/releases/v0.7.0
Releases/v0.7.0
2021-07-01 13:10:57 -04:00
kexkey
00bb08b944 v0.7.0 2021-06-29 10:53:05 -04:00
kexkey
3b797243d0 v0.7.0-rc.2 2021-06-22 11:14:27 -04:00
kexkey
a2efce08df Small fixes in removefrombatch and watchtxid 2021-06-22 11:09:42 -04:00
kexkey
b86eda1e4a Image tags were wrong if locally built 2021-06-22 11:09:42 -04:00
kexkey
3a9aeb543e v0.7.0-rc.1 2021-06-22 11:09:42 -04:00
kexkey
080cc3b041 Merge pull request #222 from phillamy/fix-tor-signature-check
Tor : changed the key verification server to keys.openpgp.org
2021-06-22 11:08:16 -04:00
Philippe Lamy
9f1e127c52 changed the key server to keys.openpgp.org - as seen in the Tor Browser documentation 2021-06-21 16:27:02 -04:00
kexkey
afd67bc043 Upgraded to bitcoind 0.21.1 and c-ln 0.10.0 2021-05-25 12:23:54 -04:00
kexkey
04e1ff9e2e Merge pull request #220 from phillamy/btc-core-create-wallets
Btc core create wallets
2021-05-25 11:58:45 -04:00
Philippe Lamy
76be5c2282 Merge branch 'dev' into btc-core-create-wallets 2021-05-20 12:43:48 -04:00
Philippe Lamy
3aea4e7cad Changed wait loop for bitcoind after jedi review 2021-05-20 12:24:47 -04:00
kexkey
f747548e63 Changed how to check if Tor is working 2021-05-18 14:24:38 -04:00
Philippe Lamy
cef7186122 fix to get id+group of current user 2021-05-14 10:14:51 -04:00
kexkey
fc5cae6d91 Merge pull request #218 from SatoshiPortal/dependabot/npm_and_yarn/cyphernodeconf_docker/hosted-git-info-2.8.9
Bump hosted-git-info from 2.7.1 to 2.8.9 in /cyphernodeconf_docker
2021-05-14 09:48:21 -04:00
kexkey
88c75235df Merge pull request #217 from SatoshiPortal/dependabot/npm_and_yarn/cyphernodeconf_docker/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21 in /cyphernodeconf_docker
2021-05-14 09:48:09 -04:00
kexkey
4e7b658c40 Merge pull request #216 from SatoshiPortal/dependabot/npm_and_yarn/cyphernodeconf_docker/handlebars-4.7.7
Bump handlebars from 4.5.3 to 4.7.7 in /cyphernodeconf_docker
2021-05-14 09:47:56 -04:00
Philippe Lamy
c386f7c371 Merge branch 'dev' into btc-core-create-wallets 2021-05-13 10:07:42 -04:00