aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.h
Commit message (Expand)AuthorAgeFilesLines
* refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-22/+3
* gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky2020-08-261-38/+0
* Add BlockAndHeaderTipInfo to the node interface/appInitJonas Schnelli2020-08-121-1/+11
* Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke2020-08-071-2/+4
|\
| * test: Remove duplicate NodeContext hacksRussell Yanofsky2020-07-131-2/+4
* | Add <datadir>/settings.json persistent settings storage.Russell Yanofsky2020-07-111-0/+5
|/
* Clean up separated ban/discourage interfacePieter Wuille2020-07-031-1/+1
* Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-101-1/+2
* refactor: Change Node::initError to take bilingual_strWladimir J. van der Laan2020-06-091-1/+1
* BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...furszy2020-05-231-2/+10
* Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-231-2/+5
* refactor: Pass SynchronizationState enum to GUIHennadii Stepanov2020-05-191-2/+3
* Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov2020-05-051-2/+2
* wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-3/+4
* refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky2020-03-191-1/+1
* refactor: Rename Node::disconnect methodsRussell Yanofsky2020-03-191-2/+2
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* [qt] remove unused parameter from getWarnings()John Newbery2019-12-151-1/+1
* Merge #17297: refactor: Remove addrdb.h dependency from node.hWladimir J. van der Laan2019-11-041-1/+1
|\
| * refactor: Remove addrdb.h dependency from node.hHennadii Stepanov2019-10-291-1/+1
* | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-0/+4
|/
* wallet: Avoid showing GUI popups on RPC errorsMarcoFalke2019-10-081-2/+2
* Revert "gui: Generate bech32 addresses by default (take 2, fixup)"Gregory Sanders2019-09-261-3/+0
* Merge #16714: gui: add prune to intro screen with smart defaultJonas Schnelli2019-09-121-0/+3
|\
| * [node] add forceSetArg to interfaceSjors Provoost2019-08-241-0/+3
* | Expose wallet creation to the GUI via WalletControllerAndrew Chow2019-09-051-0/+5
|/
* gui: Generate bech32 addresses by default (take 2, fixup)MarcoFalke2019-07-301-0/+3
* Call node->initError instead of InitError from GUI codeRussell Yanofsky2019-07-111-0/+3
* [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-3/+0
* interfaces: Add loadWallet to NodeJoão Barbosa2019-02-041-0/+5
* net: move BanMan to its own filesCory Fields2019-01-161-0/+1
* net: Break disconnecting out of Ban()Cory Fields2019-01-161-1/+4
* Merge #13216: [Qt] implements concept for different disk sizes on introJonas Schnelli2019-01-111-0/+6
|\
| * implements different disk sizes for different networks on intromarcoagner2018-10-071-0/+6
* | interfaces: Add getWalletDir and listWalletDir to NodeJoão Barbosa2018-10-181-0/+6
|/
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-2/+2
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-3/+2
* -includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm2018-04-261-1/+1
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-14/+0
* node: Removed unused wallet-related methods from the Node interface.Thomas Snider2018-04-181-9/+0
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-0/+259