Age | Commit message (Expand) | Author |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-21 | Make CScript (and prevector) c++11 movable. | Pieter Wuille |
2016-12-21 | Merge #8589: Inline CTxInWitness inside CTxIn | Wladimir J. van der Laan |
2016-12-14 | Merge #8895: Better SigCache Implementation | Pieter Wuille |
2016-12-14 | Add CuckooCache implementation and replace the sigcache map_type with it | Jeremy Rubin |
2016-12-09 | Refactor: Removed begin/end_ptr functions. | Karl-Johan Alm |
2016-12-04 | Move CTxInWitness inside CTxIn | Pieter Wuille |
2016-12-02 | Make CTransaction actually immutable | Pieter Wuille |
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille |
2016-11-07 | Make GetSerializeSize a wrapper on top of CSizeComputer | Pieter Wuille |
2016-11-07 | Make streams' read and write return void | Pieter Wuille |
2016-10-20 | libconsensus: Add input validation of flags | Wladimir J. van der Laan |
2016-10-19 | Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts | Wladimir J. van der Laan |
2016-10-17 | Fix ismine and addwitnessaddress: no uncompressed keys in segwit | Pieter Wuille |
2016-10-16 | Require compressed keys in segwit as policy and disable signing with uncompre... | Johnson Lau |
2016-10-16 | Add script tests for FindAndDelete in pre-segwit and segwit scripts | Johnson Lau |
2016-09-30 | Add NULLDUMMY verify flag in bitcoinconsensus.h | Johnson Lau |
2016-09-27 | Add policy: null signature for failed CHECK(MULTI)SIG | Johnson Lau |
2016-09-23 | Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH | Johnson Lau |
2016-09-01 | Merge #8524: Precompute sighashes | Pieter Wuille |
2016-08-28 | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos | Wladimir J. van der Laan |
2016-08-26 | Rename to PrecomputedTransactionData | Pieter Wuille |
2016-08-22 | [doc] Fix typos in comments, doxygen: Fix comment syntax | MarcoFalke |
2016-08-16 | Precompute sighashes | Pieter Wuille |
2016-07-28 | libconsensus: Expose a flag for BIP112 | Jorge Timón |
2016-06-28 | Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY | BtcDrak |
2016-06-22 | [RPC] signrawtransaction can sign P2WSH | NicolasDorier |
2016-06-22 | BIP143: Signing logic | Pieter Wuille |
2016-06-22 | [libconsensus] Script verification API with amounts | Thomas Kerin |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille |
2016-06-22 | BIP143: Verification logic | Pieter Wuille |
2016-06-22 | Refactor script validation to observe amounts | Pieter Wuille |
2016-06-22 | BIP141: Witness program | Pieter Wuille |
2016-06-22 | BIP144: Serialization, hashes, relay (sender side) | Pieter Wuille |
2016-05-05 | Merge #7907: Optimize and Cleanup CScript::FindAndDelete | Wladimir J. van der Laan |
2016-04-25 | Treat overly long scriptPubKeys as unspendable | Pieter Wuille |
2016-04-25 | Introduce constant for maximum CScript length | Pieter Wuille |
2016-04-21 | Improve worst-case behavior of CScript::FindAndDelete | Patrick Strateman |
2016-04-19 | Replace c-style cast with c++ style static_cast. | Patrick Strateman |
2016-04-19 | Replace memcmp with std::equal in CScript::FindAndDelete | Patrick Strateman |
2016-04-18 | wallet_ismine.h → script/ismine.h | Wladimir J. van der Laan |
2016-04-03 | [doc] Fix doxygen comments for members | MarcoFalke |
2016-02-16 | Code style fix. | BtcDrak |
2016-02-14 | Separate CheckLockTime() and CheckSequence() logic | BtcDrak |
2016-02-14 | BIP112: Implement CHECKSEQUENCEVERIFY | Mark Friedenbach |
2016-02-12 | Merge #7184: Implement SequenceLocks functions for BIP 68 | Wladimir J. van der Laan |
2016-02-10 | Implement SequenceLocks functions | Alex Morcos |
2016-02-10 | Correctly report high-S violations | Pieter Wuille |
2016-02-01 | Get rid of inaccurate ScriptSigArgsExpected | Pieter Wuille |
2016-01-05 | Merge pull request #7205 | Wladimir J. van der Laan |