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

Commits on Sep 10, 2014

  1. pettycoin-gateway: refund transactions which are too large.

    The pettycoin protocol has a limit of ~5BTC, and gateways probably don't
    want to deal with anything like that amount anyway.  It's set here to the
    theoretical max on the test network, and 0.002 BTC on the non-test net.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    e5a62ba View commit details
    Browse the repository at this point in the history
  2. tools/gateway-report.sh: simple inetd serving of gateway logs.

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