aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | refactor: Remove override for final overridersHennadii Stepanov2020-05-081-1/+1
* | | Make InitError bilingualHennadii Stepanov2020-05-053-3/+5
* | | Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov2020-05-051-2/+2
|/ /
* | wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-012-6/+7
* | wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-012-7/+8
|/
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-304-56/+13
* [wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard2020-04-303-88/+62
* [wallet] Move getBlockHash from Chain::Lock interface to simple ChainAntoine Riard2020-04-302-10/+10
* [wallet] Move getBlockHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-302-14/+14
* [wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-303-16/+16
* Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow2020-04-232-0/+4
* scripted-diff: Bump copyright headersMarcoFalke2020-04-164-4/+4
* Merge #18660: test: Verify findCommonAncestor always initializes outputsMarcoFalke2020-04-161-0/+2
|\
| * test: Verify findCommonAncestor always initializes outputsRussell Yanofsky2020-04-151-0/+2
* | node: Add args alias for gArgs globalMarcoFalke2020-04-151-1/+1
|/
* Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke2020-04-143-74/+136
|\
| * wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimesRussell Yanofsky2020-03-312-10/+0
| * wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky2020-03-312-0/+12
| * wallet: Avoid use of Chain::Lock in rescanblockchainRussell Yanofsky2020-03-312-18/+24
| * wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTimeRussell Yanofsky2020-03-312-0/+11
| * wallet: Avoid use of Chain::Lock in listsinceblockRussell Yanofsky2020-03-312-0/+30
| * wallet: Avoid use of Chain::Lock in importmultiRussell Yanofsky2020-03-312-11/+0
| * wallet: Avoid use of Chain::Lock in importprunedfundsRussell Yanofsky2020-03-312-0/+14
| * wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalancesRussell Yanofsky2020-03-311-10/+7
| * refactor: Add interfaces::FoundBlock class to selectively return block dataRussell Yanofsky2020-03-312-27/+40
* | Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-104-6/+22
|\ \
| * | refactor: Use psbt forward declarationRussell Yanofsky2020-02-251-4/+4
| * | Add ChainClient setMockTime, getWallets methodsRussell Yanofsky2020-02-253-2/+18
* | | Wallet: Replace CAddressBookData.name with GetLabel() methodLuke Dashjr2020-04-061-2/+2
* | | Wallet: Avoid treating change-in-the-addressbook as non-change everywhereLuke Dashjr2020-04-021-1/+2
* | | scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr2020-04-021-3/+3
| |/ |/|
* | Merge #18338: Fix wallet unload race conditionWladimir J. van der Laan2020-03-312-19/+27
|\ \
| * | Fix wallet unload race conditionRussell Yanofsky2020-03-272-19/+27
* | | Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedWladimir J. van der Laan2020-03-312-4/+8
|\ \ \
| * | | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa2020-02-162-4/+8
| | |/ | |/|
* | | Merge #16995: Fix gcc 9 warningsWladimir J. van der Laan2020-03-271-5/+4
|\ \ \
| * | | refactor: Work around GCC 9 `-Wredundant-move` warningRussell Yanofsky2020-02-061-5/+4
| |/ /
* | | Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan2020-03-262-9/+1
|\ \ \ | |_|/ |/| |