aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-09Merge pull request #1655 from gmaxwell/signrawtransaction_fix_missingGregory Maxwell
Correctly handle missing inputs in signrawtransaction. Fixes #1654.
2012-08-07Merge pull request #1658 from TheBlueMatt/qttestJeff Garzik
Fix several issues in the Qt unit tests.
2012-08-08Fix test_bitcoin build in makefile.linux-mingwMatt Corallo
2012-08-07Merge pull request #1660 from fanquake/masterWladimir J. van der Laan
Change this error message to be similar to the others
2012-08-07Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo
Makes sense in case bitcoin URIs eventually allow invalid addresses as a part of some larger future payment scheme.
2012-08-07Fix Win32 compiling of qt/test/uritests.cppMatt Corallo
2012-08-07Return !0 when qt tests fail.Matt Corallo
2012-08-07Make this error message similar to the othersfanquake
2012-08-06Correctly handle missing inputs in signrawtransaction. Fixes #1654.Gregory Maxwell
Signrawtransaction rpc was crashing when some inputs were unknown, and even with that fixed was failing to handle all the known inputs if there were unknown inputs in front of them. This commit instead attempts to fetch inputs one at a time.
2012-08-02Merge pull request #1650 from Diapolo/spelling_fixesJeff Garzik
fix further spelling errors / remove a tab in the source
2012-08-02Merge pull request #1644 from Diapolo/update_translationsWladimir J. van der Laan
Translations update 2012-08-01 (fetched from Transifex)
2012-08-02fix further spelling errors / remove a tab in the sourcePhilip Kaufmann
2012-08-02Merge pull request #1646 from Diapolo/only_upd_changed_valsWladimir J. van der Laan
only update cached values in ClientModel::updateTimer() when they are changed, and set cached values before signal is emitted
2012-08-01only update cached values in ClientModel::updateTimer() when they are changedPhilip Kaufmann
2012-08-01Translations update 2012-08-01 (fetched from Transifex)Philip Kaufmann
2012-08-01Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell
Optimize JSON-RPC getblockhash
2012-08-01Optimize JSON-RPC getblockhashLuke Dashjr
- If the height is in the first half, start at the genesis block and go up, rather than at the top - Cache the last lookup and use it as a reference point if it's close to the next request, to make linear lookups always fast
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
Fix spelling and grammar errors
2012-08-01Merge pull request #1636 from Diapolo/Warning_stringJeff Garzik
Update Warning-strings to use a standard-format
2012-08-01Add doc/release-notes.txt, temporary for 0.7 releaseJeff Garzik
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-01Bugfix: Use standard BTC unit in commentsLuke Dashjr
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-01Update Warning-strings to use a standard-formatPhilip Kaufmann
- ensure warnings always start with "Warning:" and that the first character after ":" is written uppercase - ensure the first sentence in warnings ends with an "!" - remove unneeded spaces from Warning-strings - add missing Warning-string translation - remove a "\n" and replace with untranslatable "<br><br>"
2012-08-01Merge pull request #1465 from Diapolo/NOUI_showSSLVersionJeff Garzik
write used OpenSSL library version to debug.log
2012-08-01Merge pull request #1396 from rebroad/NoShrinkOptionJeff Garzik
Make truncating the debug.log file an option.
2012-08-01Merge pull request #1344 from rebroad/AskForTimeFormatJeff Garzik
Unless debugging, show a more useful format for the askfors
2012-08-01Merge pull request #1343 from rebroad/MisbehavingDeltaJeff Garzik
Show when node is misbehaving, not just at the point that it gets banned...
2012-07-28Merge pull request #1635 from Diapolo/update_helpMessageWladimir J. van der Laan
update HelpMessage()
2012-07-27Merge pull request #1594 from Diapolo/GUI_testnet3_fixWladimir J. van der Laan
small update for BitcoinGUI::setNumBlocks() function
2012-07-27update HelpMessage()Philip Kaufmann
- place "-?" option at first - re-work description and "\n" usage for Gavins new block creation options to better match current description syntax - ensure no "\n" is in translated strings, which is better for Transifex
2012-07-27Merge pull request #1571 from Diapolo/optionsdialog_cleanupWladimir J. van der Laan
GUI: optionsdialog cleanup
2012-07-26Switch testnet3's message bytes to avoid connecting to old nodes.Gregory Maxwell
The new bytes are based on "11" to appeal to Gavin's 11 fetish. This breaks existing testnet3 nodes as the blockchain files are also versioned. To upgrade a node delete everything except wallet.dat from your .bitcoin/testnet3 folder.
2012-07-26Handle should-never-happen case of orphan in mempoolGavin Andresen
2012-07-26When creating new blocks, sort 'paid' area by fee-per-kbGavin Andresen
Modify CreateNewBlock so that instead of processing all transactions in priority order, process the first 27K of transactions in priority order and then process the rest in fee-per-kilobyte order. This is the first, minimal step towards better a better fee-handling system for both miners and end-users; this patch should be easy to backport to the old versions of Bitcoin, and accomplishes the most important goal-- allow users to "buy their way in" to blocks using transaction fees.
2012-07-26Merge branch 'checknewblock' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-07-26Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-07-25Merge pull request #1631 from laanwj/2012_07_translationsupdateWladimir J. van der Laan
Update translation messages
2012-07-26Update translation messagesWladimir J. van der Laan
- No core strings changed since last time - Re-add line numbers in .ts file as this is marginally easier for translators (see #1227)
2012-07-25Merge pull request #1624 from Diapolo/fix_typo_log_fileWladimir J. van der Laan
fix typo "logfile" -> "log file"
2012-07-25Merge pull request #1630 from fanquake/masterWladimir J. van der Laan
Fix Typo
2012-07-26TypoMichael Ford
2012-07-25Merge pull request #1615 from Diapolo/net_noExtIp_IPv6onlyGregory Maxwell
do not use external IPv4 discovery, when -onlynet="IPv6"
2012-07-25Merge pull request #1628 from glondu/masterGregory Maxwell
Fix spelling of successfully
2012-07-24Fix spelling of successfullyStephane Glondu
2012-07-23fix typo "logfile" -> "log file"Philip Kaufmann
2012-07-22Merge pull request #1622 from fanquake/masterWladimir J. van der Laan
Fix Typos
2012-07-23Typofanquake
2012-07-23Fix Typofanquake
2012-07-22Merge pull request #1621 from luke-jr/WinCOPYINGGavin Andresen
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows