Age | Commit message (Expand) | Author |
2017-07-14 | Remove confusing MAX_BLOCK_BASE_SIZE. | Gregory Maxwell |
2017-07-05 | Use "replaceable" instead of "rbfoptin" in bitcoin-tx. | Matt Corallo |
2017-06-20 | Merge #10536: Remove unreachable or otherwise redundant code | Pieter Wuille |
2017-06-13 | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE | Pieter Wuille |
2017-06-12 | Remove unreachable or otherwise redundant code | practicalswift |
2017-06-08 | Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo... | Wladimir J. van der Laan |
2017-06-06 | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma... | practicalswift |
2017-06-05 | bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in | Luke Dashjr |
2017-06-05 | Introduce MAX_BIP125_RBF_SEQUENCE constant | Luke Dashjr |
2017-06-05 | [bitcoin-tx] add rbfoptin command | Jonas Schnelli |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-06-01 | scripted-diff: various renames for per-utxo consistency | Pieter Wuille |
2017-06-01 | Switch from per-tx to per-txout CCoinsViewCache methods in some places | Pieter Wuille |
2017-04-26 | Merge #9743: Fix several potential issues found by sanitizers | Wladimir J. van der Laan |
2017-04-20 | fix ubsan: bitcoin-tx: not initialize context before IsFullyValid | Pieter Wuille |
2017-03-30 | bitcoin-tx: Fix missing range check | Awemany |
2017-03-17 | Remove unused code | practicalswift |
2017-01-12 | Merge #8883: Add all standard TXO types to bitcoin-tx | Wladimir J. van der Laan |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-29 | Add all transaction output types to bitcoin-tx. | jnewbery |
2016-12-29 | add p2sh and segwit options to bitcoin-tx outscript command | Stanislas Marion |
2016-12-23 | Introduce (and use) an IsArgSet accessor method | Matt Corallo |
2016-12-04 | Move CTxInWitness inside CTxIn | Pieter Wuille |
2016-12-02 | Make DecodeHexTx return a CMutableTransaction | Pieter Wuille |
2016-11-25 | Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria... | Karl-Johan Alm |
2016-11-21 | Merge #8837: allow bitcoin-tx to parse partial transactions | Wladimir J. van der Laan |
2016-11-10 | Missed one "return false" in recent refactoring in #9067 | UdjinM6 |
2016-11-04 | Fix exit codes: | UdjinM6 |
2016-11-04 | Allow bitcoin-tx to parse partial transactions | jnewbery |
2016-10-16 | Sync bitcoin-tx with tx version policy | BtcDrak |
2016-09-01 | C++11: s/boost::scoped_ptr/std::unique_ptr/ | Jorge Timón |
2016-08-25 | Remove unused variables | MarcoFalke |
2016-06-22 | [RPC] signrawtransaction can sign P2WSH | NicolasDorier |
2016-06-22 | BIP143: Signing logic | Pieter Wuille |
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-07 | [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue | Jonas Schnelli |
2016-04-27 | [bitcoin-tx] allow to set nSequence number over the in= command | Jonas Schnelli |
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr |
2015-12-14 | Unify package name to as few places as possible without major changes | Luke Dashjr |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-15 | Switch to libsecp256k1-based validation for ECDSA | Pieter Wuille |
2015-10-27 | constify missing catch cases | Philip Kaufmann |
2015-10-22 | Merge pull request #6846 | Wladimir J. van der Laan |
2015-10-22 | *: alias -h for --help | Daniel Cousens |
2015-10-20 | Merge pull request #6235 | Wladimir J. van der Laan |
2015-10-20 | Chainparams: Translations: DRY: options and error strings | Jorge Timón |
2015-10-01 | [Univalue] add univalue over subtree | Jonas Schnelli |