bee5e7b761
docs: update etcd docs
2022-02-28 12:03:05 +01:00
4d9a05c2f4
Merge pull request #6221 from Crypt-iQ/link_handoff
...
multi: reliable hand-off from htlcswitch to contractcourt
2022-02-24 17:01:36 -08:00
10fba3d859
Merge pull request #6214 from yyforyongyu/server-start-order
...
server: start htlcswitch early in the pipeline
2022-02-24 15:32:46 -08:00
ff4d037ff6
release-notes: update 0.15.0 notes
2022-02-24 13:36:13 -05:00
d9b657ccb6
docs: update release notes
2022-02-21 13:49:30 +01:00
9a50cc95b7
Merge pull request #6224 from Roasbeef/prometheus-latency-histograms
...
monitoring+cfg: add new option to export gRPC perf metrics
2022-02-16 16:38:51 -08:00
1fd8a78537
docs/release-notes: add entry for gRPC perf flag
2022-02-16 16:20:38 -08:00
eb366a64e6
docs: add release notes
2022-02-15 18:13:03 +01:00
72548ea463
server: start htlcSwitch before chainArb
2022-02-11 21:17:03 +08:00
67eae60bcc
docs: add release notes
2022-02-10 11:04:54 +01:00
46e048af31
docs: add pr to release notes
2022-02-07 09:07:10 +02:00
80e304573c
lnwallet: increase legacy fee limit threshold to 1k sats
...
In this commit, we increase the legacy fee limit threshold (the amount
below which we'll allow 100% of funds to go to fees for the non-v2 RPC
calls) from 50 sats to 1k sats.
2022-02-03 11:54:01 -08:00
04bbbea9a7
Merge pull request #6228 from guggero/contribution-guidelines
...
docs: rewrite and regroup formatting rules [skip ci]
2022-02-03 10:02:02 +01:00
5891643269
Merge pull request #6226 from guggero/fee-limit-fix
...
Fix default value for fee limit
2022-02-02 12:53:11 -08:00
84c8c18a9e
docs: update release notes
2022-02-02 17:29:55 +01:00
b398d64393
Tiny Formatting Change
2022-02-02 16:14:42 +02:00
b667f7a89c
docs: rewrite and regroup formatting rules [skip ci]
2022-02-02 15:11:43 +01:00
3c324ad058
docs: remove protobuf compilation section from guidelines
...
Since we're now enforcing the formatting of the protobuf files through a
CI step, this explicit mention in the docs is no longer needed.
2022-02-02 15:10:24 +01:00
5a827dd19b
Merge pull request #6177 from bottlepay/interceptor-failures
...
htlcswitch: add htlc interceptor failure control
2022-02-01 17:00:07 -08:00
d2143bd40f
docs: add guidelines for func declarations [skip ci]
2022-02-01 08:31:19 -08:00
e2b56f212f
htlcswitch: accept failure reason for intercepted htlcs
2022-02-01 17:18:59 +01:00
3c3bce3415
makefile: fail rpc-check after finding any changes
...
`rpc-check` is used in our CI pipeline to detect any difference
between the committed and the automatically generated rpc files.
Unfortunately, the current method only detects changes in the
already existing files and won't fail if `make rpc` generates
a totally new file.
`git status --porcelain` makes the trick, it returns a line for
each file that has been modified, created or deleted.
2022-01-29 11:23:24 -08:00
9e0f7e73db
Merge pull request #6211 from carlaKC/github-prtemplate
...
github: simplify PR template and add more sections
2022-01-28 10:46:22 +01:00
b77c1fb200
Merge pull request #6149 from bhandras/graph_import_rpc
...
lnd: add `devrpc` sub server and `devrpc.ImportGraph` to import graph dumps
2022-01-28 10:24:59 +01:00
0f8d314ee7
github: simplify PR template and add more sections [skip ci]
2022-01-28 09:50:02 +02:00
c15d010ba2
docs: add release notes
2022-01-27 15:10:04 +02:00
a05b85686f
docs/release-notes: add roasbeef to 0.14.2 notes [skip-ci]
2022-01-26 14:18:29 -08:00
cc1f91b4d3
docs: add release notes
2022-01-26 11:38:44 +01:00
8c66e59eaa
Merge pull request #6200 from Roasbeef/routing-fee-fix
...
lnrpc: fix the existing routing fee inaccuracy
2022-01-25 16:46:01 -08:00
40dd146358
docs/release-notes: add entry for fee rate bug fix and rpc change
2022-01-25 16:01:31 -08:00
ef1eff1058
lnrpc: fix the existing routing fee inaccuracy
...
When updating the channel routing policy, we encounter an inaccurate
precision error when calculating the routing fee. The issue stems from
the way the IEEE 754 standard works.
The solution here is to add a uint64 parameter (as mentioned in the
issue) and keep the float64 fee_rate parameter but rounding the product
of the base and fee rate.
2022-01-25 15:42:57 -08:00
64a51c1524
docs/release-notes: update notes for 0.14.2
2022-01-25 15:42:20 -05:00
234fdc6c9c
Merge pull request #6185 from sangaman/rpc-middleware-custom-caveat
...
rpcperms: set CustomCaveatCondition on middleware req
2022-01-24 15:45:49 -08:00
39ea802eb1
docs: update release notes 0.15.0
2022-01-24 17:43:01 +01:00
4a573b18cf
rpcperms: set CustomCaveatCondition on middleware req
...
This sets the `CustomCaveatCondition` value on rpc middleware requests
if one exists. Previously, this value was always blank even if the
macaroon had a value set for its custom caveat condition.
2022-01-24 11:39:07 -05:00
f0e2a20d67
Merge pull request #6181 from schjonhaug/general-improvements-to-mobile-instructions
...
General improvements to mobile instructions
2022-01-24 16:52:52 +01:00
530a2059e5
multi: Fix typos [skip ci]
2022-01-24 12:19:02 +02:00
1f50320fe1
General improvements to mobile instructions
...
* Using <details> and <summary> tags in the INSTALL.md to collapse the various platforms for installing, making the rendered page shorter and easier to read.
* Simplyfying the instructions for creating LND mobile
* Fixed bug in checkout of latest tagged release
* Fixed bug in command for moving proto definitions to same folder as xcframework file
* Use Go 1.17.6 for building the Swift proto definitions
* Added link to LND Builder’s Guide
2022-01-22 09:23:48 +01:00
d67e6d5414
Merge pull request #6111 from bottlepay/cache-loading
...
kvdb+channeldb: speed up graph cache
2022-01-20 17:35:04 -08:00
408e40fd64
Merge pull request #6180 from bhandras/force-import-mc
...
routing: add option to force Mission Control pair history import
2022-01-20 17:04:00 -08:00
2dff5ba216
docs: update release notes 0.14.2
2022-01-20 18:20:44 +01:00
6680d27d6f
Merge pull request #6184 from carlaKC/healthcheck-nochainbackend
...
server: disable chain health check if we're running without backend
2022-01-20 15:18:24 +01:00
7241653561
docs: add release notes
2022-01-20 14:31:47 +02:00
ddaba02558
Merge pull request #6178 from BTCparadigm/GitIgnore
...
Ignore .vs/ folder
2022-01-20 09:34:20 +01:00
a88a3c1b6d
Update release-notes-0.15.0.md
...
Add .gitignore update.
Add myself as contributor.
2022-01-19 13:01:56 +02:00
3829385073
Merge pull request #6159 from Roasbeef/fix-historical-migration
...
contractcourt: catch error when no historical bucket exists
2022-01-18 15:52:23 -08:00
957a0a5138
docs/release-notes: add entry for historical chan bucket check
2022-01-18 09:11:21 -08:00
431ef6c4c3
Merge pull request #6160 from guggero/docker-nightly-build
...
github: add schedule for nightly docker build
2022-01-18 13:11:14 +01:00
264b3b00cd
github: add schedule for daily build
2022-01-18 12:46:27 +01:00
429ee6e28e
docs/release-notes: add entry for private status in pendingchannels response
2022-01-18 09:42:14 +01:00