Skip to content

Commit 1c7bb88

Browse files
Merge pull request lightninglabs#177 from lightninglabs/docs-lnd
Update lnd documentation
2 parents b35d5ac + 41e9613 commit 1c7bb88

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/lnd/code_contribution_guidelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ Examples of common patterns w.r.t commit structures within the project:
316316
be a single commit which adds the new functionality, with follow up
317317
induvidual commits that begin to intergrate the functionality within the
318318
codebase.
319+
* If a PR only fixes a trivial issue, such as updating documentations on a
320+
small scale, fix typo, or any changes that do not modify the code, the
321+
commit message should end with `[skip ci]` to skip the CI checks.
319322
320323
## Code Spacing
321324

docs/lnd/release-notes/release-notes-0.14.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ you.
4141
* [Makes publishtransaction, in the wallet sub-server, reachable through
4242
lncli](https://github.com/lightningnetwork/lnd/pull/5460).
4343

44+
# Safety
45+
46+
* Locally force closed channels are now [kept in the channel.backup file until
47+
their time lock has fully matured](https://github.com/lightningnetwork/lnd/pull/5528).
48+
4449
# Build System
4550

4651
* [A new pre-submit check has been
@@ -80,6 +85,8 @@ you.
8085

8186
## Code cleanup, refactor, typo fixes
8287

88+
* [Refactor the interaction between the `htlcswitch` and `peer` packages for cleaner separation.](https://github.com/lightningnetwork/lnd/pull/5603)
89+
8390
* [Unused error check
8491
removed](https://github.com/lightningnetwork/lnd/pull/5537).
8592

@@ -97,6 +104,8 @@ you.
97104

98105
* [Flake fix in async bidirectional payment test](https://github.com/lightningnetwork/lnd/pull/5607).
99106

107+
* [Fixed context timeout when closing channels in tests](https://github.com/lightningnetwork/lnd/pull/5616).
108+
100109
* [Fixed a missing import and git tag in the healthcheck package](https://github.com/lightningnetwork/lnd/pull/5582).
101110

102111
* [Fixed a data race in payment unit test](https://github.com/lightningnetwork/lnd/pull/5573).
@@ -121,6 +130,10 @@ you.
121130
* [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515)
122131
to make payment throughput better when using etcd.
123132

133+
* [The `lnwire` package now uses a write buffer pool](https://github.com/lightningnetwork/lnd/pull/4884)
134+
when encoding/decoding messages. Such that most of the heap escapes are fixed,
135+
resulting in less memory being used when running `lnd`.
136+
124137
## Bug Fixes
125138

126139
A bug has been fixed that would cause `lnd` to [try to bootstrap using the
@@ -136,6 +149,7 @@ change](https://github.com/lightningnetwork/lnd/pull/5613).
136149
# Contributors (Alphabetical Order)
137150
* Andras Banki-Horvath
138151
* ErikEk
152+
* Eugene Siegel
139153
* Martin Habovstiak
140154
* Zero-1729
141155
* Oliver Gugger

0 commit comments

Comments
 (0)