aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #10536: Remove unreachable or otherwise redundant codePieter Wuille2017-06-201-1/+0
|\
| * Remove unreachable or otherwise redundant codepracticalswift2017-06-121-1/+0
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-1/+1
|\ \ | |/ |/|
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* | Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan2017-06-081-2/+5
|\ \
| * | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-2/+5
| |/
* | bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting inLuke Dashjr2017-06-051-1/+3
* | Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr2017-06-051-1/+2
* | [bitcoin-tx] add rbfoptin commandJonas Schnelli2017-06-051-0/+22
|/
* scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-2/+2
* Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille2017-06-011-12/+14
* Merge #9743: Fix several potential issues found by sanitizersWladimir J. van der Laan2017-04-261-3/+5
|\
| * fix ubsan: bitcoin-tx: not initialize context before IsFullyValidPieter Wuille2017-04-201-3/+5
* | bitcoin-tx: Fix missing range checkAwemany2017-03-301-0/+6
|/
* Remove unused codepracticalswift2017-03-171-16/+0
* Merge #8883: Add all standard TXO types to bitcoin-txWladimir J. van der Laan2017-01-121-31/+164
|\
| * Add all transaction output types to bitcoin-tx.jnewbery2016-12-291-37/+160
| * add p2sh and segwit options to bitcoin-tx outscript commandStanislas Marion2016-12-291-8/+18
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-1/+1
* Move CTxInWitness inside CTxInPieter Wuille2016-12-041-1/+1
* Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-4/+2
* Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria...Karl-Johan Alm2016-11-251-96/+94
* Merge #8837: allow bitcoin-tx to parse partial transactionsWladimir J. van der Laan2016-11-211-1/+1
|\
| * Allow bitcoin-tx to parse partial transactionsjnewbery2016-11-041-1/+1
* | Missed one "return false" in recent refactoring in #9067UdjinM62016-11-101-1/+1
* | Fix exit codes:UdjinM62016-11-041-5/+15
|/
* Sync bitcoin-tx with tx version policyBtcDrak2016-10-161-1/+1
* C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-1/+1
* Remove unused variablesMarcoFalke2016-08-251-3/+1
* [RPC] signrawtransaction can sign P2WSHNicolasDorier2016-06-221-1/+1
* BIP143: Signing logicPieter Wuille2016-06-221-6/+22
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-1/+1
* BIP143: Verification logicPieter Wuille2016-06-221-1/+1
* Refactor script validation to observe amountsPieter Wuille2016-06-221-1/+2
* BIP141: Witness programPieter Wuille2016-06-221-1/+1
* [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issueJonas Schnelli2016-06-071-1/+1
* [bitcoin-tx] allow to set nSequence number over the in= commandJonas Schnelli2016-04-271-8/+13
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-1/+5
|/
* Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-2/+8
* constify missing catch casesPhilip Kaufmann2015-10-271-1/+1
* Merge pull request #6846Wladimir J. van der Laan2015-10-221-1/+1
|\
| * *: alias -h for --helpDaniel Cousens2015-10-221-1/+1
* | Merge pull request #6235Wladimir J. van der Laan2015-10-201-4/+5
|\ \ | |/ |/|
| * Chainparams: Translations: DRY: options and error stringsJorge Timón2015-10-201-4/+5
* | [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* | Merge pull request #5264Wladimir J. van der Laan2015-09-251-2/+2
|\ \ | |/ |/|
| * Resolve issue 3166.mruddy2015-07-301-2/+2