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-09-15
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-08-26
gui: Replace interface::Node references with pointers
Russell Yanofsky
2020-08-26
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-08-12
Reduce cs_main lock accumulation during GUI startup
Jonas Schnelli
2020-08-07
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-07-29
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-13
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-07-09
gui tests: Limit life-time of dummy testing setup
MarcoFalke
2020-06-18
Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...
MarcoFalke
2020-06-18
scripted-diff: Make SeparatorStyle a scoped enum
Hennadii Stepanov
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-05-29
Merge #17597: qt: Fix height of QR-less ReceiveRequestDialog
Jonas Schnelli
2020-05-29
Merge #16432: qt: Add privacy to the Overview page
Jonas Schnelli
2020-05-27
qt: Add privacy feature to Overview page
Hennadii Stepanov
2020-05-05
qt: Overhaul ReceiveRequestDialog
Hennadii Stepanov
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
[next]