aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-12Warn about downgrading to 0.8.xv0.9.0rc3Gavin Andresen
Fixes #3782
2014-03-12Fix release notes transaction feesGavin Andresen
2014-03-12Update the list of threads to the current state.paveljanik
2014-03-11Update release notes for mining changeWladimir J. van der Laan
Mining code fee policy now matches relay fee policy (1eedbbb)
2014-03-11qt: Make it possible again to specify -testnet in config fileWladimir J. van der Laan
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. Rebased-From: c52c4e5
2014-03-11Make mining fee policy match relay fee policy.Mike Hearn
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. Rebased-From: 037b4f1
2014-03-11Add progress to initial display of latest block downloaded.R E Broadley
Rebased-From: c4656e0
2014-03-11Display progress of rescan.R E Broadley
Rebased-From: 75b8953
2014-03-10qt: Remove control characters from ko_KR translationWladimir J. van der Laan
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. Rebased-From: 0ffd87f
2014-03-10Update release notes for 0.9.0rc3Wladimir J. van der Laan
No new features/bugfixes to be mentioned, but some authors have contributed minor changes so add them to the credits.
2014-03-10doc/build-unix.md use github flavored md for tableTorstein Husebø
Rebased-From: a75cacd
2014-03-10Transifex pull pre-0.9.0rc3/finalWladimir J. van der Laan
Rebased-From: 064a6905
2014-03-10add --enable-debug for configuredaniel
Rebased-From: f5f157b
2014-03-10qt: Adjust BLOCK_CHAIN_SIZE to 20GBWladimir J. van der Laan
This increases the space requirement for selecting a data directory in the UI. As suggested by @bardiharborow, fixes #3830. Rebased-From: 70b8cb9
2014-03-10Fix typo in doc/build-unix.md regarding building without UPnPRune K. Svendsen
Rebased-From: 947e23d
2014-03-07update bash-completion for v0.9Christian von Roques
Recognize completable arguments of new and expanded commands. Now that bitcoin-cli(1) exists, add completion for it as well. Rebased-From: 16bfd68
2014-03-07Total money limit testPieter Wuille
Added bounds check by @il--ya. Updated-by: Wladimir van der Laan <laanwj@gmail.com> Rebased-From: 1156167
2014-03-07Log which wallet is used during initWladimir J. van der Laan
Now that the wallet can be selected using -wallet it is important to log which wallet is being used for later troubleshooting. Rebased-From: 8a6894ca
2014-03-06gui: Prevent status icons from being cut offWladimir J. van der Laan
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. Rebased-from: 1bcf81e0
2014-03-05Fix null pointer in IsTrusted()Cozz Lovan
Rebased-From: ba51c7d
2014-03-05Clarify the error message when unable to bind to portpaveljanik
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. Rebased-From: 094eeff, 2d2d8fa
2014-03-05Merge pull request #3797 from tgeller/patch-2Wladimir J. van der Laan
Text and language editing of release-notes.md
2014-03-04Text and language editing of release-notes.mdTom Geller
Added changes taken from Gavin's notes; fixed line wrapping; some small language changes.
2014-03-04Fix coin control sorts date as textCozz Lovan
2014-03-01Merge pull request #3692v0.9.0rc2Wladimir J. van der Laan
098316c English translation update (Wladimir J. van der Laan)
2014-03-01English translation updateWladimir J. van der Laan
A few new messages have been added since last update.
2014-03-01Merge pull request #3769Wladimir J. van der Laan
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
2014-02-28Merge pull request #3744 from petertodd/document-isvalid-is-consensus-criticalGavin Andresen
Document that CPubKey.IsValid() is consensus critical
2014-02-28Merge pull request #3763 from gavinandresen/regression_testsGavin Andresen
Python-based regression tests
2014-02-28Python-based regression testsGavin Andresen
skeleton.py : a do-nothing test skeleton listtransactions.py : start of regression test for listtransactions call
2014-02-28Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743Gavin Andresen
git-subtree-dir: qa/rpc-tests/python-bitcoinrpc git-subtree-split: e48474322de165212c5aa29574297e78b09df8d6
2014-02-28Merge pull request #3767 from laanwj/2014_02_tinyformat_errors_non_fatalGavin Andresen
Make tinyformat errors raise an exception instead of assert()ing
2014-02-28Merge pull request #3694 from gavinandresen/vfspentGavin Andresen
Remove CWalletTx::vfSpent
2014-02-28Merge pull request #3750 from gavinandresen/osx_minversionGavin Andresen
Require OSX 10.6, 64-bit
2014-02-28qttools5-dev is required in order to build with qt5 on debian and ubuntuHaakon Nilsen
2014-02-28Merge pull request #3719Wladimir J. van der Laan
f642fd9 qt: Modernize 'confirmed' terminology in shown tx status (Wladimir J. van der Laan)
2014-02-28qt: Modernize 'confirmed' terminology in shown tx statusWladimir J. van der Laan
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
2014-02-28Merge pull request #3758Wladimir J. van der Laan
f8a7b50 Update build information (Drak)
2014-02-28Merge pull request #3762Wladimir J. van der Laan
93c3e21 Re-enable UPnP by default in gitian builds (Wladimir J. van der Laan)
2014-02-28Make tinyformat errors raise an exception instead of assert()ingWladimir J. van der Laan
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.
2014-02-27Merge pull request #3760 from ian-kelling/masterGavin Andresen
Update build instructions for db4.8 on Debian and Unix
2014-02-27Re-enable UPnP by default in gitian buildsWladimir J. van der Laan
IIRC this was the case with 0.8.6, so let's keep this to avoid the risk of losing connectable nodes with 0.9 release. Also our miniupnpc library was recently updated and I've heard reports that it works better than before now.
2014-02-27Merge pull request #3761Wladimir J. van der Laan
a270ca2 Transifex pull pre-0.9.0rc2 (Wladimir J. van der Laan)
2014-02-27Transifex pull pre-0.9.0rc2Wladimir J. van der Laan
2014-02-27Merge pull request #3752Wladimir J. van der Laan
5d5b0d2 Add shell null to else block (Wil Bown)
2014-02-27Update build instructions for db4.8 on Debian and UnixIan Kelling
2014-02-27Update build informationDrak
Add the command necessary to add ppa repository in Ubuntu Refs #3757
2014-02-26Merge pull request #3749Wladimir J. van der Laan
4423571 Replace PrintException with PrintExceptionContinue + throw (Wladimir J. van der Laan)
2014-02-26Add shell null to else blockWil Bown
MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.
2014-02-26Merge pull request #3737 from jgarzik/op-return-sizeGavin Andresen
script: reduce OP_RETURN standard relay bytes to 40