aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Remove separate node and wallet contextsRoss Nicoll2021-06-092-3/+3
* Add node context to wallet RPC request objectRoss Nicoll2021-06-092-4/+6
* [send] Make send RPCs return fee reasonSishir Giri2020-09-261-1/+2
* Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-222-7/+7
* Do not create default walletAndrew Chow2020-09-082-7/+6
* Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cppSamuel Dobson2020-09-072-6/+12
|\
| * refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky2020-09-032-6/+12
| * Remove WalletLocation classRussell Yanofsky2020-09-031-1/+1
* | Remove mempool global from interfacesMarcoFalke2020-09-051-8/+15
* | refactor: Add IsRBFOptInEmptyMempoolMarcoFalke2020-09-051-2/+3
|/
* wallet: Reload previously loaded wallets on GUI startupAndrew Chow2020-09-011-3/+3
* refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-275-80/+74
* refactor: Create interfaces earlier during initializationRussell Yanofsky2020-08-271-2/+1
* Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lockWladimir J. van der Laan2020-08-271-1/+6
|\
| * wallet: IsMine overloads require cs_wallet lockJoão Barbosa2020-08-171-1/+6
* | gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky2020-08-262-55/+2
* | init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke2020-08-241-3/+3
|/
* Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky2020-08-132-0/+28
* Add BlockAndHeaderTipInfo to the node interface/appInitJonas Schnelli2020-08-122-3/+13
* Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke2020-08-072-34/+46
|\
| * test: Remove duplicate NodeContext hacksRussell Yanofsky2020-07-132-34/+46
* | Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke2020-07-232-0/+6
|\ \ | |/ |/|
| * Add <datadir>/settings.json persistent settings storage.Russell Yanofsky2020-07-112-0/+6
* | wallet: Pass unused args to StartWalletsMarcoFalke2020-07-092-6/+8
|/
* Clean up separated ban/discourage interfacePieter Wuille2020-07-032-3/+3
* Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan2020-07-022-4/+0
|\
| * interfaces: Remove unused getDefaultChangeTypeMarcoFalke2020-06-272-4/+0
* | scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-272-2/+2
* | wallet: Do not include server symbolsMarcoFalke2020-06-272-2/+2
|/
* FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-182-3/+5
* Add missing includes to fix compile errorsMarcoFalke2020-06-161-0/+1
* Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-102-2/+3
* refactor: Change Node::initError to take bilingual_strWladimir J. van der Laan2020-06-092-2/+2
* Merge #19096: Remove g_rpc_chain globalMarcoFalke2020-06-051-6/+15
|\
| * Remove g_rpc_chain globalRussell Yanofsky2020-05-281-6/+12
| * refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommandsRussell Yanofsky2020-05-281-1/+4
* | Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke2020-06-022-3/+4
|\ \
| * | wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky2020-05-152-3/+4
* | | 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-232-4/+12
* | | | Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-234-7/+15
| |_|/ |/| |
* | | 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
| | |/ | |/|
* | | Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli2020-05-202-7/+3
|\ \ \
| * | | Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"Russell Yanofsky2020-05-012-7/+3
* | | | refactor: Pass SynchronizationState enum to GUIHennadii Stepanov2020-05-192-6/+7
| |/ / |/| |
* | | Merge #18922: gui: Do not translate InitWarning messages in debug.logJonas Schnelli2020-05-132-2/+2
|\ \ \ | |_|/ |/| |
| * | gui: Do not translate InitWarning messages in debug.logHennadii Stepanov2020-05-102-2/+2
* | | Merge #18914: refactor: Apply override specifier consistentlyMarcoFalke2020-05-111-1/+1
|\ \ \ | |/ / |/| |