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-29
[validation] Add CValidationState subclasses
John Newbery
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
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-16
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-06
wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-01
Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...
MarcoFalke
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
[next]