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
Age
Commit message (
Expand
)
Author
2019-12-15
util: change GetWarnings parameter to bool
John Newbery
2019-12-12
tests: add tests for GetCoinsCacheSizeState
James O'Beirne
2019-12-12
tests: Add tests for base58-decoding of std::string:s containing non-base58 c...
practicalswift
2019-12-12
Merge #17511: Add bounds checks before base58 decoding
Wladimir J. van der Laan
2019-12-11
Merge #17050: tests: Add fuzzing harnesses for functions parsing scripts, num...
MarcoFalke
2019-12-10
Merge #17502: test: add unit test for non-standard bare multisig txs
MarcoFalke
2019-12-10
tests: Add fuzzing harnesses for various JSON/univalue parsing functions
practicalswift
2019-12-10
tests: Add fuzzing harnesses for various number parsing functions
practicalswift
2019-12-10
tests: Add ParseScript(...) (core_io) fuzzing harness
practicalswift
2019-12-10
tests: Add ParseHDKeypath(...) (bip32) fuzzing harness
practicalswift
2019-12-09
Merge #17109: tests: Add fuzzing harness for various functions consuming only...
MarcoFalke
2019-12-09
Merge #17093: tests: Add fuzzing harness for various CTx{In,Out} related func...
MarcoFalke
2019-12-09
Merge #17225: tests: Test serialisation as part of deserialisation fuzzing. T...
MarcoFalke
2019-12-06
tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)
practicalswift
2019-12-06
tests: Test serialisation as part of deserialisation fuzzing. Test round-trip...
practicalswift
2019-12-06
tests: Add fuzzing harness for various functions consuming only integrals
practicalswift
2019-12-06
tests: Add fuzzing harness for various CTxOut related functions
practicalswift
2019-12-06
tests: Add fuzzing harness for various CTxIn related functions
practicalswift
2019-12-06
Merge #17051: tests: Add deserialization fuzzing harnesses
Wladimir J. van der Laan
2019-12-05
Add bounds checks in key_io before DecodeBase58Check
Pieter Wuille
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-12-04
Merge #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le
MarcoFalke
2019-12-04
test: Use char instead of unsigned char
MarcoFalke
2019-12-03
Merge #17555: test: add unit test for non-standard txs with wrong nVersion
MarcoFalke
2019-12-03
Merge #17641: Add unit test for leveldb creation with unicode path
MarcoFalke
2019-11-30
Add unit test for DB creation with unicode path
Aaron Clauson
2019-11-29
Use correct C++11 header for std::swap()
Hennadii Stepanov
2019-11-25
[test] move wallet helper functions into test library
Martin Zumsande
2019-11-25
[test] move mining helper functions into test library
Martin Zumsande
2019-11-25
[test] move string helper functions into test library
Martin Zumsande
2019-11-21
test: add unit test for non-standard txs with wrong nVersion
Dominik Spicher
2019-11-21
tests: Add deserialization fuzzing harnesses
practicalswift
2019-11-21
Merge #17407: node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-21
test: add unit test for non-standard bare multisig txs
Sebastian Falbesoner
2019-11-19
Pass a maximum output length to DecodeBase58 and DecodeBase58Check
Pieter Wuille
2019-11-18
Merge #17136: tests: Add fuzzing harness for various PSBT related functions
MarcoFalke
2019-11-18
tests: Add fuzzing harness for various PSBT related functions
practicalswift
2019-11-15
scripted-diff: Replace ::mempool with m_node.mempool in tests
MarcoFalke
2019-11-15
test: Replace recursive lock with locking annotations
MarcoFalke
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-14
test: add unit test for non-standard txs with too large scriptSig
Sebastian Falbesoner
2019-11-13
refactor: Remove null setting check in GetSetting()
Russell Yanofsky
2019-11-13
scripted-diff: Remove unused ArgsManager type flags in tests
Russell Yanofsky
2019-11-13
refactor: Add util_CheckValue test
Russell Yanofsky
2019-11-12
fix Typo: "merkelRoot" -> "merkleRoot"
ianliu
2019-11-08
Merge #15934: Merge settings one place instead of five places
Wladimir J. van der Laan
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-07
Add settings_tests
Russell Yanofsky
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-07
scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
John Newbery
[prev]
[next]