2331 Commits (140de14a12228cf7af44f59f40a937c2910a0158)

Author SHA1 Message Date
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 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
Masahiko Hyuga 7f121a079b Fix typo in sendcoinsdialog. 7 years ago
Wladimir J. van der Laan 42307c4bf3
qt: Periodic translations update 7 years ago
Brian McMichael 0be03c71bd Qt: Use _putenv_s instead of setenv on Windows builds 7 years ago
Wladimir J. van der Laan 6adc3a3732
qt: Periodic translations update 7 years ago
Jonas Schnelli 97375727b8
[Qt] Use wallet 0 in rpc console if running with multiple wallets 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
Wladimir J. van der Laan dba485d651
init: Factor out AppInitLockDataDirectory 7 years ago
Alex Morcos 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee 7 years ago
Alex Morcos 1983ca6cb3 Use CoinControl to pass custom fee setting from QT. 7 years ago
Alex Morcos 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper 7 years ago
Alex Morcos ecd81dfa3c Make CoinControl a required argument to CreateTransaction 7 years ago
Jonas Schnelli 2aef1f1829
[Qt] migrate old fee slider value to new dropbown 7 years ago
Jonas Schnelli bc1be90e37
[Qt] replace fee slider with a Dropdown, extend conf. targets 7 years ago
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. 7 years ago
Alex Morcos f0bf33da83 Change default fee estimation mode. 7 years ago
Alex Morcos d507c301bc Introduce a fee estimate mode. 7 years ago
Alex Morcos cfaef69ace remove default argument from GetMinimumFee 7 years ago
Wladimir J. van der Laan 191d12b073
qt: First translations update for 0.15 7 years ago
Matt Corallo ff6a834fc3 Use TestingSetup to DRY qt rpcnestedtests 7 years ago
Jonas Schnelli 00cb69bc86
[Qt] allow to execute a callback during splashscreen progress 7 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
practicalswift 49de096c2a Remove unused Boost includes 8 years ago
Luke Dashjr b124cf04ea Wallet: Replace pwalletMain with a vector of wallet pointers 8 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 8 years ago
Jorge Timón 18dc3c3962
scripted-diff: Remove Q_FOREACH 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Jorge Timón a5410ac5ec
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal 8 years ago
practicalswift 90593ed92c Limit variable scope 8 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 8 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 8 years ago
Russell Yanofsky 8906a9a0d2 Fix bumpfee test after #10449 8 years ago
Russell Yanofsky 620444bd59 Fix broken q4 test build 8 years ago
Jonas Schnelli 6d7104c994
[Qt] make sure transaction table entry gets updated after bump 8 years ago
Jonas Schnelli 32325a3f58
[Qt] hide bump context menu action if tx already has been bumped 8 years ago
Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee 8 years ago