aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
AgeCommit message (Expand)Author
2024-05-09tools: Use ECC_Context helper in bitcoin-tx and bitcoin-wallet toolsRyan Ofsky
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2023-12-11doc: Update bitcoin-tx replaceable documentationKashif Smith
2023-12-04bitcoin-tx: Make replaceable value optionalKashif Smith
2023-11-21Use Txid in COutpointdergoegge
2023-07-25kernel: Remove Univalue from kernel libraryTheCharlatan
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-09Add missing definitions in prep for scripted diffTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-13refactor: Extract util/exception from util/systemBen Woosley
2023-01-13Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...fanquake
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-13Adapt to libsecp256k1 API changesPieter Wuille
2022-09-21refactor: use <cstdio> over stdio.hfanquake
2022-09-14build: remove BOOST_CPPFLAGS usage from bitcoin-txfanquake
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-20refactor: move compat.h into compat/fanquake
2022-06-11compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changesfanquake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2022-04-27Use std::string_view throughout util strencodings/stringPieter Wuille
2022-04-11refactor: introduce single-separator split helper `SplitString`Sebastian Falbesoner
2022-03-30refactor: use named args when ScriptToUniv or TxToUniv are invokedMichael Dietz
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