index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitcoin-tx.cpp
Age
Commit message (
Expand
)
Author
2023-07-25
kernel: Remove Univalue from kernel library
TheCharlatan
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-09
Add missing definitions in prep for scripted diff
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-09-21
refactor: use <cstdio> over stdio.h
fanquake
2022-09-14
build: remove BOOST_CPPFLAGS usage from bitcoin-tx
fanquake
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-06-11
compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes
fanquake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-02-22
Output license info when binaries are passed -version
fanquake
2022-01-28
Merge bitcoin/bitcoin#24139: Avoid unsigned integer overflow in bitcoin-tx
MarcoFalke
2022-01-26
fs: consistently use fsbridge for fopen()
fanquake
2022-01-24
Avoid unsigned integer overflow in bitcoin-tx
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#23784: bitcoin-tx: Require that input amount is provide...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-29
Require that input amount is provided for bitcoin-tx witness transactions
Ben Woosley
2021-10-12
bitcoin-tx: Reject non-integral and out of range multisig numbers
MarcoFalke
2021-10-12
bitcoin-tx: Reject non-integral and out of range sequence ids
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-24
rpc: remove deprecated addresses and reqSigs from rpc outputs
Michael Dietz
2021-09-02
Replace use of boost::trim_right with locale-independent TrimString
Ben Woosley
2021-08-04
util: make ParseMoney return a std::optional<CAmount>
fanquake
2021-06-12
Add support for SIGHASH_DEFAULT in RPCs, and make it default
Pieter Wuille
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2020-12-10
Move TX_MAX_STANDARD_VERSION to policy
MarcoFalke
2020-11-28
Warn when binaries are built from a dirty branch.
Tyler Chambers
2020-09-30
scripted diff: Improve invalid vout value rpc error message
Nima Yazdanmehr
2020-09-22
doc: Update comments for new chain settings (-signet and -chain=signet)
MarcoFalke
2020-08-14
Replace usage of GetScriptForWitness with GetScriptForDestination
MeshCollider
2020-07-29
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-09-06
Testchains: Generic selection with -chain=<str> in addition of -testnet and -...
Jorge Timón
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
[next]