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
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-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
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-18
Remove redundant unused variables
practicalswift
2018-07-03
Remove CombineSignatures and replace tests
Andrew Chow
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-05
Add transaction tests for constant scriptCode
Johnson Lau
[next]