aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: Replace ARRAYLEN with C++11 ranged for loopMarcoFalke2020-10-261-7/+7
* test: Run AssetTest even if built --with-libs=noMarcoFalke2020-10-261-3/+4
* test: Fix -Wunused-function warning if configured --without-libsHennadii Stepanov2020-10-181-30/+30
* tests: dumping and minimizing of script assets dataPieter Wuille2020-10-121-0/+3
* tests: add generic qa-asset-based script verification unit testPieter Wuille2020-10-121-3/+132
* Make CHash256/CHash160 output to SpanPieter Wuille2020-07-301-1/+1
* Make CHash256 and CHash160 consume SpansPieter Wuille2020-07-301-1/+1
* refactor: Replace const char* to std::stringCalvin Kim2020-05-221-2/+2
* Merge #18612: script: Remove undocumented and unused operator+Wladimir J. van der Laan2020-04-221-32/+14
|\
| * script: Remove undocumented and unused operator+MarcoFalke2020-04-151-32/+14
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | scripted-diff: Sort test includesMarcoFalke2020-04-161-5/+5
|/
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-2/+2
* refactor: test/bench: dedup Build{Crediting,Spending}Transaction()Sebastian Falbesoner2019-10-231-34/+1
* Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+1
* scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+1
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-2/+2
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* [build] Move rpc utility methods to rpc/utilJohn Newbery2019-04-091-1/+1
* Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...practicalswift2019-01-151-3/+4
* Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke2018-12-141-8/+8
|\
| * tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-8/+8
* | test: Add tests for truncated scriptsMarcoFalke2018-12-121-0/+22
|/
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-18/+18
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* Don't access out of bounds array entry array[sizeof(array)]Ben Woosley2018-10-051-4/+4
* Merge #13767: Remove redundant assignments (dead stores)MarcoFalke2018-08-271-3/+5
|\
| * Remove redundant assignments (dead stores)practicalswift2018-08-021-3/+5
* | Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan2018-08-131-1/+1
|\ \
| * | Always create 70 byte signatures with low R valuesAndrew Chow2018-08-091-1/+1
| |/
* / Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...Thomas Kerin2018-07-131-0/+142
* Remove CombineSignatures and replace testsAndrew Chow2018-07-031-36/+50
* Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan2018-05-231-4/+4
|\
| * Make CMutableTransaction constructor explicitMarcoFalke2018-05-041-4/+4
* | Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan2018-05-121-0/+2
|\ \ | |/ |/|
| * Add constant scriptCode policy in non-segwit scriptsJohnson Lau2018-05-051-0/+2
* | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-4/+4
|/
* Merge #12885: Reduce implementation code inside CScriptWladimir J. van der Laan2018-04-231-16/+16
|\
| * [MOVEONLY] Move CSCript::FindAndDelete to interpreterPieter Wuille2018-04-131-16/+16
* | tests: Avoid copies of CTransactionMarcoFalke2018-04-111-2/+2
|/
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-67/+67
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10699: Make all script validation flags backward compatibleWladimir J. van der Laan2017-12-121-0/+11
|\
| * Add a test that all flags are softforksPieter Wuille2017-06-301-0/+11
* | test: refactor: Use absolute include paths for test data filesWladimir J. van der Laan2017-11-161-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-13/+13