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
2023-03-21
refactor: Make move semantics explicit for callers
Hennadii Stepanov
2023-03-21
test, refactor: Avoid `CScriptCheck::swap` in `transaction_tests`
Hennadii Stepanov
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-11
script/sign: signing support for Miniscripts with hash preimage challenges
Antoine Poinsot
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-02-03
Merge bitcoin/bitcoin#26875: Tests: Fill out dust limit unit test for known t...
MarcoFalke
2023-01-27
test, build: Separate `read_json` function into its own module
Hennadii Stepanov
2023-01-12
Fill out dust limit unit test for known types except bare multisig
Greg Sanders
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Remove ::IsStandardTx(tx, reason) alias
MacroFake
2022-08-02
test: Remove unused cs_main
MacroFake
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
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
[next]