aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
AgeCommit message (Expand)Author
2022-02-22Output license info when binaries are passed -versionfanquake
2022-01-28Merge bitcoin/bitcoin#24139: Avoid unsigned integer overflow in bitcoin-txMarcoFalke
2022-01-26fs: consistently use fsbridge for fopen()fanquake
2022-01-24Avoid unsigned integer overflow in bitcoin-txMarcoFalke
2022-01-05Merge bitcoin/bitcoin#23784: bitcoin-tx: Require that input amount is provide...MarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-29Require that input amount is provided for bitcoin-tx witness transactionsBen Woosley
2021-10-12bitcoin-tx: Reject non-integral and out of range multisig numbersMarcoFalke
2021-10-12bitcoin-tx: Reject non-integral and out of range sequence idsMarcoFalke
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-24rpc: remove deprecated addresses and reqSigs from rpc outputsMichael Dietz
2021-09-02Replace use of boost::trim_right with locale-independent TrimStringBen Woosley
2021-08-04util: make ParseMoney return a std::optional<CAmount>fanquake
2021-06-12Add support for SIGHASH_DEFAULT in RPCs, and make it defaultPieter Wuille
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2020-12-10Move TX_MAX_STANDARD_VERSION to policyMarcoFalke
2020-11-28Warn when binaries are built from a dirty branch.Tyler Chambers
2020-09-30scripted diff: Improve invalid vout value rpc error messageNima Yazdanmehr
2020-09-22doc: Update comments for new chain settings (-signet and -chain=signet)MarcoFalke
2020-08-14Replace usage of GetScriptForWitness with GetScriptForDestinationMeshCollider
2020-07-29scripted-diff: Replace gArgs with local argsmanIvan Metlushko
2020-07-29refactor: add unused ArgsManager to replace gArgsIvan Metlushko
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-28refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
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