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
2022-08-02
Remove ::IsStandardTx(tx, reason) alias
MacroFake
2022-08-02
test: Remove unused cs_main
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-01-20
refactor tests to fix ubsan suppressions
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-01
Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...
fanquake
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-10-08
fees: Always round up fee calculated from a feerate
Andrew Chow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-02
test: Always clear reject reason in IsStandard tx test
MarcoFalke
2021-09-02
Merge bitcoin/bitcoin#22846: policy: unit test Segwit dust thresholds
MarcoFalke
2021-08-31
policy: unit test Segwit dust thresholds
Antoine Poinsot
2021-08-20
Remove default nHashTypeIn arguments to MutableTransactionSignatureCreator
Pieter Wuille
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-05-10
refactor: Remove useless extern keyword
MarcoFalke
2021-04-19
Merge bitcoin/bitcoin#21280: test: bug fix in transaction_tests
MarcoFalke
2021-04-07
[test] check that mapFlagNames is up to date
glozow
2021-04-07
[test] minor improvements / followups
glozow
2021-04-07
[test] fix bug in ExcludeIndividualFlags
glozow
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
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
[next]