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
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-04
[docs] Reformat -help output for help2man
Tim Ruffing
2018-07-07
bitcoin-tx: Stricter check for valid integers
Daniel Kraft
2018-07-03
Replace CombineSignatures with ProduceSignature
Andrew Chow
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-06-08
Drop ParseHashUV in favor of calling ParseHashStr
Ben Woosley
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
Stop translating command line options
Wladimir J. van der Laan
2018-05-23
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-04
Make CMutableTransaction constructor explicit
MarcoFalke
2018-04-13
Merge #12950: bitcoin-tx: Flatten for loop over one element
Wladimir J. van der Laan
2018-04-11
bitcoin-tx: Remove unused for loop
MarcoFalke
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-06
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-13
Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, con...
Wladimir J. van der Laan
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-01
Properly alphabetize output of CLI --help option.
murrayn
2018-01-29
Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)
practicalswift
2018-01-11
Use the character based overload for std::string::find.
Alin Rus
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-24
Sanity-check script sizes in bitcoin-tx
Matt Corallo
2017-10-12
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...
Wladimir J. van der Laan
2017-10-02
Remove redundant check (!ecc is always true)
practicalswift
2017-09-20
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
Matt Corallo
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-05
Use "replaceable" instead of "rbfoptin" in bitcoin-tx.
Matt Corallo
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-06-08
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in
Luke Dashjr
2017-06-05
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
[bitcoin-tx] add rbfoptin command
Jonas Schnelli
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-04-26
Merge #9743: Fix several potential issues found by sanitizers
Wladimir J. van der Laan
2017-04-20
fix ubsan: bitcoin-tx: not initialize context before IsFullyValid
Pieter Wuille
[next]