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
*
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
*
|
script: check ScriptError values in script tests
Cory Fields
2014-11-14
1
-3
/
+7
|
/
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-0
/
+1
*
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
1
-0
/
+1
*
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-25
1
-0
/
+1
*
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
1
-2
/
+2
*
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-08
1
-0
/
+1
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-5
/
+5
|
\
|
*
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-24
1
-2
/
+2
|
*
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-23
1
-3
/
+3
*
|
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
1
-3
/
+2
*
|
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-26
1
-12
/
+30
|
/
*
Merge pull request #4555
Wladimir J. van der Laan
2014-09-17
1
-2
/
+2
|
\
|
*
Don't pass nHashType to VerifyScript
jtimon
2014-09-12
1
-2
/
+2
*
|
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-3
/
+3
|
/
*
Make script_{valid,invalid}.json validation flags configurable
Pieter Wuille
2014-09-08
1
-3
/
+3
*
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-1
/
+1
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
*
Move ParseScript() helper, becoming accessible outside src/test/
Jeff Garzik
2014-07-29
1
-1
/
+1
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-7
/
+7
*
Fix transaction tests
Wladimir J. van der Laan
2014-05-09
1
-1
/
+1
*
Add rejection of non-null CHECKMULTISIG dummy values
Peter Todd
2014-05-08
1
-0
/
+1
[next]