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: rustyrussell/pettycoin
base: d34578902294
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: 83f94ae2b2a4
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 3, 2014

  1. Simple script to update ccan/ dir.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 3, 2014
    Configuration menu
    Copy the full SHA
    22a58fb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. sync: fix get_children.

    We were always asking about the first child, which breaks when there's more
    than one!
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    5a0f53d View commit details
    Browse the repository at this point in the history
  2. peer_cache: rehash if peer offers different port.

    Which it will, if it connects to us.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    e490aa2 View commit details
    Browse the repository at this point in the history
  3. netaddr: get socket address correctly.

    Was fixed in 2751461, then reverted
    in 87e32c8.  Oops.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    446c372 View commit details
    Browse the repository at this point in the history
  4. Fix coredump when we're sent a block with an unknown prev.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    83f94ae View commit details
    Browse the repository at this point in the history