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
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-19
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-10
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet refactor: Avoid use of Chain::Lock in qt wallettests
Russell Yanofsky
2020-03-17
protect g_chainman with cs_main
James O'Beirne
2020-03-17
test: add basic tests for ChainstateManager
James O'Beirne
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-16
Merge #17691: doc: Add missed copyright headers
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-09
gui: Avoid redundant tx status updates
Russell Yanofsky
2020-01-04
scripted-diff: Add missed copyright headers
Hennadii Stepanov
2020-01-02
test: Show debug log on unit test failure
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
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
[next]