aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
* [docs] Reformat -help output for help2manTim Ruffing2018-08-041-5/+4
* bitcoin-tx: Stricter check for valid integersDaniel Kraft2018-07-071-22/+20
* Replace CombineSignatures with ProduceSignatureAndrew Chow2018-07-031-2/+0
* Make SignatureData able to store signatures and scriptsAndrew Chow2018-07-031-2/+2
* Drop ParseHashUV in favor of calling ParseHashStrBen Woosley2018-06-081-1/+1
* Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan2018-06-051-2/+2
|\
| * Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-181-2/+2
* | Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-1/+9
* | Stop translating command line optionsWladimir J. van der Laan2018-05-301-33/+33
* | Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan2018-05-231-1/+1
|\ \ | |/ |/|
| * Make CMutableTransaction constructor explicitMarcoFalke2018-05-041-1/+1
* | Make gArgs aware of the argumentsAndrew Chow2018-05-091-39/+37
|/
* Merge #12950: bitcoin-tx: Flatten for loop over one elementWladimir J. van der Laan2018-04-131-7/+4
|\
| * bitcoin-tx: Remove unused for loopMarcoFalke2018-04-111-7/+4
* | Make BaseSignatureCreator a pure interfacePieter Wuille2018-04-101-1/+1
|/
* Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-1/+1
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | [moveonly] Extract HelpRequested to dry up the help options testingBen Woosley2018-04-021-2/+1
* | Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, con...Wladimir J. van der Laan2018-03-131-10/+0
|\ \
| * | Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)practicalswift2018-01-291-10/+0
* | | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* | | Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-5/+3
* | | Properly alphabetize output of CLI --help option.murrayn2018-02-011-5/+5
| |/ |/|
* | Use the character based overload for std::string::find.Alin Rus2018-01-111-6/+6
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-15/+15
* Sanity-check script sizes in bitcoin-txMatt Corallo2017-10-241-0/+13
* Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...Wladimir J. van der Laan2017-10-121-3/+3
|\
| * Remove redundant check (!ecc is always true)practicalswift2017-10-021-3/+3
* | Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo2017-09-201-0/+8
|/
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-15/+10
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-5/+5
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
* Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-1/+1
* Use "replaceable" instead of "rbfoptin" in bitcoin-tx.Matt Corallo2017-07-051-2/+2
* 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
|/