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
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
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-06-13
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-06-13
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-09
[build] Add several util units
John Newbery
2019-02-06
util: Add SetupHelpOptions()
MarcoFalke
2019-02-04
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2018-12-17
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-07
Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...
Wladimir J. van der Laan
[next]