aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Add a "relayfee" field to getinfo.Gregory Maxwell2014-03-131-2/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This shows the minimum relay fee for non-free transactions in btc/kb. The armory developers requested this so that they can prevent users from creating transactions that not even their local bitcoind will relay. This also slightly reorders the getinfo output so that the fee related lines are grouped and changes the help text to reflect that the units are btc/kb.
* | | | | | | | Merge pull request #3849 from cozz/cozz2Gavin Andresen2014-03-131-4/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix missing wallet lock in CWallet::SyncTransaction(..)
| * | | | | | | | Fix missing wallet lock in CWallet::SyncTransaction(..)Cozz Lovan2014-03-111-4/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #3846Wladimir J. van der Laan2014-03-131-0/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | 3f2a017 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
| * | | | | | | [Qt] Fix coin control qt5 checkbox bug in tree modeCozz Lovan2014-03-111-0/+12
| | | | | | | |
* | | | | | | | Merge pull request #3841 from schildbach/script-tests-OP_0Gavin Andresen2014-03-122-2/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Add script test to prove that OP_0 evaluates as the empty vector.
| * | | | | | | Add script test to prove that OP_0 evaluates as the empty vector, rather ↵Andreas Schildbach2014-03-112-2/+6
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | than [0].
* | | | | | | Merge pull request #3844Wladimir J. van der Laan2014-03-114-32/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | c52c4e5 qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)
| * | | | | | | qt: Make it possible again to specify -testnet in config fileWladimir J. van der Laan2014-03-114-32/+46
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes for the datadir chooser have made it impossible to specify the network (testnet/regtest) in the configuration file for the GUI. Reorganize the initialization sequence to make this possible again. - Moves the "datadir" QSetting so that is no longer dependent on the network-specific application name (doing otherwise would create a chicken-and-egg problem). - Re-initialize translations after choosing network. There may be a different language configured in network-specific settings (slim chance, but handle it for sanity). Fixes point 1 of #3840.
* | | | | | | Merge branch 'match_relay_fee' of git://github.com/mikehearn/bitcoinGavin Andresen2014-03-113-4/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make mining fee policy match relay fee policy.Mike Hearn2014-03-103-4/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves a case in which a mismatch could be used to bloat up the mempool by sending transactions that pay enough fee to relay, but not to be mined, with the default policies.
* | | | | | Merge pull request #3696Wladimir J. van der Laan2014-03-112-2/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | c4656e0 Add progress to initial display of latest block downloaded. (R E Broadley) 75b8953 Display progress of rescan. (R E Broadley)
| * | | | | Add progress to initial display of latest block downloaded.R E Broadley2014-02-191-2/+3
| | | | | |
| * | | | | Display progress of rescan.R E Broadley2014-02-191-0/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #3717 from djpnewton/wallet-txcountJeff Garzik2014-03-103-0/+34
|\ \ \ \ \ | | | | | | | | | | | | add getwalletinfo RPC call with wallet transaction count
| * | | | | move wallet info stuff to "getwalletinfo" rpc (left original walletDaniel Newton2014-02-273-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stuff in getinfo call for backwards compatibility) add wallet transaction count to getwalletinfo rpc call
* | | | | | qt: Remove control characters from ko_KR translationWladimir J. van der Laan2014-03-101-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last Transifex pull (064a690) introduced a few control characters into the Korean translation, which sometimes causes the build to fail. Manually remove these characters for now to get the build working -- they should still be removed at Transifex too.
* | | | | | Merge pull request #3815Wladimir J. van der Laan2014-03-104-4/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 5283410 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
| * | | | | | Remove unused includes of boost lexical_castWladimir J. van der Laan2014-03-074-4/+0
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | We don't use lexical_cast anywhere, no need to include it.
* | | | | | Transifex pull pre-0.9.0rc3/finalWladimir J. van der Laan2014-03-105-1007/+1268
| | | | | |
* | | | | | Merge pull request #3514Wladimir J. van der Laan2014-03-104-29/+131
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | f59d8f0 Per-peer block download tracking and stalled download detection. (Pieter Wuille)
| * | | | | | Per-peer block download tracking and stalled download detection.Pieter Wuille2014-02-084-29/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep track of which block is being requested (and to be requested) from each peer, and limit the number of blocks in-flight per peer. In addition, detect stalled downloads, and disconnect if they persist for too long. This means blocks are never requested twice, and should eliminate duplicate downloads during synchronization.
* | | | | | | qt: Adjust BLOCK_CHAIN_SIZE to 20GBWladimir J. van der Laan2014-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This increases the space requirement for selecting a data directory in the UI. As suggested by @bardiharborow, fixes #3830.
* | | | | | | Merge pull request #3685Wladimir J. van der Laan2014-03-103-4/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8e29623 [Qt] show number of in/out connections in debug console (Philip Kaufmann)
| * | | | | | | [Qt] show number of in/out connections in debug consolePhilip Kaufmann2014-03-033-4/+28
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3817Wladimir J. van der Laan2014-03-101-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | e935293 Minor code cleanup: remove indentation (Mark Friedenbach)
| * | | | | | | Minor code cleanup: remove indentationMark Friedenbach2014-03-081-4/+4
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
* / | | | | | MainNet is the special case for the GUIjtimon2014-03-071-2/+2
|/ / / / / /
* | | | | | Merge pull request #3768Wladimir J. van der Laan2014-03-072-0/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fecba4e Total money limit test (Pieter Wuille)
| * | | | | | Total money limit testPieter Wuille2014-03-052-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added bounds check by @il--ya. Updated-by: Wladimir van der Laan <[email protected]>
* | | | | | | Merge pull request #3805Wladimir J. van der Laan2014-03-071-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
| * | | | | | | Log which wallet is used during initWladimir J. van der Laan2014-03-051-0/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Now that the wallet can be selected using -wallet it is important to log which wallet is being used for later troubleshooting.
* | | | | | | gui: Prevent status icons from being cut offWladimir J. van der Laan2014-03-063-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the Qt5 switch, status icons were being cut off by 1-2px. Also fixes some other cases where the UI is slightly off mentioned in #3800. Fixes #3800.
* | | | | | | Fix null pointer in IsTrusted()Cozz Lovan2014-03-051-1/+3
|/ / / / / /
* | | | | | Clarify the error message when unable to bind to portpaveljanik2014-03-051-1/+1
| | | | | |
* | | | | | Bitcoin is running fine...paveljanik2014-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When bitcoind can't bind, bitcoin server (or Bitcoin Core Daemon) is probably already running. Add the missing word "server". Bitcoin itself is definitely running ;-) Add _(...) so the string can be localized. I apologize for such trivial changes, learning github interface.
* | | | | | Merge pull request #3784Wladimir J. van der Laan2014-03-043-10/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | dc01ba7 Fix coin control sorts date as text (Cozz Lovan)
| * | | | | | Fix coin control sorts date as textCozz Lovan2014-03-033-10/+39
| | |/ / / / | |/| | | |
* / | | | | build: Version bump to 0.9.99, disable IS_RELEASEWladimir J. van der Laan2014-03-041-2/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | `master` is not a release. Use the same convention as before and label these intermediate builds as x.x.99.
* | | | | English translation updateWladimir J. van der Laan2014-03-012-80/+128
| | | | | | | | | | | | | | | | | | | | A few new messages have been added since last update.
* | | | | Merge pull request #3744 from petertodd/document-isvalid-is-consensus-criticalGavin Andresen2014-02-281-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Document that CPubKey.IsValid() is consensus critical
| * | | | | Document that CPubKey.IsValid() is consensus criticalPeter Todd2014-02-251-1/+3
| | | | | |
* | | | | | Merge pull request #3767 from laanwj/2014_02_tinyformat_errors_non_fatalGavin Andresen2014-02-281-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make tinyformat errors raise an exception instead of assert()ing
| * | | | | | Make tinyformat errors raise an exception instead of assert()ingWladimir J. van der Laan2014-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default tinyformat errors such as 'wrong number of conversion specifiers in format string' cause an assertion failure. Raise an exception instead so that error handling can recover or can show an appropriate error.
* | | | | | | Merge pull request #3694 from gavinandresen/vfspentGavin Andresen2014-02-2810-309/+159
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove CWalletTx::vfSpent
| * | | | | | | Remove CWalletTx::vfSpentGavin Andresen2014-02-2610-309/+159
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk.
* | | | | | | qt: Modernize 'confirmed' terminology in shown tx statusWladimir J. van der Laan2014-02-283-128/+111
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These days we regard transactions with one confirmation to be 'Confirmed'. Waiting for 6 confirmations is a recommendation but should not keep the transaction shown as unconfirmed. Misc code sanity: - Merge maturity/status enums, they had become completely disjunct - 'confirmed' flag is now called 'countsForBalance' for clarity
* | | | | | Transifex pull pre-0.9.0rc2Wladimir J. van der Laan2014-02-2721-829/+41340
| | | | | |
* | | | | | Merge pull request #3752Wladimir J. van der Laan2014-02-271-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 5d5b0d2 Add shell null to else block (Wil Bown)
| * | | | | | Add shell null to else blockWil Bown2014-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | | MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.