Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent updates #21

Merged
merged 27 commits into from
Jul 24, 2014
Merged

Recent updates #21

merged 27 commits into from
Jul 24, 2014

Commits on Jul 12, 2014

  1. Configuration menu
    Copy the full SHA
    96929d2 View commit details
    Browse the repository at this point in the history
  2. Fix hash.h dependency

    CryptoManiac committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    451d6e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2014

  1. Configuration menu
    Copy the full SHA
    810bdc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Generate only signatures with even S values

    It's helpful against a minor malleability issue found by Sergio Lerner, check this thread for additional information
    
    https://bitcointalk.org/index.php?topic=8392.msg1245898#msg1245898
    CryptoManiac committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    74f0602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a452ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb6116 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a25517 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c32419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09e87ff View commit details
    Browse the repository at this point in the history
  7. Replace VerifyScript with CScriptCheck

    CScriptCheck is a closure representing a script check.
    CryptoManiac committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    6a4bd80 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Configuration menu
    Copy the full SHA
    273cead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb7756 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Configuration menu
    Copy the full SHA
    dc51de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6bb650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07bc41c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5240a0 View commit details
    Browse the repository at this point in the history
  5. Add redeemScript to listunspent output and signrawtransaction input

    signrawtransaction was unable to sign p2sh inputs when given a list of private keys to use.
    
    https://bitcointalk.org/index.php?topic=143221.msg7811880#msg7811880
    CryptoManiac committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    b73a456 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Fix coin control change field behavior.

    Always check change address field value before creating new transaction.
    CryptoManiac committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    5b80623 View commit details
    Browse the repository at this point in the history
  2. Fix order comparison.

    CryptoManiac committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    077c5c2 View commit details
    Browse the repository at this point in the history
  3. Merge support for watch-only addresses

    Based on a patch by Eric Lombrozo.
    CryptoManiac committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    580fa13 View commit details
    Browse the repository at this point in the history
  4. Handle unspendable inputs correctly.

    * Add unspendable coins amount to overview page and getinfo RPC output;
    * Replace current balance with amount of spendable coins on send coins page.
    CryptoManiac committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    b0368da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae640f0 View commit details
    Browse the repository at this point in the history
  6. RPC: return raw transactions instead of parsed representation.

    This change allows us to dramatically reduce electrum-server RPC overhead, but breaks compatibility. If you are using script which depends on this functionality then add decoderawtransaction to get a parsed tx representation.
    CryptoManiac committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    086e4fa View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2014

  1. Configuration menu
    Copy the full SHA
    a45c599 View commit details
    Browse the repository at this point in the history
  2. Rename fields

    CryptoManiac committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    5249b8a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Configuration menu
    Copy the full SHA
    d017277 View commit details
    Browse the repository at this point in the history
  2. Use STRICT_FLAGS for signatures validation

    since 20 Sep 2014.
    CryptoManiac committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    4e7a581 View commit details
    Browse the repository at this point in the history