Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bLIP-0030: zero-reserve channels #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2023

  1. bLIP-0030: zero-reserve channels

    Nodes can opt-in to remove the channel reserve requirements, which makes
    better use of their channel liquidity.
    t-bast committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2b41937 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Use empty TLV flag

    Similar to what is done for `require_confirmed_inputs`.
    We add a requirement for the receiver of `accept_channel` and
    `accept_channel2`.
    t-bast committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    95f7ad1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Prevent empty commitment transactions

    As suggested by @JssDWt
    t-bast committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a912d64 View commit details
    Browse the repository at this point in the history