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
/
test
Age
Commit message (
Expand
)
Author
2020-03-30
Merge #18420: test: listsinceblock block height checks
MarcoFalke
2020-03-30
Merge #18334: test: Add basic test for BIP 37
MarcoFalke
2020-03-27
Merge #18447: test: Add coverage for script parse error in ParseScript
MarcoFalke
2020-03-27
Merge #18416: util: Limit decimal range of numbers ParseScript accepts
Wladimir J. van der Laan
2020-03-27
Limit decimal range of numbers ParseScript accepts
pierrenn
2020-03-27
test: add coverage for script parse error in ParseScript
pierrenn
2020-03-26
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
rpc: remove deprecated totalFee arg from RPC bumpfee
Jon Atack
2020-03-25
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-25
test: Add basic test for BIP 37
MarcoFalke
2020-03-24
test: listsinceblock block height checks
Jon Atack
2020-03-23
Merge #18392: ci: Run feature_block in valgrind
MarcoFalke
2020-03-22
test: add executable flag for rpc_estimatefee.py
Sebastian Falbesoner
2020-03-22
ci: Run feature_block and feature_abortnode in valgrind
MarcoFalke
2020-03-22
test: delete wallet_bumpfee_totalfee_deprecation.py
Jon Atack
2020-03-22
test: update bumpfee testing from totalFee to fee_rate
Jon Atack
2020-03-20
test: Remove ci timeout restriction in test_runner
MarcoFalke
2020-03-18
Add bn2vch test to functional tests
Pieter Wuille
2020-03-18
Simplify bn2vch using int.to_bytes
Pieter Wuille
2020-03-18
Merge #18300: fuzz: Add option to merge input dir to test runner
MarcoFalke
2020-03-17
Merge #17319: Tests: remove bignum module
MarcoFalke
2020-03-17
tests: simplify next_block() function in feature_block
John Newbery
2020-03-16
Merge #18350: test: Fix mining to an invalid target + ensure that a new block...
MarcoFalke
2020-03-14
test: Bump timeouts to avoid valgrind failures
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
Fix mining to an invalid target + ensure that a new block has the
Samer Afach
2020-03-12
Merge #18228: test: Add missing syncwithvalidationinterfacequeue
MarcoFalke
2020-03-12
Merge #18213: test: Fix race in p2p_segwit
MarcoFalke
2020-03-11
Merge #18318: test: Bump rpc timeout in feature_assumevalid to avoid valgrind...
MarcoFalke
2020-03-11
Merge #13693: [test] Add coverage to estimaterawfee and estimatesmartfee
MarcoFalke
2020-03-11
test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts
MarcoFalke
2020-03-11
test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgrind...
MarcoFalke
2020-03-11
Merge #18255: test: Add bad-txns-*-toolarge test cases to invalid_txs
Wladimir J. van der Laan
2020-03-11
Merge #18304: ci: Enable all functional tests in valgrind
MarcoFalke
2020-03-10
ci: Enable all functional tests in valgrind
MarcoFalke
2020-03-10
Merge #18311: Bumpfee test fix
MarcoFalke
2020-03-10
bumpfee test: exit loop at proper time with new fee value being compared
Gregory Sanders
2020-03-10
Add some test logging to wallet_bumpfee.py
Gregory Sanders
2020-03-10
Merge #18305: test: Explain why test logging should be used
MarcoFalke
2020-03-10
fuzz: Remove option --export_coverage from test_runner
MarcoFalke
2020-03-10
test: Explain why test logging should be used
MarcoFalke
2020-03-10
qa: Add getdescriptorinfo functional test
João Barbosa
2020-03-09
test: add logging to wallet_listsinceblock.py
Jon Atack
2020-03-09
tests: Remove FUZZERS_MISSING_CORPORA
practicalswift
2020-03-09
tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...
practicalswift
2020-03-09
fuzz: Add option to merge input dir to test runner
MarcoFalke
2020-03-09
tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more ha...
practicalswift
2020-03-07
tests: Add key_io fuzzing harness
practicalswift
2020-03-06
build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
practicalswift
2020-03-06
Merge #18234: refactor: Replace boost::mutex,condition_var,chrono with std eq...
Wladimir J. van der Laan
[next]