2358 Commits (8ad663c1fa88d68843e45580deced56112343183)

Author SHA1 Message Date
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
Chris Moore a1ea1cfbd8 qt: Use IsMine to validate custom change address 7 years ago
MeshCollider d1138e3620 Remove redundant testutil files 7 years ago
MeshCollider dea086f498 Stop test_bitcoin-qt touching ~/.bitcoin 7 years ago
Daniel Edgecumbe 14ccd4d8d1 [Qt] Fix display of package name on 'open config file' tooltip 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Andrew Chow e2548302f4 Make tabs toolbar no longer have a context menu 7 years ago
practicalswift bea8e9e66e Document the preference of nullptr over NULL or (void*)0 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
klemens f42fc1d508 doc: spelling fixes 7 years ago
João Barbosa 8f2f1e0458 wallet: Avoid second mapWallet lookup 7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Wladimir J. van der Laan 67f6f1c2d5
qt: Periodic translations update 7 years ago
practicalswift 9d5e98ff80 Fix typos. 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Wladimir J. van der Laan 1967d2a4da qt: Increase BLOCK_CHAIN_SIZE constants 7 years ago
practicalswift d3d946a294 Pass SendCoinsRecipient (208 bytes) by const reference 7 years ago
Masahiko Hyuga 7f121a079b Fix typo in sendcoinsdialog. 7 years ago
Wladimir J. van der Laan 42307c4bf3
qt: Periodic translations update 7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 8 years ago
Brian McMichael 0be03c71bd Qt: Use _putenv_s instead of setenv on Windows builds 8 years ago
Wladimir J. van der Laan 6adc3a3732
qt: Periodic translations update 8 years ago
Jonas Schnelli 97375727b8
[Qt] Use wallet 0 in rpc console if running with multiple wallets 8 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 8 years ago
Wladimir J. van der Laan dba485d651
init: Factor out AppInitLockDataDirectory 8 years ago
Alex Morcos 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee 8 years ago
Alex Morcos 1983ca6cb3 Use CoinControl to pass custom fee setting from QT. 8 years ago
Alex Morcos 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper 8 years ago
Alex Morcos ecd81dfa3c Make CoinControl a required argument to CreateTransaction 8 years ago
Jonas Schnelli 2aef1f1829
[Qt] migrate old fee slider value to new dropbown 8 years ago
Jonas Schnelli bc1be90e37
[Qt] replace fee slider with a Dropdown, extend conf. targets 8 years ago
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. 8 years ago
Alex Morcos f0bf33da83 Change default fee estimation mode. 8 years ago
Alex Morcos d507c301bc Introduce a fee estimate mode. 8 years ago
Alex Morcos cfaef69ace remove default argument from GetMinimumFee 8 years ago
Wladimir J. van der Laan 191d12b073
qt: First translations update for 0.15 8 years ago
Matt Corallo ff6a834fc3 Use TestingSetup to DRY qt rpcnestedtests 8 years ago
Jonas Schnelli 00cb69bc86
[Qt] allow to execute a callback during splashscreen progress 8 years ago
practicalswift fd9599b135 [qt] Avoid potential null pointer dereference in TransactionView::exportClicked() 8 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 8 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
Alex Morcos 61718268b5 Don't create change at the dust limit, even if it means paying more than expected 8 years ago
Alex Morcos e9cd7786da Pass in smart fee slider value to coin control dialog 8 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 8 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 8 years ago
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 8 years ago
practicalswift 4265bf351a Remove unreachable or otherwise redundant code 8 years ago
practicalswift e53a0fa12a Remove duplicate includes 8 years ago