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

Commits on Aug 8, 2014

  1. json_add_tx: separate JSON printing of a TX into its own file.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    97d1853 View commit details
    Browse the repository at this point in the history
  2. gettransaction: new JSON command.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    2df86f2 View commit details
    Browse the repository at this point in the history
  3. getinfo, dev-listtodo: beef up output.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    4cb6d34 View commit details
    Browse the repository at this point in the history
  4. Fix case where we get stuck in sync.

    Chasing bug #22, but this just reveals more problems.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    9fff8cc View commit details
    Browse the repository at this point in the history
  5. protocol: fix horizon time.

    It was out by a factor of 10; I wondered why it was 120 hours on
    the test network.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    caf75a8 View commit details
    Browse the repository at this point in the history