aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
AgeCommit message (Expand)Author
2019-09-06Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-07-09Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow
2019-06-13Replace remaining fprintf with tfm::format manuallyMarcoFalke
2019-06-13scripted-diff: Replace fprintf with tfm::formatMarcoFalke
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-09[build] Add several util unitsJohn Newbery
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