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-05-16
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-05-14
Merge #15988: Add test for ArgsManager::GetChainName
MarcoFalke
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-11
QA: add test for HKDF HMAC_SHA256 L32
Jonas Schnelli
2019-05-10
Merge #15512: Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-07
Add test for ArgsManager::GetChainName
Russell Yanofsky
2019-05-07
Merge #15948: refactor: rename chainActive
MarcoFalke
2019-05-07
Add unit test NextString, ForEachNoDup functions
Russell Yanofsky
2019-05-07
util_SettingsMerge test cleanup
Russell Yanofsky
2019-05-04
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
[refactor] drop IsInvalid(nDoSOut)
Matt Corallo
2019-04-30
Merge #15849: Thread names in logs and deadlock debug tools
MarcoFalke
2019-04-30
Merge #15869: Add settings merge test to prevent regresssions
MarcoFalke
2019-04-29
tests: add threadutil tests
James O'Beirne
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
Remove unused OpenSSL includes to make it more clear where OpenSSL is used
practicalswift
2019-04-22
Add settings merge test to prevent regresssions
Russell Yanofsky
2019-04-19
Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...
MarcoFalke
2019-04-18
tests: fix outdate include in blockfilter_index_tests
James O'Beirne
2019-04-18
Merge #14121: Index for BIP 157 block filters
MarcoFalke
2019-04-17
Merge #15779: test: Add wallet_balance benchmark
MarcoFalke
2019-04-16
Merge #15352: tests: Reduce noise level in test_bitcoin output
MarcoFalke
2019-04-15
bench: Add wallet_balance benchmarks
MarcoFalke
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-10
test: Use test_bitcoin setup in bench, Add test utils
MarcoFalke
2019-04-10
test: Have segwit always active in (Basic)TestingSetup
MarcoFalke
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
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-04-06
blockfilter: Update BIP 158 test vectors.
Jim Posen
2019-04-06
index: Access functions for global block filter indexes.
Jim Posen
2019-04-06
test: Unit test for block filter index reorg handling.
Jim Posen
2019-04-06
test: Unit tests for block index filter.
Jim Posen
2019-04-06
blockfilter: Functions to translate filter types to/from names.
Jim Posen
2019-04-04
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-03-29
Silence "Test case [...] did not check any assertions" warnings when running ...
practicalswift
2019-03-29
Avoid repeated log messages in tests by connecting to signal handlers (Thread...
practicalswift
2019-03-29
tests: Reduce noise level in test_bitcoin output
practicalswift
2019-03-29
Merge #15663: crypto: Remove unused AES-128 code
Jonas Schnelli
2019-03-27
refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight
Antoine Riard
2019-03-27
QA: add test for CKey::Negate()
Jonas Schnelli
2019-03-27
Merge #15519: Add Poly1305 implementation
Wladimir J. van der Laan
2019-03-26
Add Poly1305 implementation
Jonas Schnelli
[next]