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
*
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-06-18
1
-1
/
+1
*
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-18
1
-7
/
+7
*
util: Add SetupHelpOptions()
MarcoFalke
2019-02-06
1
-5
/
+2
*
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2019-02-04
1
-1
/
+1
*
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-17
1
-1
/
+1
*
Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...
Wladimir J. van der Laan
2018-12-07
1
-4
/
+0
|
\
|
*
refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...
Chun Kuan Lee
2018-10-15
1
-4
/
+0
*
|
Merge #14636: Avoid using numeric_limits for sequence numbers and lock times
MarcoFalke
2018-11-07
1
-1
/
+1
|
\
\
|
*
|
Avoid using numeric_limits for sequence numbers and lock times
Russell Yanofsky
2018-11-01
1
-1
/
+1
*
|
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-3
/
+3
|
/
/
*
/
bitcoin-tx: Use constant for n pubkeys check
Antoine Le Calvez
2018-10-13
1
-1
/
+1
|
/
*
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-09-25
1
-4
/
+7
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-1
/
+1
*
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-0
/
+2
*
[docs] Reformat -help output for help2man
Tim Ruffing
2018-08-04
1
-5
/
+4
*
bitcoin-tx: Stricter check for valid integers
Daniel Kraft
2018-07-07
1
-22
/
+20
*
Replace CombineSignatures with ProduceSignature
Andrew Chow
2018-07-03
1
-2
/
+0
*
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-07-03
1
-2
/
+2
*
Drop ParseHashUV in favor of calling ParseHashStr
Ben Woosley
2018-06-08
1
-1
/
+1
*
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-05
1
-2
/
+2
|
\
|
*
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-18
1
-2
/
+2
*
|
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
1
-1
/
+9
*
|
Stop translating command line options
Wladimir J. van der Laan
2018-05-30
1
-33
/
+33
*
|
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-04
1
-1
/
+1
*
|
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
1
-39
/
+37
|
/
*
Merge #12950: bitcoin-tx: Flatten for loop over one element
Wladimir J. van der Laan
2018-04-13
1
-7
/
+4
|
\
|
*
bitcoin-tx: Remove unused for loop
MarcoFalke
2018-04-11
1
-7
/
+4
*
|
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-10
1
-1
/
+1
|
/
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-1
/
+1
*
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
[next]