aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
AgeCommit message (Expand)Author
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-25refactor: Make CTransaction constructor explicitMacroFake
2022-07-20Use HashWriter where possibleMacroFake
2022-05-19Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64fanquake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-27Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serializelaanwj
2022-01-26fs: consistently use fsbridge for fopen()fanquake
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-06Remove unused (and broken) functionality in SpanReaderPieter Wuille
2021-12-03Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guideMarcoFalke
2021-12-02Generalize/simplify VectorReader into SpanReaderPieter Wuille
2021-11-29Replace MakeSpan helper with Span deduction guidePieter Wuille
2021-11-12tests: implement BIP341 test vectorsPieter Wuille
2021-08-20Remove default nHashTypeIn arguments to MutableTransactionSignatureCreatorPieter Wuille
2021-06-14refactor: Pass script verify flags as uint32_tMarcoFalke
2021-05-10refactor: Remove useless extern keywordMarcoFalke
2021-05-04refactor: Replace &foo[0] with foo.data()MarcoFalke
2021-03-15Make all SignatureChecker explicit about missing dataPieter Wuille
2020-10-26test: Replace ARRAYLEN with C++11 ranged for loopMarcoFalke
2020-10-26test: Run AssetTest even if built --with-libs=noMarcoFalke
2020-10-18test: Fix -Wunused-function warning if configured --without-libsHennadii Stepanov
2020-10-12tests: dumping and minimizing of script assets dataPieter Wuille
2020-10-12tests: add generic qa-asset-based script verification unit testPieter Wuille
2020-07-30Make CHash256/CHash160 output to SpanPieter Wuille
2020-07-30Make CHash256 and CHash160 consume SpansPieter Wuille
2020-05-22refactor: Replace const char* to std::stringCalvin Kim
2020-04-22Merge #18612: script: Remove undocumented and unused operator+Wladimir J. van der Laan
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-04-15script: Remove undocumented and unused operator+MarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-23refactor: test/bench: dedup Build{Crediting,Spending}Transaction()Sebastian Falbesoner
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-09[build] Move rpc utility methods to rpc/utilJohn Newbery
2019-01-15Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...practicalswift
2018-12-14Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-12test: Add tests for truncated scriptsMarcoFalke
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-05Don't access out of bounds array entry array[sizeof(array)]Ben Woosley