aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
AgeCommit message (Expand)Author
2019-06-18Replace remaining fprintf with tfm::format manuallyMarcoFalke
2019-06-18scripted-diff: Replace fprintf with tfm::formatMarcoFalke
2019-02-06util: Add SetupHelpOptions()MarcoFalke
2019-02-04remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders
2018-12-17 Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev
2018-12-07Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...Wladimir J. van der Laan
2018-11-07Merge #14636: Avoid using numeric_limits for sequence numbers and lock timesMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-11-01Avoid using numeric_limits for sequence numbers and lock timesRussell Yanofsky
2018-10-15refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...Chun Kuan Lee
2018-10-13bitcoin-tx: Use constant for n pubkeys checkAntoine Le Calvez
2018-09-25Consolidate redundant implementations of ParseHashStrBen Woosley
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-24util: Replace boost::signals2 with std::functionMarcoFalke
2018-08-04[docs] Reformat -help output for help2manTim Ruffing
2018-07-07bitcoin-tx: Stricter check for valid integersDaniel Kraft
2018-07-03Replace CombineSignatures with ProduceSignatureAndrew Chow
2018-07-03Make SignatureData able to store signatures and scriptsAndrew Chow
2018-06-08Drop ParseHashUV in favor of calling ParseHashStrBen Woosley
2018-06-05Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-30Stop translating command line optionsWladimir J. van der Laan
2018-05-23Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan
2018-05-18Drop UpdateTransaction in favor of UpdateInputBen Woosley
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-05-04Make CMutableTransaction constructor explicitMarcoFalke
2018-04-13Merge #12950: bitcoin-tx: Flatten for loop over one elementWladimir J. van der Laan
2018-04-11bitcoin-tx: Remove unused for loopMarcoFalke
2018-04-10Make BaseSignatureCreator a pure interfacePieter Wuille
2018-04-06Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02[moveonly] Extract HelpRequested to dry up the help options testingBen Woosley
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-13Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, con...Wladimir J. van der Laan
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-19Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille
2018-02-01Properly alphabetize output of CLI --help option.murrayn
2018-01-29Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)practicalswift
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