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: caf75a8b8d4c
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: 5a4c143c7946
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 8, 2014

  1. gettransaction: fix tests.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    ae6afdf View commit details
    Browse the repository at this point in the history
  2. ccan: update (non-blocking I/O working)

    This was reported by Nelson Castillo on IRC; dumbwallet was hanging.
    He tracked it to this around the same time I saw similar things; pettycoin
    would block on large writes (which it does during the sync phase).
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    5a4c143 View commit details
    Browse the repository at this point in the history