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
/
transaction_tests.cpp
Age
Commit message (
Expand
)
Author
2021-02-24
test: Replace accidentally placed bit-OR with logical-OR
Hennadii Stepanov
2021-02-02
Verify that all validation flags are backward compatible
gzhao408
2021-02-02
[test] check verification flags are minimal/maximal
gzhao408
2021-02-02
[test] Check for invalid flag combinations
gzhao408
2021-02-02
[refactor] use CheckTxScripts, TrimFlags, FillFlags
gzhao408
2021-02-02
[test] add BADTX setting for invalid txns that fail CheckTransaction
gzhao408
2021-02-02
Apply maximal validation flags to tx_valid tests
gzhao408
2021-01-26
Merge bitcoin-core/gui#183: Add include for std::bind.
MarcoFalke
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-13
Add include for std::bind.
sinetek
2020-12-24
test: Set correct nValue for multi-op-return policy check
MarcoFalke
2020-10-30
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-12
tests: add generic qa-asset-based script verification unit test
Pieter Wuille
2020-09-24
test: Use CCheckQueue local thread pool
Hennadii Stepanov
2020-08-15
Merge #16841: Replace GetScriptForWitness with GetScriptForDestination
fanquake
2020-08-14
Add variables for repeated scripts
MeshCollider
2020-08-14
Replace usage of GetScriptForWitness with GetScriptForDestination
MeshCollider
2020-07-15
Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code
Pieter Wuille
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-05-03
Remove CCoinsViewCache::GetValueIn(...)
practicalswift
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-24
Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txs
MarcoFalke
2020-02-29
Merge #18173: refactor: test/bench: deduplicate SetupDummyInputs()
MarcoFalke
2020-02-28
test: add unit test for non-standard "scriptsig-not-pushonly" txs
Sebastian Falbesoner
2020-02-28
refactor: test/bench: dedup SetupDummyInputs()
Sebastian Falbesoner
2020-02-19
test: Tabs to spaces in all tests
MarcoFalke
2020-02-10
Merge #17947: test: add unit test for non-standard txs with too large tx size
Wladimir J. van der Laan
2020-01-30
tests: reset fIsBareMultisigStd after bare-multisig tests
fanquake
2020-01-16
test: add unit test for non-standard txs with too large tx size
Sebastian Falbesoner
2019-12-10
Merge #17502: test: add unit test for non-standard bare multisig txs
MarcoFalke
2019-11-21
test: add unit test for non-standard txs with wrong nVersion
Dominik Spicher
2019-11-21
test: add unit test for non-standard bare multisig txs
Sebastian Falbesoner
2019-11-14
test: add unit test for non-standard txs with too large scriptSig
Sebastian Falbesoner
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
test: add reason checks for non-standard txs in test_IsStandard
Sebastian Falbesoner
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-01-04
Merge #14855: test: Correct ineffectual WithOrVersion from transactions_tests
MarcoFalke
2019-01-03
test: Correct ineffectual WithOrVersion from transactions_tests
Ben Woosley
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
[next]