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-09-07
Merge #15759: p2p: Add 2 outbound block-relay-only connections
fanquake
2019-09-04
Add 2 outbound block-relay-only connections
Suhas Daftuar
2019-09-02
Merge #13868: Remove unused fScriptChecks parameter from CheckInputs
fanquake
2019-08-29
doc: Delete stale URL in test README
Michael Folkson
2019-08-26
Remove unused fScriptChecks parameter from CheckInputs
Matt Corallo
2019-08-26
Support serialization of std::vector<bool>
Pieter Wuille
2019-08-23
Merge #16570: tests: Make descriptor tests deterministic
fanquake
2019-08-21
Make descriptor test deterministic
David Reikher
2019-08-20
util: Add Join helper to join a list of strings
MarcoFalke
2019-08-16
Additional tests for other failure cases
Andrew Chow
2019-08-16
Check error messages in descriptor tests
Andrew Chow
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-08-15
Merge #16060: Bury bip9 deployments
MarcoFalke
2019-08-15
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-15
refactor: have CCoins* data managed under CChainState
James O'Beirne
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
Merge #16248: Make whitebind/whitelist permissions more flexible
Wladimir J. van der Laan
2019-08-14
Merge #16563: test: Add unit test for AddTimeData
Wladimir J. van der Laan
2019-08-13
Add test for AddTimeData
Martin Zumsande
2019-08-11
Make whitebind/whitelist permissions more flexible
nicolas.dorier
2019-08-08
util: refactor upper/lowercase functions
Karl-Johan Alm
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-02
Merge #16097: Refactor: Add Flags enum to ArgsManager class
MarcoFalke
2019-07-31
test: Make tests arg type specific
Hennadii Stepanov
2019-07-30
Merge #16433: txmempool: Remove unused default value MemPoolRemovalReason::UN...
Jonas Schnelli
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-22
txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN
MarcoFalke
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
[next]