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-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
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
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-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
Avoid unused call to GuessVerificationProgress in NotifyHeaderTip
MarcoFalke
2019-10-24
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-18
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-15
Remove unused includes
practicalswift
2019-10-15
Merge #17138: Remove wallet access to some node arguments
MarcoFalke
2019-10-14
[wallet] Remove package limit config access from wallet
John Newbery
2019-10-10
change wallet pointers to references in feebumper
Adam Jonas
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-09-26
Revert "gui: Generate bech32 addresses by default (take 2, fixup)"
Gregory Sanders
2019-09-12
Merge #16714: gui: add prune to intro screen with smart default
Jonas Schnelli
2019-09-05
Expose wallet creation to the GUI via WalletController
Andrew Chow
2019-08-24
[node] add forceSetArg to interface
Sjors Provoost
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-15
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-08
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
Merge #16497: gui: Generate bech32 addresses by default (take 2, fixup)
fanquake
2019-08-01
Remove unused submitToMemoryPool and relayTransactions Chain interfaces
Antoine Riard
2019-08-01
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-07-31
Merge #16452: refactor: use RelayTransaction in BroadcastTransaction utility
MarcoFalke
2019-07-30
gui: Generate bech32 addresses by default (take 2, fixup)
MarcoFalke
2019-07-27
Merge #16415: Get rid of PendingWalletTx class
MeshCollider
2019-07-24
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-07-23
Merge #16366: init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-07-18
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-07-17
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-11
Call node->initError instead of InitError from GUI code
Russell Yanofsky
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-10
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
Remove CCryptoKeyStore and move all of it's functionality into CWallet
Andrew Chow
2019-06-26
Add Travis check for single parameter constructors not marked "explicit"
practicalswift
2019-06-19
Move ismine to wallet module
Andrew Chow
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-05
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
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-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-16
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
[next]