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
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-3
/
+3
*
Introduce basic Dogecoin branding
Ross Nicoll
2019-03-25
1
-3
/
+3
*
bitcoin-tx: Fix missing range check
Awemany
2017-03-31
1
-0
/
+6
*
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
*
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
1
-1
/
+1
*
BIP143: Signing logic
Pieter Wuille
2016-06-22
1
-6
/
+22
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-1
/
+1
*
BIP143: Verification logic
Pieter Wuille
2016-06-22
1
-1
/
+1
*
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
1
-1
/
+2
*
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-1
/
+1
*
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
Jonas Schnelli
2016-06-07
1
-1
/
+1
*
[bitcoin-tx] allow to set nSequence number over the in= command
Jonas Schnelli
2016-04-27
1
-8
/
+13
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-14
1
-1
/
+5
|
/
*
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-11-15
1
-2
/
+8
*
constify missing catch cases
Philip Kaufmann
2015-10-27
1
-1
/
+1
*
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
1
-1
/
+1
|
\
|
*
*: alias -h for --help
Daniel Cousens
2015-10-22
1
-1
/
+1
*
|
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-10-20
1
-4
/
+5
*
|
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
|
Merge pull request #5264
Wladimir J. van der Laan
2015-09-25
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Resolve issue 3166.
mruddy
2015-07-30
1
-2
/
+2
*
|
Add support for data-based outputs (OP_RETURN) to bitcoin-tx.
Pavel Janík
2015-08-06
1
-0
/
+32
|
/
*
Avoid leaking file descriptors in RegisterLoad
Casey Rodarmor
2015-07-28
1
-3
/
+4
*
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-26
1
-0
/
+1
*
UniValue: prefer .size() to .count(), to harmonize w/ existing tree
Jeff Garzik
2015-06-04
1
-2
/
+2
*
Merge pull request #6047
Wladimir J. van der Laan
2015-05-06
1
-1
/
+12
|
\
|
*
Update key.cpp to use new libsecp256k1
Pieter Wuille
2015-05-04
1
-1
/
+12
*
|
Merge pull request #6022
Wladimir J. van der Laan
2015-04-30
1
-2
/
+0
|
\
\
|
*
|
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-04-16
1
-2
/
+0
|
|
/
*
/
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
1
-4
/
+4
|
/
*
Help messages correctly formatted (79 chars)
Luca Venturini
2015-03-10
1
-27
/
+23
*
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
1
-1
/
+1
*
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-02
1
-1
/
+1
[next]