aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-42/+3
* refactor: Create interfaces earlier during initializationRussell Yanofsky2020-08-271-2/+1
* gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky2020-08-261-17/+2
* init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke2020-08-241-3/+3
* Add BlockAndHeaderTipInfo to the node interface/appInitJonas Schnelli2020-08-121-2/+2
* Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke2020-08-071-32/+42
|\
| * test: Remove duplicate NodeContext hacksRussell Yanofsky2020-07-131-32/+42
* | Add <datadir>/settings.json persistent settings storage.Russell Yanofsky2020-07-111-0/+1
|/
* Clean up separated ban/discourage interfacePieter Wuille2020-07-031-2/+2
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-101-1/+1
* refactor: Change Node::initError to take bilingual_strWladimir J. van der Laan2020-06-091-1/+1
* Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC consoleJonas Schnelli2020-05-291-1/+9
|\
| * qt: Fix shutdown when waitfor* cmds are called from RPC consoleHennadii Stepanov2020-05-131-1/+9
* | BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...furszy2020-05-231-2/+2
* | Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-231-2/+7
* | Merge #18740: Remove g_rpc_node globalMarcoFalke2020-05-211-2/+4
|\ \
| * | refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-2/+4
| |/
* / refactor: Pass SynchronizationState enum to GUIHennadii Stepanov2020-05-191-4/+4
|/
* Make InitError bilingualHennadii Stepanov2020-05-051-1/+2
* wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-4/+4
* node: Add args alias for gArgs globalMarcoFalke2020-04-151-1/+1
* Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-2/+3
|\
| * Add ChainClient setMockTime, getWallets methodsRussell Yanofsky2020-02-251-2/+3
* | refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky2020-03-191-4/+3
* | refactor: Rename Node::disconnect methodsRussell Yanofsky2020-03-191-2/+2
* | [mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacksJohn Newbery2020-03-111-0/+2
|/
* scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan2020-01-081-3/+2
|\
| * Drop signal CClientUIInterface::LoadWalletRussell Yanofsky2019-10-261-3/+2
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* | Merge #17750: util: change GetWarnings parameter to boolMarcoFalke2019-12-161-1/+1
|\ \
| * | util: change GetWarnings parameter to boolJohn Newbery2019-12-151-1/+1
| * | [qt] remove unused parameter from getWarnings()John Newbery2019-12-151-1/+1
* | | node: Use mempool from node context instead of globalMarcoFalke2019-12-051-2/+2
|/ /
* | scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky2019-10-281-18/+18
* | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-3/+8
* | scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky2019-10-281-6/+6
* | Avoid unused call to GuessVerificationProgress in NotifyHeaderTipMarcoFalke2019-10-251-1/+1
|/
* Merge #17070: wallet: Avoid showing GUI popups on RPC errorsWladimir J. van der Laan2019-10-211-6/+6
|\
| * wallet: Avoid showing GUI popups on RPC errorsMarcoFalke2019-10-081-6/+6
* | Remove unused includespracticalswift2019-10-151-3/+0
|/
* Revert "gui: Generate bech32 addresses by default (take 2, fixup)"Gregory Sanders2019-09-261-1/+0
* Merge #16714: gui: add prune to intro screen with smart defaultJonas Schnelli2019-09-121-0/+1
|\
| * [node] add forceSetArg to interfaceSjors Provoost2019-08-241-0/+1
* | Expose wallet creation to the GUI via WalletControllerAndrew Chow2019-09-051-0/+9
|/
* refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne2019-08-061-1/+1
* gui: Generate bech32 addresses by default (take 2, fixup)MarcoFalke2019-07-301-0/+1
* Call node->initError instead of InitError from GUI codeRussell Yanofsky2019-07-111-0/+1
* Merge #16129: refactor: Remove unused includesMarcoFalke2019-06-061-1/+0
|\