We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a0b48 commit e991cd0Copy full SHA for e991cd0
docs/release-notes/release-notes-0.21.0.md
@@ -58,10 +58,19 @@
58
code](https://github.com/lightningnetwork/lnd/pull/10338) to prevent the
59
need for maintenance as the sqlc code evolves.
60
61
+* Payment Store SQL implementation and migration project:
62
+ * Introduce an [abstract payment
63
+ store](https://github.com/lightningnetwork/lnd/pull/10153) interface and
64
+ refacotor the payment related LND code to make it more modular.
65
+ * Implement the SQL backend for the [payments
66
+ database](https://github.com/lightningnetwork/lnd/pull/9147)
67
+
68
## Code Health
69
70
## Tooling and Documentation
71
72
# Contributors (Alphabetical Order)
73
74
* Elle Mouton
75
+* Gijs van Dam
76
+* Ziggie
0 commit comments