index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
node.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
1
-42
/
+3
*
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-27
1
-2
/
+1
*
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-08-26
1
-17
/
+2
*
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-24
1
-3
/
+3
*
Add BlockAndHeaderTipInfo to the node interface/appInit
Jonas Schnelli
2020-08-12
1
-2
/
+2
*
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-08-07
1
-32
/
+42
|
\
|
*
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-07-13
1
-32
/
+42
*
|
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-07-11
1
-0
/
+1
|
/
*
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-03
1
-2
/
+2
*
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
1
-1
/
+1
*
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-10
1
-1
/
+1
*
refactor: Change Node::initError to take bilingual_str
Wladimir J. van der Laan
2020-06-09
1
-1
/
+1
*
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-29
1
-1
/
+9
|
\
|
*
qt: Fix shutdown when waitfor* cmds are called from RPC console
Hennadii Stepanov
2020-05-13
1
-1
/
+9
*
|
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
2020-05-23
1
-2
/
+2
*
|
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-23
1
-2
/
+7
*
|
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
1
-2
/
+4
|
\
\
|
*
|
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-2
/
+4
|
|
/
*
/
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-19
1
-4
/
+4
|
/
*
Make InitError bilingual
Hennadii Stepanov
2020-05-05
1
-1
/
+2
*
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
1
-4
/
+4
*
node: Add args alias for gArgs global
MarcoFalke
2020-04-15
1
-1
/
+1
*
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-10
1
-2
/
+3
|
\
|
*
Add ChainClient setMockTime, getWallets methods
Russell Yanofsky
2020-02-25
1
-2
/
+3
*
|
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
1
-4
/
+3
*
|
refactor: Rename Node::disconnect methods
Russell Yanofsky
2020-03-19
1
-2
/
+2
*
|
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-11
1
-0
/
+2
|
/
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2020-01-08
1
-3
/
+2
|
\
|
*
Drop signal CClientUIInterface::LoadWallet
Russell Yanofsky
2019-10-26
1
-3
/
+2
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
|
Merge #17750: util: change GetWarnings parameter to bool
MarcoFalke
2019-12-16
1
-1
/
+1
|
\
\
|
*
|
util: change GetWarnings parameter to bool
John Newbery
2019-12-15
1
-1
/
+1
|
*
|
[qt] remove unused parameter from getWarnings()
John Newbery
2019-12-15
1
-1
/
+1
*
|
|
node: Use mempool from node context instead of global
MarcoFalke
2019-12-05
1
-2
/
+2
|
/
/
*
|
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
1
-18
/
+18
*
|
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-3
/
+8
*
|
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
1
-6
/
+6
*
|
Avoid unused call to GuessVerificationProgress in NotifyHeaderTip
MarcoFalke
2019-10-25
1
-1
/
+1
|
/
*
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-21
1
-6
/
+6
|
\
|
*
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-10-08
1
-6
/
+6
*
|
Remove unused includes
practicalswift
2019-10-15
1
-3
/
+0
|
/
*
Revert "gui: Generate bech32 addresses by default (take 2, fixup)"
Gregory Sanders
2019-09-26
1
-1
/
+0
*
Merge #16714: gui: add prune to intro screen with smart default
Jonas Schnelli
2019-09-12
1
-0
/
+1
|
\
|
*
[node] add forceSetArg to interface
Sjors Provoost
2019-08-24
1
-0
/
+1
*
|
Expose wallet creation to the GUI via WalletController
Andrew Chow
2019-09-05
1
-0
/
+9
|
/
*
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
1
-1
/
+1
*
gui: Generate bech32 addresses by default (take 2, fixup)
MarcoFalke
2019-07-30
1
-0
/
+1
*
Call node->initError instead of InitError from GUI code
Russell Yanofsky
2019-07-11
1
-0
/
+1
*
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-06
1
-1
/
+0
|
\
[next]