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
/
interfaces
Age
Commit message (
Expand
)
Author
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
Merge #18660: test: Verify findCommonAncestor always initializes outputs
MarcoFalke
2020-04-15
test: Verify findCommonAncestor always initializes outputs
Russell Yanofsky
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-10
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-06
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
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::GetKeyBirthTimes
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in rescanblockchain
Russell Yanofsky
2020-03-31
wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTime
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in listsinceblock
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in importmulti
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in importprunedfunds
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalances
Russell Yanofsky
2020-03-31
refactor: Add interfaces::FoundBlock class to selectively return block data
Russell Yanofsky
2020-03-31
Merge #18338: Fix wallet unload race condition
Wladimir J. van der Laan
2020-03-31
Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
Wladimir J. van der Laan
2020-03-27
Merge #16995: Fix gcc 9 warnings
Wladimir J. van der Laan
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2020-03-26
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
wallet: remove totalfee from createBumpTransaction()
Jon Atack
2020-03-19
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
refactor: Change Chain::broadcastTransaction param order
Russell Yanofsky
2020-03-19
refactor: Rename Chain::Notifications methods to be consistent with other int...
Russell Yanofsky
2020-03-19
refactor: Rename Node::disconnect methods
Russell Yanofsky
2020-03-19
refactor: Get rid of Wallet::IsWalletFlagSet method
Russell Yanofsky
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-09
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-03-02
wallet: make CanGetAddresses() const
Karl-Johan Alm
2020-02-25
refactor: Use psbt forward declaration
Russell Yanofsky
2020-02-25
Add ChainClient setMockTime, getWallets methods
Russell Yanofsky
2020-02-16
gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
João Barbosa
2020-02-06
refactor: Work around GCC 9 `-Wredundant-move` warning
Russell Yanofsky
2020-01-23
Refactor: Replace SigningProvider pointers with unique_ptrs
Andrew Chow
2020-01-23
Cleanup: Drop unused GUI learnRelatedScripts method
Andrew Chow
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-08
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-16
Merge #17750: util: change GetWarnings parameter to bool
MarcoFalke
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-15
util: change GetWarnings parameter to bool
John Newbery
[next]