aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
AgeCommit message (Expand)Author
2024-05-20rpc: avoid copying into UniValueCory Fields
2024-05-14tests, fuzz: use new NUMS_H constjosibake
2024-04-22sign: don't assume we are parsing a sane MiniscriptAntoine Poinsot
2024-03-18remove libbitcoinconsensusfanquake
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2023-12-23refactor: share and use `GenerateRandomKey` helperSebastian Falbesoner
2023-11-28refactor: SpanReader without nVersionMarcoFalke
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-07doc: fix typosSjors Provoost
2023-10-13lib: add Taproot support to libconsensusJake Rawsthorne
2023-09-19Remove unused GetType() from OverrideStream, CVectorWriter, SpanReaderMarcoFalke
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-07-27Remove unused raw-pointer read helper from univalueMarcoFalke
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-02-17Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...Andrew Chow
2023-02-16Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptorsfanquake
2023-02-11script/sign: signing support for Miniscripts with hash preimage challengesAntoine Poinsot
2023-02-06Move random test util code from setup_common to randomJon Atack
2023-01-27test, build: Separate `read_json` function into its own moduleHennadii Stepanov
2023-01-20Add unit test for ComputeTapleafHashGreg Sanders
2023-01-19Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...Andrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-21Abstract out ComputeTapbranchHashRussell O'Connor
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