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-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-18
test: remove redundant setup in addrman_tests
zenosage
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-11
Merge #15649: Add ChaCha20Poly1305@Bitcoin AEAD
Wladimir J. van der Laan
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
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-07-03
Merge #16294: qt: test: Create at most one testing setup
Wladimir J. van der Laan
2019-07-03
Add ChaCha20Poly1305@Bitcoin tests
Jonas Schnelli
2019-07-02
Merge #14193: validation: Add missing mempool locks
Wladimir J. van der Laan
2019-06-27
qt: test: Create at most one testing setup
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-25
Merge #16252: test: Log to debug.log in all unit tests
Wladimir J. van der Laan
2019-06-20
test: Log to debug.log in all tests
MarcoFalke
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-06-19
Move ismine to wallet module
Andrew Chow
2019-06-18
Merge #12324: speed up Unserialize_impl for prevector
Wladimir J. van der Laan
2019-06-17
tests: Make coins_tests/updatecoins_simulation_test deterministic
practicalswift
2019-06-11
Fix spelling errors identified by codespell 1.15.0
Ben Woosley
2019-06-07
[test] Add test to check mempool consistency in case of reorgs
MarcoFalke
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-06
Merge #15689: netaddress: Update CNetAddr for ORCHIDv2
Wladimir J. van der Laan
2019-06-05
Merge #15985: Add test for GCC bug 90348
Wladimir J. van der Laan
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
Add test for GCC bug 90348
Pieter Wuille
2019-05-29
Merge #16046: util: Add type safe GetTime
Wladimir J. van der Laan
2019-05-23
util: Add type safe GetTime
MarcoFalke
2019-05-21
Merge #13555: Tests: parameterize adjustment period in versionbits_computeblo...
MarcoFalke
2019-05-20
parameterize hard coded numbers referring to miner conf window
Jordan Baczuk
2019-05-16
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-05-15
netaddress: Update CNetAddr for ORCHIDv2
Carl Dong
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
[next]