aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
AgeCommit message (Expand)Author
2018-01-11Use the character based overload for std::string::find.Alin Rus
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-24Sanity-check script sizes in bitcoin-txMatt Corallo
2017-10-12Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...Wladimir J. van der Laan
2017-10-02Remove redundant check (!ecc is always true)practicalswift
2017-09-20Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-05Use "replaceable" instead of "rbfoptin" in bitcoin-tx.Matt Corallo
2017-06-20Merge #10536: Remove unreachable or otherwise redundant codePieter Wuille
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-12Remove unreachable or otherwise redundant codepracticalswift
2017-06-08Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting inLuke Dashjr
2017-06-05Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr
2017-06-05[bitcoin-tx] add rbfoptin commandJonas Schnelli
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-01scripted-diff: various renames for per-utxo consistencyPieter Wuille
2017-06-01Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille
2017-04-26Merge #9743: Fix several potential issues found by sanitizersWladimir J. van der Laan
2017-04-20fix ubsan: bitcoin-tx: not initialize context before IsFullyValidPieter Wuille
2017-03-30bitcoin-tx: Fix missing range checkAwemany
2017-03-17Remove unused codepracticalswift
2017-01-12Merge #8883: Add all standard TXO types to bitcoin-txWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-29Add all transaction output types to bitcoin-tx.jnewbery
2016-12-29add p2sh and segwit options to bitcoin-tx outscript commandStanislas Marion
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
2016-12-04Move CTxInWitness inside CTxInPieter Wuille
2016-12-02Make DecodeHexTx return a CMutableTransactionPieter Wuille
2016-11-25Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria...Karl-Johan Alm
2016-11-21Merge #8837: allow bitcoin-tx to parse partial transactionsWladimir J. van der Laan
2016-11-10Missed one "return false" in recent refactoring in #9067UdjinM6
2016-11-04Fix exit codes:UdjinM6
2016-11-04Allow bitcoin-tx to parse partial transactionsjnewbery
2016-10-16Sync bitcoin-tx with tx version policyBtcDrak
2016-09-01C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón
2016-08-25Remove unused variablesMarcoFalke
2016-06-22[RPC] signrawtransaction can sign P2WSHNicolasDorier
2016-06-22BIP143: Signing logicPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP143: Verification logicPieter Wuille
2016-06-22Refactor script validation to observe amountsPieter Wuille
2016-06-22BIP141: Witness programPieter Wuille
2016-06-07[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issueJonas Schnelli
2016-04-27[bitcoin-tx] allow to set nSequence number over the in= commandJonas Schnelli