Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Dec 20, 2024
1 parent b5ed2f0 commit d406421
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 1 addition & 7 deletions docs/lnd/release-notes/release-notes-0.18.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,12 @@ types in a series of changes:

## lncli Additions

* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
now update the channel policy if the edge was not found in the graph
database if the `create_missing_edge` flag is set.

# Improvements
## Functional Updates
## RPC Updates

## lncli Updates


## Code Health
## Breaking Changes
## Performance Improvements
Expand All @@ -124,5 +119,4 @@ types in a series of changes:
* George Tsagkarelis
* Olaoluwa Osuntokun
* Oliver Gugger
* Ziggie

* Ziggie
11 changes: 11 additions & 0 deletions docs/lnd/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
* The `lncli wallet fundpsbt` command now has a [`--max_fee_ratio` argument to
specify the max fees to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600)

* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
now update the channel policy if the edge was not found in the graph
database if the `create_missing_edge` flag is set.

# Improvements
## Functional Updates

Expand Down Expand Up @@ -216,6 +220,11 @@ The underlying functionality between those two options remain the same.
store](https://github.com/lightningnetwork/lnd/pull/9001) so that results are
namespaced. All existing results are written to the "default" namespace.

* [Remove global application level lock for
Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB
transactions can run at once, increasing efficiency. Includes several bugfixes
to allow this to work properly.

## Code Health

* A code refactor that [moves all the graph related DB code out of the
Expand All @@ -239,13 +248,15 @@ The underlying functionality between those two options remain the same.
# Contributors (Alphabetical Order)

* Abdullahi Yunus
* Alex Akselrod
* Animesh Bilthare
* Boris Nagaev
* Carla Kirk-Cohen
* CharlieZKSmith
* Elle Mouton
* George Tsagkarelis
* hieblmi
* Jesse de Wit
* Keagan McClelland
* Oliver Gugger
* Pins
Expand Down

0 comments on commit d406421

Please sign in to comment.