1. 03 Nov, 2014 7 commits
  2. 31 Oct, 2014 15 commits
  3. 30 Oct, 2014 11 commits
  4. 29 Oct, 2014 4 commits
  5. 28 Oct, 2014 3 commits
    • Wladimir J. van der Laan's avatar
      qt: Move transaction notification to transaction table model · e54887ee
      Wladimir J. van der Laan authored
      Move transaction new/update notification to TransactionTableModel.
      This moves the concerns to where they're actually handled.
      No need to bounce this through wallet model.
      
      - Do wallet transaction preprocessing on signal handler side;
        avoids locking cs_main/cs_wallet on notification in GUI thread
        (except for new transactions)
      e54887ee
    • Pieter Wuille's avatar
      Merge pull request #5100 · 24e3ff85
      Pieter Wuille authored
      99f41b9c MOVEONLY: core.o -> core/block.o (jtimon)
      561e9e9d MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from core) with it (jtimon)
      999a2ab4 MOVEONLY: separate CTxUndo out of core (jtimon)
      4a3587d8 MOVEONLY: Separate CTransaction and dependencies from core (jtimon)
      eda37330 MOVEONLY: Move CFeeRate and Amount constants to amount.o (jtimon)
      24e3ff85
    • Wladimir J. van der Laan's avatar
      Merge pull request #5065 · e2f1893b
      Wladimir J. van der Laan authored
      16d78bd6 Add valid invert of invalid every numeric opcode tests (Peter Todd)
      2b62e179 Clearly separate PUSHDATA and numeric argument MINIMALDATA tests (Peter Todd)
      dfeec18b Test every numeric-accepting opcode for correct handling of the numeric minimal encoding rule (Peter Todd)
      554147ad Ensure MINIMALDATA invalid tests can only fail one way (Peter Todd)
      6004e77b Improve CScriptNum() comment (Peter Todd)
      698c6abb Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) (Pieter Wuille)
      d752ba86 Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) (Pieter Wuille)
      e2f1893b