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-11-23
Merge #16944: gui: create PSBT with watch-only wallet
Samuel Dobson
2019-11-23
Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider
Samuel Dobson
2019-11-18
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-11-13
[wallet] add fillPSBT to interface
Sjors Provoost
2019-11-08
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-06
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-04
Merge #17297: refactor: Remove addrdb.h dependency from node.h
Wladimir J. van der Laan
2019-11-02
wallet: Reuse existing batch in CWallet::SetUsedDestinationState
João Barbosa
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-29
refactor: Remove addrdb.h dependency from node.h
Hennadii Stepanov
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
[next]