index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
transaction_tests.cpp
Age
Commit message (
Expand
)
Author
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-16
Unit test for sighash caching
Nicolas DORIER
2016-08-16
Precompute sighashes
Pieter Wuille
2016-06-22
[qa] Add transaction tests for segwit
NicolasDorier
2016-06-22
[qa] Witness version 0 signing unit tests
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-01
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-09
[trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000
MarcoFalke
2015-11-09
transaction_tests: Be more strict checking dust
MarcoFalke
2015-10-10
tests: update transaction_tests for new dust threshold
Wladimir J. van der Laan
2015-10-01
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-06-26
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr
2015-06-26
Merge pull request #6124
Wladimir J. van der Laan
2015-06-21
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-02-03
Merge pull request #5286
Wladimir J. van der Laan
2015-02-02
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-01-08
Merge pull request #5143
Wladimir J. van der Laan
2015-01-06
Merge pull request #5513
Wladimir J. van der Laan
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-02
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-25
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
Pieter Wuille
2014-11-17
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-16
Update the 'test_IsStandard' unit test
Flavien Charlon
2014-11-14
script: check ScriptError values in script tests
Cory Fields
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-17
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-08
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-10-02
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-09-26
Add automatic script test generation, and actual checksig tests
Pieter Wuille
[next]