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: NixOS/nixpkgs
base: f02c8e29d7b0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a27863cd20c1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 24, 2018

  1. clightning: 0.6.0 -> 0.6.1

    Update to the latest release.
    
    Highlights for c-lightning users
    --------------------------------
    
      - Less stuck payments: Liveness ping test before locking up funds with peers.
      - Better routing: now considers size of channels.
      - Fewer spurious closes: fee estimate improvements, and new feerates command
      - Several annoying bugs fixed.
    
    Highlights for the network
    --------------------------
    
      - Gossipd now less spammy with channel_update.
      - option_data_loss_protect to protect peers against being out-of-date.
      - Payment errors now refer to the correct channel.
    
    Internal Improvements
    ---------------------
    
      - Simplified client flow; after init message exchange by connectd, each is
        isolated in its own daemon.
      - JSON parameter handling vastly simplfied.
      - Python testing framework now uses proper fixtures, and split into separate
        files.
      - Many other cleanups and clarifications.
      - We keepachangelog.com!
    
    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Sep 24, 2018
    Copy the full SHA
    2aa0b85 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge pull request #47286 from jb55/clightning-bump

    clightning: 0.6.0 -> 0.6.1
    srhb committed Sep 25, 2018
    Copy the full SHA
    a27863c View commit details
    Browse the repository at this point in the history