This reverts commit 260cf5c, which appears to be a failed subtree merge, from the 0.9.0 branch.
Undo failed subtree merge 0.9.0 #3879
pull jmcorgan wants to merge 27 commits into bitcoin:master from jmcorgan:undo_failed_subtree_merge_0.9.0 changing 38 files +1613 −1317-
jmcorgan commented at 8:28 PM on March 15, 2014: contributor
-
Fix coin control sorts date as text 79ce7e9117
-
5bde2ae4eb
Text and language editing of release-notes.md
Added changes taken from Gavin's notes; fixed line wrapping; some small language changes.
-
7f6a86f4e9
Merge pull request #3797 from tgeller/patch-2
Text and language editing of release-notes.md
-
d307681b18
Clarify the error message when unable to bind to port
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
-
8b68263ed3
Fix null pointer in IsTrusted()
Rebased-From: ba51c7d
-
46bf675f98
gui: Prevent status icons from being cut off
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
-
adf6d4d428
Log which wallet is used during init
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
-
12858f5234
Total money limit test
Added bounds check by @il--ya. Updated-by: Wladimir van der Laan <laanwj@gmail.com> Rebased-From: 1156167
-
1ff620e975
update bash-completion for v0.9
Recognize completable arguments of new and expanded commands. Now that bitcoin-cli(1) exists, add completion for it as well. Rebased-From: 16bfd68
-
57ae367fe9
Fix typo in doc/build-unix.md regarding building without UPnP
Rebased-From: 947e23d
-
17ca4fd40b
qt: Adjust BLOCK_CHAIN_SIZE to 20GB
This increases the space requirement for selecting a data directory in the UI. As suggested by @bardiharborow, fixes #3830. Rebased-From: 70b8cb9
-
c41736d0df
add --enable-debug for configure
Rebased-From: f5f157b
-
f55bf39de4
Transifex pull pre-0.9.0rc3/final
Rebased-From: 064a6905
-
0085891749
doc/build-unix.md use github flavored md for table
Rebased-From: a75cacd
-
94e93531f5
Update release notes for 0.9.0rc3
No new features/bugfixes to be mentioned, but some authors have contributed minor changes so add them to the credits.
-
7dee83aa89
qt: Remove control characters from ko_KR translation
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
-
4568254568
Display progress of rescan.
Rebased-From: 75b8953
-
ff882789af
Add progress to initial display of latest block downloaded.
Rebased-From: c4656e0
-
1eedbbb3a6
Make mining fee policy match relay fee policy.
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
-
17d955fef5
qt: Make it possible again to specify -testnet in config file
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
-
32e27993c4
Update release notes for mining change
Mining code fee policy now matches relay fee policy (1eedbbb)
-
Update the list of threads to the current state. a0cb3779ac
-
Fix release notes transaction fees e4583071ef
-
af57c1b1a7
Warn about downgrading to 0.8.x
Fixes #3782
-
e67ce3b7b1
release notes: command line option is spendzeroconfchange
nospendzeroconfchange is valid as well on the command line, but confusion about the name of the option was causing people to do things like nospendzeroconfchange=0/1.
-
Update docs about boost on unix b233b8af72
-
3c789da31e
Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743"
This reverts commit 260cf5c0a4754be39b05f6a247b8a354de7eced6.
- jmcorgan closed this on Mar 15, 2014
- jmcorgan deleted the branch on Mar 15, 2014
- DrahtBot locked this on Sep 8, 2021
Contributors