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: 83f94ae2b2a4
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: 1e592c6657e6
Choose a head ref
  • 4 commits
  • 39 files changed
  • 1 contributor

Commits on Aug 4, 2014

  1. jsonrpc: make command structures const

    Needs a slight tweak to test/mockup.sh to find them.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    d8f9587 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. jsonrpc: add getblock command

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    972580f View commit details
    Browse the repository at this point in the history
  2. protocol: rename depth to height

    Doesn't change the protocol on the wire, just the field names.
    
    In bitcoin, "depth" usually means number of confirmations; "height" is
    used to mean number of blocks since the genesis block.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    bbcfe38 View commit details
    Browse the repository at this point in the history
  3. jsonrpc: add getblockhash command

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