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
/
node.cpp
Age
Commit message (
Expand
)
Author
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-26
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-08-24
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-12
Add BlockAndHeaderTipInfo to the node interface/appInit
Jonas Schnelli
2020-08-07
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-07-13
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-10
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-09
refactor: Change Node::initError to take bilingual_str
Wladimir J. van der Laan
2020-05-29
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-23
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
2020-05-23
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-19
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
qt: Fix shutdown when waitfor* cmds are called from RPC console
Hennadii Stepanov
2020-05-05
Make InitError bilingual
Hennadii Stepanov
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-04-10
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-03-19
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
refactor: Rename Node::disconnect methods
Russell Yanofsky
2020-03-11
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-02-25
Add ChainClient setMockTime, getWallets methods
Russell Yanofsky
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
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-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-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
Avoid unused call to GuessVerificationProgress in NotifyHeaderTip
MarcoFalke
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
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-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-07-30
gui: Generate bech32 addresses by default (take 2, fixup)
MarcoFalke
2019-07-11
Call node->initError instead of InitError from GUI code
Russell Yanofsky
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
[next]