MPins
6fb2d47e84
doc: release-notes-0.20.0
2025-05-13 19:42:54 -03:00
Oliver Gugger
1db6c31e20
Merge pull request #9798 from ellemouton/graphFixNotificationSubs
...
graph/db: synchronous topology client subscriptions/cancellations
2025-05-12 17:10:44 +02:00
Elle Mouton
0155d5d7b0
graph/db: handle topology updates in a single location
...
In this commit, we ensure that any topology update is forced to go via
the `handleTopologySubscriptions` handler so that client subscriptions
and updates are handled correctly and in the correct order.
This removes a bug that could result from a client missing a
notification about a channel being closed if the client is subscribed
and shortly after, `PruneGraph` is called which would notify all
subscribed clients and possibly do so before the client subscription has
actually been persisted.
2025-05-12 14:42:22 +02:00
Oliver Gugger
12dbeb99c3
docs: document previously implicit formatting rule
...
Adds a formatting rule to the code style documentation that is being
used widely throughout the codebase but isn't properly documented.
2025-05-12 07:00:51 +02:00
Oliver Gugger
ee25c228e9
Merge pull request #8330 from bitromortac/2401-bimodal-improvements
...
bimodal pathfinding probability improvements
2025-05-08 21:35:49 +02:00
bitromortac
86249fbe6c
docs: update release notes
2025-05-08 18:31:31 +02:00
Olaoluwa Osuntokun
1c76c6198c
build: bump Go version to v1.23.9
2025-05-06 15:50:16 -07:00
bitromortac
306df7048f
docs: update release notes
2025-05-06 11:16:36 +02:00
bitromortac
aaccc2bcaa
docs: update release notes
2025-05-05 15:02:55 +02:00
Oliver Gugger
334a7d1123
Merge pull request #9770 from bitromortac/2504-mc-migration-fix
...
routing+migration: fix mission control migration with nil failure msg
2025-05-02 14:22:59 +02:00
bitromortac
5020e1f98b
docs: update release notes
2025-05-02 08:43:04 +02:00
saubyk
52e1764e0a
docs: update release notes with more detail on the RBF coop close section
2025-04-29 21:07:51 -07:00
yyforyongyu
b610678703
docs: update release notes
2025-04-29 14:15:36 +08:00
ZZiigguurraatt
cc3615c0a8
docs/release-notes: fix indentation in RBF close section
2025-04-25 15:06:57 -04:00
Boris Nagaev
dc2cad9b0f
docs: update release-notes for 0.19.0
2025-04-23 11:53:30 -03:00
Oliver Gugger
a35ace7371
Merge pull request #9739 from ellemouton/rpcInterceptorMD
...
lnrpc+rpcperms: add ctx metadata pairs to RPCMiddlewareRequest
2025-04-23 11:21:32 +02:00
Elle Mouton
0417877038
docs: update release notes
2025-04-22 15:03:40 +02:00
ziggie
98384b6f04
docs: add release-notes
2025-04-21 11:09:42 +02:00
Olaoluwa Osuntokun
825ee3d40b
Merge pull request #9723 from ziggie1984/add-global-lock-walletdb
...
Add the global lock for the wallet db back for postgres
2025-04-18 14:17:44 -07:00
András Bánki-Horváth
579f6f0f68
Merge pull request #9724 from bhandras/fundpsbt-custom-input-lock
...
walletrpc: allow custom lock ID and duration in `FundPsbt`
2025-04-17 17:31:48 +02:00
Oliver Gugger
337d9a9b23
Merge pull request #9628 from guggero/bitcoind-29
...
scripts+GitHub: use bitcoind v29.0
2025-04-17 16:23:00 +02:00
Andras Banki-Horvath
e86bea3625
docs: update release notes for 0.19
2025-04-17 15:25:12 +02:00
Oliver Gugger
121e6c4015
docs: update release notes
2025-04-17 09:11:54 +02:00
yyforyongyu
3d69d70eba
docs: update release notes
2025-04-17 09:36:32 +08:00
ziggie
fee68593ab
docs: add release notes
2025-04-16 16:36:18 +02:00
ziggie
417d2de43e
docs: add release-notes
2025-04-14 16:28:54 +02:00
Yong
4cf18ee45c
Merge pull request #9703 from yyforyongyu/fix-attempt-hash
...
Patch htlc attempt hash for legacy payments
2025-04-14 21:12:26 +08:00
yyforyongyu
45029d9b6c
docs: add development_guidelines.md
...
This file focuses on the requirements and steps needed to make an
acceptable PR.
2025-04-14 17:08:56 +08:00
yyforyongyu
79ab2b2daf
docs: update release notes
2025-04-11 21:52:15 +08:00
Nishant Bansal
e747ead933
docs: add release notes
...
Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com >
2025-04-10 18:17:35 +02:00
Oliver Gugger
856dc2db79
Merge pull request #9636 from guggero/review-checklist
...
README+docs: add code review checklist
2025-03-28 16:18:10 -06:00
Oliver Gugger
d0032b1251
README+docs: add code review checklist
...
We want to encourage new contributors to review code instead of creating
their own PRs as a first contribution.
2025-03-28 09:53:15 -05:00
Andras Banki-Horvath
83d4b7b6b8
docs: update release notes
2025-03-28 11:00:58 +01:00
András Bánki-Horváth
b6cf1bcaa0
Merge pull request #9630 from xinhangzhou/master
...
refactor: use maps.Copy for cleaner map handling
2025-03-28 07:54:34 +01:00
Oliver Gugger
177bbd2721
docs: add release notes
2025-03-27 12:38:49 -05:00
Yong
15dbc43f51
Merge pull request #9627 from yyforyongyu/sweep-under-budget
...
Sweep inputs even the budget cannot be covered
2025-03-27 13:31:25 +08:00
Oliver Gugger
f48e5098b1
Merge pull request #9643 from yyforyongyu/fix-startup
...
lnd: make sure startup flow is not aborted
2025-03-26 07:56:46 -06:00
yyforyongyu
b6daa3bad4
docs: update release notes
2025-03-26 18:24:47 +08:00
yyforyongyu
1e0ddf3a16
docs: update release notes
2025-03-26 14:15:52 +08:00
Oliver Gugger
0a2b33abe5
Merge pull request #9645 from guggero/update-contributors
...
docs: update release notes with contributors
2025-03-25 11:42:15 -06:00
Oliver Gugger
300fbbc528
docs: update release notes with contributors
...
Adds all missing contributors since v0.18.0-beta, extracted from the git
log.
2025-03-25 12:07:37 -05:00
Oliver Gugger
cf35be847c
Merge pull request #9626 from ziggie1984/payment-lifecycle-small-fix
...
payment lifecycle small fix
2025-03-25 08:15:48 -06:00
Oliver Gugger
af2f11edff
Merge pull request #9544 from lightningnetwork/elle-graphCacheBase
...
graph: move graph cache out of CRUD layer
2025-03-25 07:43:06 -06:00
Oliver Gugger
813f26cbc1
Merge pull request #9621 from jjjike2021/exp/maps
...
multi: remove x/exp/maps dependency
2025-03-25 07:08:02 -06:00
ziggie
0eca55fe94
docs: add release-notes
2025-03-25 04:42:03 -05:00
Elle Mouton
947ca937c7
docs: update release notes
2025-03-25 08:04:42 +02:00
Yong
3351a1745e
Merge pull request #9543 from ziggie1984/fix-payment-inconsitency
...
multi: fix payment failure overwrite
2025-03-25 11:36:24 +08:00
jike
e72caf7b45
multi: remove x/exp/maps dependency
2025-03-25 10:34:19 +08:00
Olaoluwa Osuntokun
8c3c53f63b
docs/release-notes: add release notes for gossip rate limit
2025-03-24 19:21:46 -07:00
Olaoluwa Osuntokun
67d2eac437
Merge pull request #9620 from guggero/testnet4
...
chain: add testnet4 support
2025-03-24 15:48:26 -07:00