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-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-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
2019-12-15
[qt] remove unused parameter from getWarnings()
John Newbery
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
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-26
Drop signal CClientUIInterface::LoadWallet
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
[next]