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: 8fe6c6624cd2
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: db9bfa2d471f
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Sep 16, 2014

  1. reward: fix reward modulus calculation.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    0cb301a View commit details
    Browse the repository at this point in the history
  2. pettycoin-generate: seperate out make_shard_pkt function for easier t…

    …esting.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    96732e7 View commit details
    Browse the repository at this point in the history
  3. inputhash: fix use-after-free which allowed doublespend (Fixes #34)

    When we freed a pending tx, we freed the hash entries for the input
    hash.  We manage those hash entries manually, since they're shared by
    any number of txs (on separate chains).
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    db9bfa2 View commit details
    Browse the repository at this point in the history