aboutsummaryrefslogtreecommitdiff
path: root/src/test/transaction_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only relay Taproot spends if next block has it activePieter Wuille2020-10-301-1/+1
* tests: add generic qa-asset-based script verification unit testPieter Wuille2020-10-121-0/+1
* Merge #16841: Replace GetScriptForWitness with GetScriptForDestinationfanquake2020-08-151-19/+25
|\
| * Add variables for repeated scriptsMeshCollider2020-08-141-19/+25
| * Replace usage of GetScriptForWitness with GetScriptForDestinationMeshCollider2020-08-141-19/+19
* | Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing codePieter Wuille2020-07-151-0/+2
|/
* scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-4/+4
* Remove CCoinsViewCache::GetValueIn(...)practicalswift2020-05-031-1/+0
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-4/+4
* Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txsMarcoFalke2020-03-241-0/+34
|\
| * test: add unit test for non-standard "scriptsig-not-pushonly" txsSebastian Falbesoner2020-02-281-0/+34
* | Merge #18173: refactor: test/bench: deduplicate SetupDummyInputs()MarcoFalke2020-02-291-40/+5
|\ \ | |/ |/|
| * refactor: test/bench: dedup SetupDummyInputs()Sebastian Falbesoner2020-02-281-40/+5
* | test: Tabs to spaces in all testsMarcoFalke2020-02-191-8/+6
|/
* Merge #17947: test: add unit test for non-standard txs with too large tx sizeWladimir J. van der Laan2020-02-101-0/+20
|\
| * test: add unit test for non-standard txs with too large tx sizeSebastian Falbesoner2020-01-161-0/+20
* | tests: reset fIsBareMultisigStd after bare-multisig testsfanquake2020-01-301-0/+1
|/
* Merge #17502: test: add unit test for non-standard bare multisig txsMarcoFalke2019-12-101-0/+11
|\
| * test: add unit test for non-standard bare multisig txsSebastian Falbesoner2019-11-211-0/+11
* | test: add unit test for non-standard txs with wrong nVersionDominik Spicher2019-11-211-0/+23
|/
* test: add unit test for non-standard txs with too large scriptSigSebastian Falbesoner2019-11-141-0/+13
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan2019-10-301-3/+3
|\
| * [validation] Add CValidationState subclassesJohn Newbery2019-10-291-3/+3
* | test: add reason checks for non-standard txs in test_IsStandardSebastian Falbesoner2019-10-291-0/+16
|/
* Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+1
* scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-6/+6
* Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow2019-07-091-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-0/+1
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-15/+15
* 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 policy settings to new src/policy/settings unitJohn Newbery2019-04-091-0/+1
* [build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery2019-04-091-1/+1
* Merge #14855: test: Correct ineffectual WithOrVersion from transactions_testsMarcoFalke2019-01-041-4/+4
|\
| * test: Correct ineffectual WithOrVersion from transactions_testsBen Woosley2019-01-031-4/+4
* | Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-1/+1
|\ \
| * | scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-1/+1
* | | tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-18/+18
* | | Removed implicit CTransaction constructor from testslucash-dev2018-12-111-23/+23
| |/ |/|
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Remove redundant unused variablespracticalswift2018-07-181-1/+0
* Remove CombineSignatures and replace testsAndrew Chow2018-07-031-4/+13
* Make SignatureData able to store signatures and scriptsAndrew Chow2018-07-031-4/+4
* Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-181-4/+4
* Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan2018-05-121-0/+1
|\
| * Add transaction tests for constant scriptCodeJohnson Lau2018-05-051-0/+1