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: bitcoinj/bitcoinj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stonecoldpat/bitcoinj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jul 13, 2015

  1. DefaultRiskAnalysis update

    An update to some of the IsStandard() rules to take into account the
    following:
    -A transaction’s total size cannot be greater than 100kb.
    -The size of each individual transaction input cannot be greater than
    1650 bytes.
    -A multi-sig output cannot have more than three public keys or require
    more than three signatures (or less than 1).
    -Checks if more than one OP_RETURN is included in a transaction.
    -Checks if a transaction output only contains push data.
    
    More checks can be done, for example:
    -Check for Coinbase inputs.
    -Check P2SH inputs (only check multis outputs at the moment)
    
    Let me know if there are any mistakes.
    stonecoldpat committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    03f6e4c View commit details
    Browse the repository at this point in the history
Loading