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: 84e6b5f57560
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: de2e9c8945f2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 30, 2014

  1. Clean up peer logging.

    The peer-provided address got appended to the end of each line:
    
     +0.836160958 DEBUG: seed server supplied 168 bytes of peers2600:3c00::f03c:91ff:fedf:87f4:8323
     +0.836183002 DEBUG: peer_cache adding repeat for 2600:3c00::f03c:91ff:fedf:87f4:8323::ffff:66.228.55.133:8323
     +0.836197505 DEBUG: peer_cache adding repeat for ::ffff:66.228.55.133:8323::ffff:128.199.137.156:8323
     +0.836209405 DEBUG: peer_cache adding repeat for ::ffff:128.199.137.156:83232400:6180:0:d0::bb:3001:8323
     +0.836221552 DEBUG: peer_cache adding repeat for 2400:6180:0:d0::bb:3001:8323
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    89c0dc2 View commit details
    Browse the repository at this point in the history
  2. Fix up insufficient peers case.

    Reported-by: Joel Stanley <joel@jms.id.au>
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    f02826c View commit details
    Browse the repository at this point in the history
  3. Cleaner logging, and less spam at --log-level=info.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    81dc3fe View commit details
    Browse the repository at this point in the history
  4. Make "info" the default log level.

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