lightning-terminal/docs/release-notes
Viktor Torstensson a493b6a3d6
accounts: optionally cap account balances at the node channel balance
Add an opt-in check that prevents the sum of all account balances from
exceeding the node's available local (outbound) channel balance. When
enabled via the new accounts.check-channel-balance config option, the
service rejects balance allocations that would over-provision the node:
creating an account, an administrative credit, or an administrative
balance increase now fails with ErrBalanceReservationExceeded if it
would push the total allocated balance above the node's local channel
balance.

Note that the total channel balance may still decrease below the already
allocated account balance. This can occur if the node operator decreases
the total channel balance through non-account related activity.

The check is a no-op by default to preserve the historical behaviour
where the operator manages over-provisioning themselves (accounts can
legitimately be created before channels are funded). Invoice-driven
credits are unaffected, as they are backed by real inbound payments.
2026-08-07 12:26:29 +02:00
..
release-notes-0.13.1.md docs/release-notes: cut release v0.13.1-alpha 2024-06-28 17:16:40 +02:00
release-notes-0.13.2.md docs/release-notes: cut release v0.13.2-alpha 2024-07-09 17:26:34 +02:00
release-notes-0.13.3.md docs: update releates notes 2024-07-26 08:32:13 +02:00
release-notes-0.13.4.md docs/release-notes: cut release v0.13.4-alpha 2024-09-16 15:00:59 +07:00
release-notes-0.13.5.md version+docs: add release notes, bump version to v0.14.0-alpha 2024-12-19 21:23:34 +01:00
release-notes-0.13.6.md docs/release-notes: cut release v0.13.6-alpha 2024-10-28 11:18:52 +01:00
release-notes-0.14.0.md version+docs: add release notes, bump version to v0.14.0-alpha 2024-12-19 21:23:34 +01:00
release-notes-0.14.1.md docs+README: update readme and release notes 2025-02-12 11:36:08 +01:00
release-notes-0.15.0.md docs: cut release notes for v0.15.0-alpha 2025-06-18 13:09:21 +02:00
release-notes-0.15.1.md README+docs: update documentation for v0.15.1-alpha 2025-07-16 18:44:37 +02:00
release-notes-0.15.2.md docs: update release notes 2025-08-21 17:36:47 +02:00
release-notes-0.15.3.md docs: add v0.15.3 release notes 2025-10-31 20:35:34 +01:00
release-notes-0.16.0.md docs: move v0.16.1 release note to correct doc 2026-02-12 19:06:08 +01:00
release-notes-0.16.1.md docs: prepare release notes for v0.16.1 release 2026-02-13 11:48:44 +01:00
release-notes-0.17.0.md docs: move release note entries added after v0.17.0-alpha 2026-07-16 14:09:32 +02:00
release-notes-0.17.1.md accounts: optionally cap account balances at the node channel balance 2026-08-07 12:26:29 +02:00