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
/
script_tests.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-11-16
test: refactor: Use absolute include paths for test data files
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-11
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-30
Add a test that all flags are softforks
Pieter Wuille
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-07
Add a valid opcode sanity check to CScript
Andrew Chow
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-03-18
Merge #9911: Wshadow: various gcc fixes
Wladimir J. van der Laan
2017-03-18
Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.
Pavel Janík
2017-03-17
Remove unused code
practicalswift
2017-01-22
[Trivial] Grammar and typo correction
Lauda
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-10-20
libconsensus: Add input validation of flags
Wladimir J. van der Laan
2016-10-17
test segwit uncompressed key fixes
Johnson Lau
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-27
Merge #8526: Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel Janík
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-06-22
[qa] script_tests: witness tests can specify tx amount
Suhas Daftuar
2016-06-22
[qa] p2p segwit tests
Suhas Daftuar
2016-06-22
[qa] Autogeneration support for witness in script_tests
Pieter Wuille
2016-06-22
[qa] Add segwit support to script_tests
Pieter Wuille
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
[libconsensus] Script verification API with amounts
Thomas Kerin
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-05-30
Adding P2SH(p2pkh) script test case
Chris Stewart
2016-04-19
Unit test for CScript::FindAndDelete
Gavin Andresen
2016-04-05
Merge script_valid and script_invalid tests
Pieter Wuille
2016-04-05
Get rid of expect in script_tests as it's implied by scripterror
Pieter Wuille
2016-04-05
Make script_error a mandatory 4th field for script_tests
Pieter Wuille
2016-04-05
Fix some misconstructed tests
Pieter Wuille
2016-04-05
Fix JSON pretty printing in script_tests
Pieter Wuille
[next]