aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining fprintf with tfm::format manuallyMarcoFalke2019-06-181-1/+1
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-181-7/+7
* util: Add SetupHelpOptions()MarcoFalke2019-02-061-5/+2
* remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders2019-02-041-1/+1
* Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev2018-12-171-1/+1
* Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...Wladimir J. van der Laan2018-12-071-4/+0
|\
| * refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...Chun Kuan Lee2018-10-151-4/+0
* | Merge #14636: Avoid using numeric_limits for sequence numbers and lock timesMarcoFalke2018-11-071-1/+1
|\ \
| * | Avoid using numeric_limits for sequence numbers and lock timesRussell Yanofsky2018-11-011-1/+1
* | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-3/+3
|/ /
* / bitcoin-tx: Use constant for n pubkeys checkAntoine Le Calvez2018-10-131-1/+1
|/
* Consolidate redundant implementations of ParseHashStrBen Woosley2018-09-251-4/+7
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-0/+2
* [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