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: fd1838962fb1
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: 063903453ee7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 9, 2014

  1. pettycoin-gateway: record transactions after we've injected them.

    Stupid bug keeps us reinjecting the same txs over and over!
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    e8839a3 View commit details
    Browse the repository at this point in the history
  2. pettycoin-gateway: clean up htable on freeing ctx.

    Useful for testing for leaks under valgrind.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    0aacade View commit details
    Browse the repository at this point in the history
  3. pettycoin-gateway: simple test.

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