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
/
qt
/
test
Age
Commit message (
Expand
)
Author
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-11-26
[test] qt: add send screen balance test
Sjors Provoost
2019-11-21
Merge #17407: node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-05
Add m_last_block_processed_height field in CWallet
Antoine Riard
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-24
Remove BIP70 Support
fanquake
2019-10-15
Remove unused includes
practicalswift
2019-10-01
qa: Do not force overwrite of QT_QPA_PLATFORM on windows for gui tests
MarcoFalke
2019-10-01
doc: Explain QT_QPA_PLATFORM for gui tests
MarcoFalke
2019-09-06
Testchains: Qt: Simplify network/chain styles
Jorge Timón
2019-08-09
Give QApplication dummy arguments
Andrew Chow
2019-08-06
test: only include and init openSSL where it's actually used
fanquake
2019-07-08
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-06-27
qt: test: Create at most one testing setup
MarcoFalke
2019-06-27
Merge #16278: tests: Remove unused includes
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
Add missing ECC_Stop(); in GUI rpcnestedtests.cpp
Jonas Schnelli
2019-06-20
test: Log to debug.log in all tests
MarcoFalke
2019-06-20
test: use common setup in gui tests
MarcoFalke
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-17
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-15
Merge #15788: test: Unify testing setups for fuzz, bench, and unit tests
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-02-14
Bump minimum Qt version to 5.5.1
Sjors Provoost
2019-02-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-01
Rename ScanResult stop_block field
Russell Yanofsky
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-21
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-15
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-13
Use FRC::randbytes instead of reading >32 bytes from RNG
Pieter Wuille
2019-01-04
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-11-13
Add stop_block out arg to ScanForWalletTransactions
Ben Woosley
2018-11-13
util.h: explicitly include required QString header
1Il1
2018-11-13
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
[next]