aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.cpp
AgeCommit message (Expand)Author
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-08-27refactor: Create interfaces earlier during initializationRussell Yanofsky
2020-08-26gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky
2020-08-24init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke
2020-08-12Add BlockAndHeaderTipInfo to the node interface/appInitJonas Schnelli
2020-08-07Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke
2020-07-13test: Remove duplicate NodeContext hacksRussell Yanofsky
2020-07-11Add <datadir>/settings.json persistent settings storage.Russell Yanofsky
2020-07-03Clean up separated ban/discourage interfacePieter Wuille
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-10Make GetWarnings() return bilingual_strHennadii Stepanov
2020-06-09refactor: Change Node::initError to take bilingual_strWladimir J. van der Laan
2020-05-29Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC consoleJonas Schnelli
2020-05-23BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...furszy
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-19refactor: Pass SynchronizationState enum to GUIHennadii Stepanov
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-05-13qt: Fix shutdown when waitfor* cmds are called from RPC consoleHennadii Stepanov
2020-05-05Make InitError bilingualHennadii Stepanov
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-04-15node: Add args alias for gArgs globalMarcoFalke
2020-04-10Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke
2020-03-19refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky
2020-03-19refactor: Rename Node::disconnect methodsRussell Yanofsky
2020-03-11[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacksJohn Newbery
2020-02-25Add ChainClient setMockTime, getWallets methodsRussell Yanofsky
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-16Merge #17750: util: change GetWarnings parameter to boolMarcoFalke
2019-12-15util: change GetWarnings parameter to boolJohn Newbery
2019-12-15[qt] remove unused parameter from getWarnings()John Newbery
2019-12-05node: Use mempool from node context instead of globalMarcoFalke
2019-10-28scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky
2019-10-26Drop signal CClientUIInterface::LoadWalletRussell Yanofsky
2019-10-25Avoid unused call to GuessVerificationProgress in NotifyHeaderTipMarcoFalke
2019-10-21Merge #17070: wallet: Avoid showing GUI popups on RPC errorsWladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
2019-10-08wallet: Avoid showing GUI popups on RPC errorsMarcoFalke
2019-09-26Revert "gui: Generate bech32 addresses by default (take 2, fixup)"Gregory Sanders
2019-09-12Merge #16714: gui: add prune to intro screen with smart defaultJonas Schnelli
2019-09-05Expose wallet creation to the GUI via WalletControllerAndrew Chow
2019-08-24[node] add forceSetArg to interfaceSjors Provoost
2019-08-06refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne
2019-07-30gui: Generate bech32 addresses by default (take 2, fixup)MarcoFalke
2019-07-11Call node->initError instead of InitError from GUI codeRussell Yanofsky
2019-06-06Merge #16129: refactor: Remove unused includesMarcoFalke