lnd/docs/release-notes/release-notes-0.22.0.md
Erick Cestari bb8abc7516
docs: release note for BOLT-02 push_msat fundee enforcement
Document the user-visible error string change introduced when the
fundee rejects incoming open_channel messages whose push_msat exceeds
1000 * funding_satoshis.
2026-05-11 14:22:10 -03:00

1.6 KiB

Release Notes

Bug Fixes

New Features

Functional Enhancements

RPC Additions

lncli Additions

Improvements

Functional Updates

RPC Updates

lncli Updates

Breaking Changes

Performance Improvements

Deprecations

Technical and Architectural Updates

BOLT Spec Updates

  • The fundee now enforces the BOLT-02 bound on push_msat, rejecting incoming open_channel messages where push_msat exceeds 1000 * funding_satoshis. Oversized pushes were previously caught later in the reservation flow as a funder-balance-dust error; they now surface a clearer, spec-aligned error string up front.

Testing

Database

Code Health

Tooling and Documentation

Contributors (Alphabetical Order)

  • Erick Cestari