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: aec3a514845c
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: 0f95d9a675f6
Choose a head ref
  • 7 commits
  • 20 files changed
  • 1 contributor

Commits on Jul 29, 2014

  1. listtransactions RPC command.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    2dcf191 View commit details
    Browse the repository at this point in the history
  2. base58 encode/decode routines for private keys.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    c0f2236 View commit details
    Browse the repository at this point in the history
  3. json: fail on invalid JSON

    How long have I been coding in C, and I still fell through case statement?
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    c702c17 View commit details
    Browse the repository at this point in the history
  4. pettycoin-tx: fix parsing of /outnum with raw txs.

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

    As the name suggests.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    1e5e171 View commit details
    Browse the repository at this point in the history
  6. Relicense under LGPLv3.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    ac91535 View commit details
    Browse the repository at this point in the history
  7. Don't ever send PROTOCOL_PKT_HORIZON.

    Receiving that hasn't been implemented yet, so don't generate it.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    0f95d9a View commit details
    Browse the repository at this point in the history