Commit Graph

1730 Commits

Author SHA1 Message Date
Oliver Gugger
485ec0f697 Merge pull request #5710 from ErikEk/zmq-healthcheck
config: misconfigured bitcoind zmq
2021-12-10 12:54:15 +01:00
Oliver Gugger
2de8571ab3 Merge pull request #6073 from mattbajorek/5518-clarify-invalid-config-timeout-constraints
netann: clarify invalid config timeout constraints [skip ci]
2021-12-10 12:52:29 +01:00
Oliver Gugger
66a669d8e9 Merge pull request #5854 from LN-Zap/upstream/RPCTransaction
Adds helper function lnrpc.RPCTransaction to create a single lnrpc.Transaction and refactors lnrpc.RPCTransactionDetails
2021-12-10 12:45:17 +01:00
Bjarne Magnussen
46c268eec0 add to release notes 0.14.2 2021-12-10 08:27:19 +01:00
Martin Habovstiak
333fe39a51 docs: added release notes regarding #5539 2021-12-10 00:23:00 +01:00
Olaoluwa Osuntokun
f022e557bf Merge pull request #6068 from bhandras/mc_store_fix
routing: fix memory corruption in MC store
2021-12-09 15:20:07 -08:00
Olaoluwa Osuntokun
842fa15229 Merge pull request #6062 from yyforyongyu/6056-fix-webapi
chainfee: return floor fee rate when a given target is not found
2021-12-09 15:17:05 -08:00
Matthew Bajorek
93b1cd0e82 docs: update release note for #6073 [skip ci] 2021-12-09 09:29:18 -05:00
ErikEk
94cb818dd9 healthcheck: misconfigured bitcoind zmq 2021-12-09 10:51:34 +01:00
Andras Banki-Horvath
5efbb2b0ff docs: update release notes 2021-12-08 23:10:20 +01:00
yyforyongyu
4a62b7cf8c docs: add release note for ChanStatusFlags 2021-12-08 04:50:47 +08:00
Oliver Gugger
099d5b8286 Merge pull request #6060 from mattbajorek/bugfix/lncli-trackpayment-json
lncli: Add json flag to trackpayment
2021-12-07 21:15:38 +01:00
Matthew Bajorek
6ebc896f6f lncli: Add json flag to trackpayment [skip ci] 2021-12-07 14:04:27 -05:00
yyforyongyu
7f3a146216 docs: update release note for fee rate fix 2021-12-07 20:18:24 +08:00
Oliver Gugger
c75c3bd847 Merge pull request #5756 from yyforyongyu/itest-1-run-ctx
itest: refactor context management inside harness node and net
2021-12-07 13:14:27 +01:00
yyforyongyu
c4de19b757 docs: update release note for itest ctxt fix 2021-12-07 18:52:55 +08:00
Harsha Goli
64a34f4f9f docs: update release notes 2021-12-06 14:45:11 -05:00
Andras Banki-Horvath
24d5146894 docs: update release notes 2021-12-02 21:07:50 +01:00
Oliver Gugger
8d3fec35fe Merge pull request #6033 from sangaman/example-systemd-service
docs: add example systemd service file
2021-12-01 15:14:32 +01:00
Daniel McNally
128ec2c454 docs: add example systemd service file
This is an example systemd service file for lnd designed to run
alongside a bitcoind service. This file is loosely based on
https://github.com/bitcoin/bitcoin/blob/master/contrib/init/bitcoind.service,
https://gist.github.com/Stadicus/f0c6db4fa6cf787f19d9d3444b91633f,
and my own experience managing lnd with systemd.
2021-11-30 23:43:24 -05:00
naveen
b3ef3db0f2 multi: Remove GO111MODULE env variable in Makefile
The `GO111MODULE` variable is not required from go 1.16
https://go.dev/blog/go116-module-changes
2021-11-30 09:35:30 +01:00
Oliver Gugger
8facc6f07e docs+Makefile: remove goveralls
We use a GitHub Action for sending the coverage to coveralls.io and
don't need the goveralls binary anymore.
2021-11-29 12:49:29 +01:00
Olaoluwa Osuntokun
ed854cf492 docs/release-notes: add entry for funding API downgrade protection 2021-11-24 14:32:55 -06:00
Oliver Gugger
ee015a1d6e docs: add release notes for channel negotiation 2021-11-24 17:51:44 +01:00
Olaoluwa Osuntokun
32d0ecdca1 docs/release-notes: add entry for cnct bug fix 2021-11-24 14:40:27 +01:00
Olaoluwa Osuntokun
5a5d535dc5 docs/release-notes: add section about transitive feature dep fix 2021-11-24 14:36:52 +01:00
Oliver Gugger
5155ebc405 tor+healthcheck: fix healthcheck for multiple services
Fixes #6013.
This commit fixes the Tor healthcheck that would previously fail if
there were multiple hidden service registered.
In the controller, we only need to know that our service is contained in
the list of active services. But we can't do a string equality check
since there might be multiple services, comma separated.
2021-11-23 09:53:36 +01:00
ueno
86425091e9 channeldb: check fetchOpenChannel() error 2021-11-23 17:31:57 +09:00
Jamie Turley
fb43843253 kvdb/bolt_compact: have log message take account space multiplier
[skip ci]
2021-11-21 21:52:30 -08:00
Oliver Gugger
03adf5c626 docs: fix formatting [skip ci] 2021-11-18 09:46:30 +01:00
Max Hillebrand
9ee2129276 docs: fix link & typo in release notes 0.14.0 2021-11-18 09:27:03 +01:00
Olaoluwa Osuntokun
39b4b7158f docs/release-notes: update contributor set for 0.14.0 2021-11-17 12:01:16 -08:00
Olaoluwa Osuntokun
451280daa4 Merge pull request #5992 from bottlepay/pg-max-conn
postgres: add connection limit
2021-11-17 11:53:52 -08:00
Joost Jager
274faff980 postgres: add connection limit 2021-11-17 11:08:43 +01:00
Olaoluwa Osuntokun
94eae34a3b docs/release-notes: mentionn removing amp-reuse CLI flag 2021-11-16 18:26:12 -08:00
Olaoluwa Osuntokun
f7dd70b5cb docs/release-notes: add release notes for illumos drop 2021-11-15 16:04:16 -08:00
Olaoluwa Osuntokun
e351b879dc docs/release-notes: add release notes for pruned node fix 2021-11-12 18:27:57 -08:00
James Blachly
c44a108cc9 Docs: fix language ambiguity in key import [skip ci] 2021-11-09 11:49:50 -05:00
Olaoluwa Osuntokun
c57b573f23 Merge branch 'master' into middleware-request-id 2021-11-08 18:25:35 -08:00
Olaoluwa Osuntokun
5166e19e9e Merge pull request #5948 from guggero/daemon-error-logging
Fix logging issues, cleanup config parsing
2021-11-08 18:05:12 -08:00
Oliver Gugger
35b4382f7a docs: update release notes 2021-11-08 22:39:41 +01:00
Oliver Gugger
87a49b17cc docs: add release notes 2021-11-08 15:03:00 +01:00
Andras Banki-Horvath
0beaee0336 docs: update release notes 2021-11-08 12:40:18 +01:00
Oliver Gugger
77e457a48e docs: update release notes 2021-11-05 10:50:07 +01:00
Olaoluwa Osuntokun
1ab5cc3ae8 Merge pull request #5925 from ellemouton/staggerConnToMultipleAddresses
server: stagger connReqs to multi-address peers
2021-11-04 17:48:49 -07:00
Olaoluwa Osuntokun
5404fe82c1 Merge pull request #5873 from Roasbeef/rpc-graph-cache
channeldb+rpc: optimize graph related RPC calls
2021-11-04 17:38:28 -07:00
Olaoluwa Osuntokun
7d6915d17c Merge pull request #5902 from Roasbeef/lru-chan-upd
discovery: revamp premature update map
2021-11-04 16:46:28 -07:00
Olaoluwa Osuntokun
090b917ee2 docs/release-notes: add entry for rpc graph cache 2021-11-04 15:30:36 -07:00
Olaoluwa Osuntokun
75ae7e68b0 docs/release-notes: add new entry for gossip cache revamp 2021-11-04 15:21:25 -07:00
Olaoluwa Osuntokun
36acb107f7 docs/release-notes: add entry for neutrino version upgrade 2021-11-04 15:16:36 -07:00