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
2019-04-09
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-04
wallet: Get all balances in one call
MarcoFalke
2019-03-31
interfaces: Add Chain::requestMempoolTransactions
João Barbosa
2019-03-27
refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight
Antoine Riard
2019-03-25
[docs] fix comment: the return value of findFork is _not_ an ancestor when th...
r8921039
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-05
Remove use of CCoinsViewMemPool::GetCoin in wallet code
Russell Yanofsky
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
Remove use CValidationInterface in wallet code
Russell Yanofsky
2019-03-04
Suggested interfaces::Chain cleanups from #15288
Russell Yanofsky
2019-02-22
Remove use of IsInitialBlockDownload in wallet code
Russell Yanofsky
2019-02-22
Remove use of uiInterface.LoadWallet in wallet code
Russell Yanofsky
2019-02-22
Remove use of AcceptToMemoryPool in wallet code
Russell Yanofsky
2019-02-22
Remove uses of InitMessage/Warning/Error in wallet code
Russell Yanofsky
2019-02-22
Remove uses of GetAdjustedTime in wallet code
Russell Yanofsky
2019-02-22
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
Remove uses of g_connman in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fPruneMode in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
Remove use of CalculateMemPoolAncestors in wallet code
Russell Yanofsky
2019-02-22
Remove use of GetTransactionAncestry in wallet code
Russell Yanofsky
2019-02-22
Remove use of GetCountWithDescendants in wallet code
Russell Yanofsky
2019-02-22
Remove use of IsRBFOptIn in wallet code
Russell Yanofsky
2019-02-22
Remove uses of CheckFinalTx in wallet code
Russell Yanofsky
2019-02-21
refactor: Drop redundant wallet reference
João Barbosa
2019-02-12
interfaces: Add remove to Wallet
João Barbosa
2019-02-12
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-11
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-05
Merge #15342: Suggested wallet code cleanups from #14711
MarcoFalke
2019-02-04
Merge #15266: memory: Construct globals on first use
MarcoFalke
2019-02-04
interfaces: Avoid interface instance if wallet is null
João Barbosa
2019-02-04
interfaces: Add loadWallet to Node
João Barbosa
2019-02-01
Rename Chain getLocator -> getTipLocator
Russell Yanofsky
2019-01-31
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
Merge #15225: GUI: Change the receive button to respond to keypool state chan...
Wladimir J. van der Laan
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-29
log: Construct global logger on first use
MarcoFalke
2019-01-23
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
net: Break disconnecting out of Ban()
Cory Fields
2019-01-15
Remove remaining chainActive references from CWallet
Russell Yanofsky
2019-01-15
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
Add findFork and findBlock to the Chain interface
Russell Yanofsky
2019-01-15
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)
Wladimir J. van der Laan
2019-01-11
Merge #13216: [Qt] implements concept for different disk sizes on intro
Jonas Schnelli
[prev]
[next]