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
/
test
/
transaction_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
tests: fix non-qt tests that spend dust
Patrick Lodder
2020-07-22
1
-1
/
+1
*
Update or eliminate remaining tests (#1483)
Ross Nicoll
2018-09-19
1
-2
/
+3
*
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
1
-3
/
+3
|
\
|
*
Introduce -dustrelayfee
Alex Morcos
2017-01-16
1
-3
/
+3
*
|
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-41
/
+39
|
/
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-13
/
+4
*
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
1
-26
/
+24
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-10-16
1
-26
/
+10
*
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-27
1
-0
/
+1
*
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-09-23
1
-0
/
+1
*
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-26
1
-6
/
+6
*
Unit test for sighash caching
Nicolas DORIER
2016-08-16
1
-0
/
+81
*
Precompute sighashes
Pieter Wuille
2016-08-16
1
-2
/
+4
*
[qa] Add transaction tests for segwit
NicolasDorier
2016-06-22
1
-10
/
+30
*
[qa] Witness version 0 signing unit tests
Pieter Wuille
2016-06-22
1
-0
/
+276
*
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
1
-2
/
+4
*
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-2
/
+2
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-1
/
+1
*
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-14
1
-1
/
+2
*
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2016-02-01
1
-8
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
[trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000
MarcoFalke
2015-11-09
1
-1
/
+1
*
transaction_tests: Be more strict checking dust
MarcoFalke
2015-11-09
1
-2
/
+17
*
tests: update transaction_tests for new dust threshold
Wladimir J. van der Laan
2015-10-10
1
-1
/
+1
*
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-10-01
1
-2
/
+19
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
1
-1
/
+1
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+1
*
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr
2015-06-26
1
-0
/
+1
*
Merge pull request #6124
Wladimir J. van der Laan
2015-06-26
1
-1
/
+2
|
\
|
*
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-06-21
1
-1
/
+2
*
|
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-20
/
+3
*
|
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-9
/
+9
*
|
extend conversion to UniValue
Jonas Schnelli
2015-06-04
1
-0
/
+1
*
|
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-9
/
+24
*
|
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-1
/
+2
|
/
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
*
Merge pull request #5286
Wladimir J. van der Laan
2015-02-03
1
-4
/
+4
|
\
|
*
Update the 'test_IsStandard' unit test
Flavien Charlon
2014-11-16
1
-4
/
+4
*
|
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
1
-2
/
+2
*
|
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-02
1
-2
/
+2
*
|
Merge pull request #5143
Wladimir J. van der Laan
2015-01-08
1
-1
/
+2
|
\
\
|
*
|
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
Pieter Wuille
2014-11-25
1
-1
/
+2
*
|
|
Merge pull request #5513
Wladimir J. van der Laan
2015-01-06
1
-2
/
+1
|
\
\
\
|
*
|
|
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
1
-2
/
+1
*
|
|
|
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
1
-2
/
+2
|
/
/
/
*
/
/
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
|
/
/
*
|
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-17
1
-1
/
+2
[next]