Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ElementsProject/lightning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e878429e6b73f02be16026be374e7a0baf360399
Choose a base ref
...
head repository: ElementsProject/lightning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: adc34686bcf4887a813ccb0d3035321578937f98
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 9, 2021

  1. pytest: add test for making a WUMBO htlc.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    aa6764d View commit details
    Browse the repository at this point in the history
  2. common/features: add option_wumbo_htlcs

    Imported from lightning/bolts#877
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    5e8388c View commit details
    Browse the repository at this point in the history
  3. channeld: support option_wumbo_htlcs (if negotiated, which it isn't yet)

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    66a6200 View commit details
    Browse the repository at this point in the history
  4. invoice: allow giant invoices if sending option_wumbo_htlcs.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2175f43 View commit details
    Browse the repository at this point in the history
  5. EXPERIMENTAL_FEATURES: add option_wumbo_htlcs.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    Changelog-EXPERIMENTAL: Protocol: We now negotiate option_wumbo_htlcs, so you can send single HTLCs > 2^32 millisatoshis.
    rustyrussell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    adc3468 View commit details
    Browse the repository at this point in the history
Loading