index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitcoin-tx.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
1
-2
/
+1
*
|
Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, con...
Wladimir J. van der Laan
2018-03-13
1
-10
/
+0
|
\
\
|
*
|
Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)
practicalswift
2018-01-29
1
-10
/
+0
*
|
|
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
*
|
|
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-19
1
-5
/
+3
*
|
|
Properly alphabetize output of CLI --help option.
murrayn
2018-02-01
1
-5
/
+5
|
|
/
|
/
|
*
|
Use the character based overload for std::string::find.
Alin Rus
2018-01-11
1
-6
/
+6
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-15
/
+15
*
Sanity-check script sizes in bitcoin-tx
Matt Corallo
2017-10-24
1
-0
/
+13
*
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...
Wladimir J. van der Laan
2017-10-12
1
-3
/
+3
|
\
|
*
Remove redundant check (!ecc is always true)
practicalswift
2017-10-02
1
-3
/
+3
*
|
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
Matt Corallo
2017-09-20
1
-0
/
+8
|
/
*
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-15
/
+10
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-5
/
+5
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-3
/
+3
*
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
1
-1
/
+1
*
Use "replaceable" instead of "rbfoptin" in bitcoin-tx.
Matt Corallo
2017-07-05
1
-2
/
+2
*
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-20
1
-1
/
+0
|
\
|
*
Remove unreachable or otherwise redundant code
practicalswift
2017-06-12
1
-1
/
+0
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
|
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-08
1
-2
/
+5
|
\
\
|
*
|
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-2
/
+5
|
|
/
*
|
bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in
Luke Dashjr
2017-06-05
1
-1
/
+3
*
|
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
1
-1
/
+2
*
|
[bitcoin-tx] add rbfoptin command
Jonas Schnelli
2017-06-05
1
-0
/
+22
|
/
*
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-2
/
+2
*
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-06-01
1
-12
/
+14
*
Merge #9743: Fix several potential issues found by sanitizers
Wladimir J. van der Laan
2017-04-26
1
-3
/
+5
|
\
|
*
fix ubsan: bitcoin-tx: not initialize context before IsFullyValid
Pieter Wuille
2017-04-20
1
-3
/
+5
*
|
bitcoin-tx: Fix missing range check
Awemany
2017-03-30
1
-0
/
+6
|
/
*
Remove unused code
practicalswift
2017-03-17
1
-16
/
+0
*
Merge #8883: Add all standard TXO types to bitcoin-tx
Wladimir J. van der Laan
2017-01-12
1
-31
/
+164
|
\
|
*
Add all transaction output types to bitcoin-tx.
jnewbery
2016-12-29
1
-37
/
+160
|
*
add p2sh and segwit options to bitcoin-tx outscript command
Stanislas Marion
2016-12-29
1
-8
/
+18
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
1
-1
/
+1
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-1
/
+1
*
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
1
-4
/
+2
*
Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria...
Karl-Johan Alm
2016-11-25
1
-96
/
+94
*
Merge #8837: allow bitcoin-tx to parse partial transactions
Wladimir J. van der Laan
2016-11-21
1
-1
/
+1
|
\
|
*
Allow bitcoin-tx to parse partial transactions
jnewbery
2016-11-04
1
-1
/
+1
*
|
Missed one "return false" in recent refactoring in #9067
UdjinM6
2016-11-10
1
-1
/
+1
*
|
Fix exit codes:
UdjinM6
2016-11-04
1
-5
/
+15
|
/
*
Sync bitcoin-tx with tx version policy
BtcDrak
2016-10-16
1
-1
/
+1
*
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
1
-1
/
+1
*
Remove unused variables
MarcoFalke
2016-08-25
1
-3
/
+1
[prev]
[next]