aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-3/+3
* bitcoin-tx: Fix missing range checkAwemany2017-03-311-0/+6
* 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
* | Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík2015-08-061-0/+32
|/
* Avoid leaking file descriptors in RegisterLoadCasey Rodarmor2015-07-281-3/+4
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+1
* UniValue: prefer .size() to .count(), to harmonize w/ existing treeJeff Garzik2015-06-041-2/+2
* Merge pull request #6047Wladimir J. van der Laan2015-05-061-1/+12
|\
| * Update key.cpp to use new libsecp256k1Pieter Wuille2015-05-041-1/+12
* | Merge pull request #6022Wladimir J. van der Laan2015-04-301-2/+0
|\ \
| * | Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-2/+0
| |/
* / Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-4/+4
|/
* Help messages correctly formatted (79 chars)Luca Venturini2015-03-101-27/+23
* Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-1/+1
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-1/+1