novacoin.git
12 years agoBump version to 0.3.23.
Jeff Garzik [Sun, 5 Jun 2011 14:39:01 +0000]
Bump version to 0.3.23.

12 years agoMerge pull request #264 from sipa/mintxfeefix
Jeff Garzik [Sun, 5 Jun 2011 14:32:58 +0000]
Merge pull request #264 from sipa/mintxfeefix

Fix for small change outputs

12 years agoMerge pull request #291 from jrmithdobbs/ignore-vim-swp-files
Jeff Garzik [Sun, 5 Jun 2011 14:31:09 +0000]
Merge pull request #291 from jrmithdobbs/ignore-vim-swp-files

Add common temp files to .gitignore.

12 years agoMerge pull request #255 from sipa/rescanupdate
Jeff Garzik [Sun, 5 Jun 2011 14:30:47 +0000]
Merge pull request #255 from sipa/rescanupdate

Update transactions already in the wallet when rescanning.

12 years agoMerge pull request #290 from jrmithdobbs/ip-filter-rfc1918-rfc3927
Jeff Garzik [Sun, 5 Jun 2011 14:30:05 +0000]
Merge pull request #290 from jrmithdobbs/ip-filter-rfc1918-rfc3927

Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts

12 years agoAdd common temp files to .gitignore.
Doug Huff [Fri, 3 Jun 2011 01:27:27 +0000]
Add common temp files to .gitignore.

12 years agoFix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.
Doug Huff [Thu, 2 Jun 2011 19:46:41 +0000]
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.

12 years agoBugfix for dnsseed introduced by dnslookup
Pieter Wuille [Thu, 2 Jun 2011 14:22:49 +0000]
Bugfix for dnsseed introduced by dnslookup

12 years agoMerge remote branch 'upstream/master'
Pieter Wuille [Thu, 2 Jun 2011 14:17:37 +0000]
Merge remote branch 'upstream/master'

12 years agoMerge pull request #278 from TheBlueMatt/win32ssl
Pieter Wuille [Sat, 28 May 2011 20:00:33 +0000]
Merge pull request #278 from TheBlueMatt/win32ssl

Update to openssl-1.0.0d and enable RPC-SSL on Win32

12 years agobugfix: accept free transactions
Pieter Wuille [Sat, 28 May 2011 14:43:49 +0000]
bugfix: accept free transactions

12 years agoMerge remote branch 'bluematt/dpifix'
Pieter Wuille [Fri, 27 May 2011 10:44:56 +0000]
Merge remote branch 'bluematt/dpifix'

12 years agoFix GUI build on UNIX.
Matt Corallo [Fri, 27 May 2011 10:37:18 +0000]
Fix GUI build on UNIX.

12 years agoUpdate to openssl-1.0.0d and enable RPC-SSL on Win32
Matt Corallo [Fri, 27 May 2011 00:53:13 +0000]
Update to openssl-1.0.0d and enable RPC-SSL on Win32

12 years agoMerge pull request #277 from TheBlueMatt/dpifix
Jeff Garzik [Fri, 27 May 2011 00:24:56 +0000]
Merge pull request #277 from TheBlueMatt/dpifix

Handle high DPI a bit more gracefully on Win32.

12 years agoHandle high DPI a bit more gracefully on Win32. #243
Matt Corallo [Thu, 26 May 2011 23:25:28 +0000]
Handle high DPI a bit more gracefully on Win32. #243

Not ideal, icons for send and address book don't show, just the
standard bitcoin icon, and balance is still cut off, but the
number is readable.

12 years agoloss of significance in difficulty (by lfm)
Pieter Wuille [Thu, 26 May 2011 21:35:00 +0000]
loss of significance in difficulty (by lfm)

For instance any nBits compressed value from 0x1a44b800 thru
0x1a44b9ff will show as difficulty 244139.4816. This patch will
more accurately convert the nBits compressed values to the double
difficulty.

This will display any of the recent difficulty levels slightly
differently though. Early difficulties and testnet difficulties are
not large enough to trigger this bug.

None of the actual targets or compressed targets are changed, only
the conversion to the floating point difficulty is changed and afaik
it is only ever displayed, never converted back so the patch does not
effect the target calculations, binary files, databases nor the binary
protocol.

12 years agoReset Last-Translator on de po to the proper value.
Matt Corallo [Thu, 26 May 2011 21:08:59 +0000]
Reset Last-Translator on de po to the proper value.

Sorry, Jakob, it was changed on accident by poedit.

12 years agoCzech translation
xHire [Thu, 26 May 2011 20:32:39 +0000]
Czech translation

12 years agoMerge remote branch 'bluematt/itfix2'
Pieter Wuille [Thu, 26 May 2011 20:44:41 +0000]
Merge remote branch 'bluematt/itfix2'

12 years agoMerge remote branch 'bluematt/defix2'
Pieter Wuille [Thu, 26 May 2011 20:44:35 +0000]
Merge remote branch 'bluematt/defix2'

12 years agoFixed some mistakes in the German translation.
Jakob Kramer [Thu, 26 May 2011 13:06:01 +0000]
Fixed some mistakes in the German translation.

12 years agoMerge pull request #267 from sipa/mintxrelay
Pieter Wuille [Thu, 26 May 2011 20:33:51 +0000]
Merge pull request #267 from sipa/mintxrelay

Separate required fee for relaying and creation

12 years agoFixed 2 things on the italian translation
HostFat [Thu, 26 May 2011 07:57:37 +0000]
Fixed 2 things on the italian translation

12 years agoMerge pull request #268 from TheBlueMatt/deletefix
Jeff Garzik [Thu, 26 May 2011 20:25:58 +0000]
Merge pull request #268 from TheBlueMatt/deletefix

Fixes #240 and #244 - delete delete[] mismatch.

12 years agoFixes #240 and #244 - delete delete[] mismatch.
Matt Corallo [Thu, 26 May 2011 00:24:01 +0000]
Fixes #240 and #244 - delete delete[] mismatch.

12 years agoSeparate required fee for relaying and creation
Pieter Wuille [Wed, 25 May 2011 22:38:20 +0000]
Separate required fee for relaying and creation

Transactions created with the new minimal fee policy would not be
relayed by the network. Therefore, we separate the minimal fee that
is necessary to relay and to create, leaving the creation one at
the old amount, for now.

12 years agoMerge pull request #265 from TheBlueMatt/esfix2
Pieter Wuille [Wed, 25 May 2011 19:31:16 +0000]
Merge pull request #265 from TheBlueMatt/esfix2

Updated spanish translation

12 years agoFix for small change outputs
Pieter Wuille [Wed, 25 May 2011 16:40:27 +0000]
Fix for small change outputs

With the separation of CENT and MIN_TX_FEE, it is now reasonable
to create change outputs between 0.01 and 0.0005, as these are
spendable according to the policy, even though they require a fee
to be paid.

Also, when enough fee was already present, everything can go into
a change output, without further increasing the fee.

12 years agoUpdated spanish translation
ariel [Wed, 25 May 2011 01:26:49 +0000]
Updated spanish translation

12 years agoUpdated dutch translation
Pieter Wuille [Wed, 25 May 2011 00:11:18 +0000]
Updated dutch translation

12 years agoMerge branch 'chfix' of https://github.com/TheBlueMatt/bitcoin into tmp
Jeff Garzik [Tue, 24 May 2011 23:41:01 +0000]
Merge branch 'chfix' of https://github.com/TheBlueMatt/bitcoin into tmp

12 years agoMerge pull request #250 from TheBlueMatt/macbuildfix
Jeff Garzik [Tue, 24 May 2011 23:31:15 +0000]
Merge pull request #250 from TheBlueMatt/macbuildfix

Revert "OSX build tweaks (laszlo)"

12 years agoChinese Translation
dabaopku [Sun, 22 May 2011 18:48:59 +0000]
Chinese Translation

12 years agoMerge pull request #249 from TheBlueMatt/nsisfix
Jeff Garzik [Tue, 24 May 2011 23:21:45 +0000]
Merge pull request #249 from TheBlueMatt/nsisfix

Update NSIS Installer file to support the new directory structure.

12 years agoMerge pull request #251 from TheBlueMatt/itfix
Jeff Garzik [Tue, 24 May 2011 23:21:23 +0000]
Merge pull request #251 from TheBlueMatt/itfix

Update Italian translation to latest git.

12 years agoMerge pull request #259 from TheBlueMatt/rufix
Jeff Garzik [Tue, 24 May 2011 23:20:38 +0000]
Merge pull request #259 from TheBlueMatt/rufix

Update russian translation to latest git.

12 years agoMerge pull request #260 from TheBlueMatt/eotranslation
Jeff Garzik [Tue, 24 May 2011 23:20:08 +0000]
Merge pull request #260 from TheBlueMatt/eotranslation

Add esperanto translation.

12 years agoAdd esperanto translation.
Danube [Tue, 24 May 2011 23:13:58 +0000]
Add esperanto translation.

12 years agoUpdate russian translation to latest git.
m0ray [Tue, 24 May 2011 15:13:04 +0000]
Update russian translation to latest git.

12 years agoUpdate transactions already in the wallet when rescanning.
Pieter Wuille [Sun, 22 May 2011 15:12:20 +0000]
Update transactions already in the wallet when rescanning.

When rescanning, if the scanned transaction is already in the wallet, it
is skipped. However, if someone sends a transaction, does not wait for
confirmation, switches wallets, waits for a block that contains his original
transaction, and switches wallets again, a rescan will leave his wallet
transaction (which has no merkle branch, so no confirmations) untouched.

12 years agoUpdate Italian translation to latest git.
Federico Faggiano [Fri, 20 May 2011 19:27:23 +0000]
Update Italian translation to latest git.

12 years agoRevert "OSX build tweaks (laszlo)"
Matt Corallo [Sat, 21 May 2011 12:14:34 +0000]
Revert "OSX build tweaks (laszlo)"

This reverts commit 69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861 which
removes support for building the Mac version of Bitcoin with UPnP
support and UPnP disabled by default (which should be the default,
according to the community vote and as its the default on all
other platforms).

12 years agoUpdate NSIS Installer file to support the new directory structure.
Matt Corallo [Sat, 21 May 2011 11:45:49 +0000]
Update NSIS Installer file to support the new directory structure.

12 years agoirc: #bitcoin is overflowing. split up into 100 randomly-joined channels.
Jeff Garzik [Sat, 21 May 2011 00:54:51 +0000]
irc: #bitcoin is overflowing.  split up into 100 randomly-joined channels.

From laszlo

12 years agoOSX build tweaks (laszlo)
Jeff Garzik [Sat, 21 May 2011 00:48:44 +0000]
OSX build tweaks (laszlo)

12 years agoMerge pull request #229 from TheBlueMatt/esfix
Jeff Garzik [Wed, 18 May 2011 17:37:11 +0000]
Merge pull request #229 from TheBlueMatt/esfix

Update spanish translation to newest git.

12 years agoMerge pull request #230 from TheBlueMatt/defix
Jeff Garzik [Wed, 18 May 2011 17:36:43 +0000]
Merge pull request #230 from TheBlueMatt/defix

Update German translation to latest git.

12 years agoMerge pull request #234 from TheBlueMatt/ltfix
Jeff Garzik [Wed, 18 May 2011 17:36:22 +0000]
Merge pull request #234 from TheBlueMatt/ltfix

Update Lithuanian Translation to latest git.

12 years agoMerge pull request #235 from TheBlueMatt/gitianfix
Jeff Garzik [Wed, 18 May 2011 17:35:52 +0000]
Merge pull request #235 from TheBlueMatt/gitianfix

Update Gitian Build Descriptor to match new directory layout.

12 years agoUpdate Gitian Build Descriptor to match new directory layout.
Matt Corallo [Wed, 18 May 2011 14:02:44 +0000]
Update Gitian Build Descriptor to match new directory layout.

12 years agoUpdate Lithuanian Translation to latest git.
Anonymous [Wed, 18 May 2011 13:42:44 +0000]
Update Lithuanian Translation to latest git.

12 years agoBugfix for dnslookup: irc.cpp still used old CAddress constructor
Pieter Wuille [Tue, 17 May 2011 15:54:06 +0000]
Bugfix for dnslookup: irc.cpp still used old CAddress constructor

12 years agoUpdate German translation to latest git.
Blitzboom [Tue, 17 May 2011 12:00:08 +0000]
Update German translation to latest git.

12 years agoUpdate spanish translation to newest git.
Carlos Pizarro [Sun, 15 May 2011 16:25:53 +0000]
Update spanish translation to newest git.

12 years agoMerge branch 'master' of git://github.com/bitcoin/bitcoin
Jeff Garzik [Tue, 17 May 2011 05:38:15 +0000]
Merge branch 'master' of git://github.com/bitcoin/bitcoin

12 years agodoc/README: bump version to 0.3.22
Jeff Garzik [Tue, 17 May 2011 05:36:31 +0000]
doc/README: bump version to 0.3.22

12 years agoMerge pull request #221 from gavinandresen/portoption
Jeff Garzik [Tue, 17 May 2011 05:29:28 +0000]
Merge pull request #221 from gavinandresen/portoption

-port option to listen on arbitrary port

12 years agoMerge pull request #222 from TheBlueMatt/lt
Jeff Garzik [Tue, 17 May 2011 05:24:59 +0000]
Merge pull request #222 from TheBlueMatt/lt

Add Lithuanian translation.

12 years agoBuild error mingw, missing std::
Gavin Andresen [Sun, 15 May 2011 17:13:50 +0000]
Build error mingw, missing std::

12 years ago-port option to listen on arbitrary port
Gavin Andresen [Thu, 21 Apr 2011 14:45:08 +0000]
-port option to listen on arbitrary port

12 years agomake bitcoin include files more modular
Wladimir J. van der Laan [Sun, 15 May 2011 07:11:04 +0000]
make bitcoin include files more modular

12 years agoMerge pull request #224 from TheBlueMatt/mingwbuildfix
Pieter Wuille [Sat, 14 May 2011 17:09:05 +0000]
Merge pull request #224 from TheBlueMatt/mingwbuildfix

Fix MinGW build due to bad pointers to ui.rc pixmaps stuff.

12 years agoFix MinGW build due to bad pointers to ui.rc pixmaps stuff.
Matt Corallo [Sat, 14 May 2011 16:51:52 +0000]
Fix MinGW build due to bad pointers to ui.rc pixmaps stuff.

12 years agoMerge pull request #223 from sipa/dnslookup
Pieter Wuille [Sat, 14 May 2011 16:48:42 +0000]
Merge pull request #223 from sipa/dnslookup

bugfix in dnslookup code: didn't compile in mingw

12 years agobugfix in dnslookup code: didn't compile in mingw
Pieter Wuille [Sat, 14 May 2011 15:59:30 +0000]
bugfix in dnslookup code: didn't compile in mingw

12 years agoAdd Lithuanian translation.
mewantsbitcoins [Fri, 13 May 2011 22:56:52 +0000]
Add Lithuanian translation.

12 years agoMerge pull request #215 from gavinandresen/negativemove
Jeff Garzik [Thu, 12 May 2011 21:46:13 +0000]
Merge pull request #215 from gavinandresen/negativemove

Allow move RPC to take account balances negative

12 years agoMerge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp
Jeff Garzik [Thu, 12 May 2011 21:36:42 +0000]
Merge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp

12 years agoMerge pull request #192 from sipa/dnslookup
Jeff Garzik [Thu, 12 May 2011 21:31:25 +0000]
Merge pull request #192 from sipa/dnslookup

Support for name lookups in -connect and -addnode

12 years agoAdd #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.
Daniel Holbert [Mon, 9 May 2011 17:41:50 +0000]
Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.

12 years agoMerge pull request #218 from jgarzik/fee-update
Jeff Garzik [Thu, 12 May 2011 01:16:36 +0000]
Merge pull request #218 from jgarzik/fee-update

Update TX fee to 0.0005 BTC

12 years agoDecrease minimum TX fee to 0.0005 BTC.
Jeff Garzik [Wed, 11 May 2011 20:50:09 +0000]
Decrease minimum TX fee to 0.0005 BTC.

12 years agoReplace CENT with new constant MIN_TX_FEE, where appropriate.
Jeff Garzik [Wed, 11 May 2011 20:48:51 +0000]
Replace CENT with new constant MIN_TX_FEE, where appropriate.

MIN_TX_FEE==CENT remains true (until next commit).

12 years agoSupport for name lookups in -connect and -addnode
Pieter Wuille [Mon, 2 May 2011 13:34:42 +0000]
Support for name lookups in -connect and -addnode

* A new option -dns is introduced that enables name lookups in
  -connect and -addnode, which is not enabled by default,
  as it may be considered a security issue.
* A Lookup function is added that supports retrieving one or
  more addresses based on a host name
* CAddress constructors (optionally) support name lookups.
* The different places in the source code that did name lookups
  are refactored to use NameLookup or CAddress instead (dns seeding,
  irc server lookup, getexternalip, ...).
* Removed ToStringLog() from CAddress, and switched to ToString(),
  since it was empty.

12 years agoMerge pull request #150 from jgarzik/settxfee
Jeff Garzik [Mon, 9 May 2011 18:54:16 +0000]
Merge pull request #150 from jgarzik/settxfee

Add 'settxfee' RPC, to change TX fee setting at runtime

12 years agoAllow move RPC to take account balances negative
Gavin Andresen [Fri, 6 May 2011 17:07:36 +0000]
Allow move RPC to take account balances negative
Use case:  Customer owes you bitcoins, so you create a payment address
associated with an account with a negative balance (the amount they owe).
When customer pays, that account balance will go to zero.

12 years agoAdd settxfee RPC, to permit setting default TX fee at runtime.
Jeff Garzik [Mon, 9 May 2011 18:35:30 +0000]
Add settxfee RPC, to permit setting default TX fee at runtime.

12 years agoHelp for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001
Gavin Andresen [Mon, 9 May 2011 18:26:41 +0000]
Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Mon, 9 May 2011 18:04:24 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agolisttransactions number-of-params check was wrong.
Gavin Andresen [Mon, 9 May 2011 18:03:54 +0000]
listtransactions number-of-params check was wrong.

12 years agoManual merge of jaromil's source tree reorg commit.
Jeff Garzik [Mon, 9 May 2011 18:00:14 +0000]
Manual merge of jaromil's source tree reorg commit.

Conflicts:
src/sha256.cpp

12 years agoFix broken build (invalid use of qualified name std::advance)
Gavin Andresen [Mon, 9 May 2011 17:31:10 +0000]
Fix broken build (invalid use of qualified name std::advance)

12 years agoMerge pull request #160 from CAFxX/listtransactions-from
Gavin Andresen [Mon, 9 May 2011 16:42:29 +0000]
Merge pull request #160 from CAFxX/listtransactions-from

add parameter "from" to listtransactions (range queries)

12 years agoMerge pull request #205 from forrestv/caseinsensitive_rpc_headers
Gavin Andresen [Mon, 9 May 2011 16:37:31 +0000]
Merge pull request #205 from forrestv/caseinsensitive_rpc_headers

Case-Insensitive JSON-RPC HTTP Headers

12 years agoInitial commit of changes to make JSON-RPC HTTP headers case-insensitive, as per...
Forrest Voight [Sun, 8 May 2011 21:10:33 +0000]
Initial commit of changes to make JSON-RPC HTTP headers case-insensitive, as per RFC 2616

12 years agoAllow using the [from] parameter also from command-line
Carlo Alberto Ferraris [Sat, 7 May 2011 16:34:32 +0000]
Allow using the [from] parameter also from command-line

12 years agoMerge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp
Jeff Garzik [Fri, 6 May 2011 12:04:50 +0000]
Merge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp

Conflicts:
makefile.unix

12 years agoMerge pull request #197 from TheBlueMatt/errorfix
Jeff Garzik [Fri, 6 May 2011 11:33:44 +0000]
Merge pull request #197 from TheBlueMatt/errorfix

Fix GUI crash

12 years agoWhen an error is returned, the client crashes as EndModal is called twice.
Matt Corallo [Fri, 6 May 2011 02:07:11 +0000]
When an error is returned, the client crashes as EndModal is called twice.
This fixes that and simply returns instead.  At least GTK won't complain.

12 years agoMerge pull request #196 from amiryal/master
Jeff Garzik [Fri, 6 May 2011 11:24:32 +0000]
Merge pull request #196 from amiryal/master

Improve UPNP build instructions

12 years agoClarify the meaning of USE_UPNP in build-unix.txt
Amir Yalon [Fri, 6 May 2011 07:55:38 +0000]
Clarify the meaning of USE_UPNP in build-unix.txt

12 years agoMerge pull request #194 from johnmaguire2013/tray
Gavin Andresen [Thu, 5 May 2011 15:17:14 +0000]
Merge pull request #194 from johnmaguire2013/tray

Removed tooltip balance until it's fixed.

12 years agoMerge pull request #193 from TheBlueMatt/nogenoption
Gavin Andresen [Thu, 5 May 2011 14:50:57 +0000]
Merge pull request #193 from TheBlueMatt/nogenoption

Remove the option to generate coins from the Options Dialog.

12 years agoremoved tooltip balance until it can be made to change without opening the UI
John Maguire [Thu, 5 May 2011 14:49:20 +0000]
removed tooltip balance until it can be made to change without opening the UI

12 years agoRemove the option to generate coins from the Options Dialog.
Matt Corallo [Thu, 5 May 2011 12:56:24 +0000]
Remove the option to generate coins from the Options Dialog.

12 years agoFix broken build (remove declarations of GUI generate methods)
Gavin Andresen [Tue, 3 May 2011 19:02:41 +0000]
Fix broken build (remove declarations of GUI generate methods)

12 years agoMerge pull request #142 from jgarzik/remove-gui-gen.
Gavin Andresen [Tue, 3 May 2011 15:27:45 +0000]
Merge pull request #142 from jgarzik/remove-gui-gen.

Remove GUI 'generate coins' option.

12 years agoMerge pull request #173 from gavinandresen/testnet_isstandard.
Gavin Andresen [Tue, 3 May 2011 15:24:57 +0000]
Merge pull request #173 from gavinandresen/testnet_isstandard.

Accept non-standard transactions on testnet.

12 years agoMerge pull request #190 from johnmaguire2013/tray.
Gavin Andresen [Tue, 3 May 2011 15:16:13 +0000]
Merge pull request #190 from johnmaguire2013/tray.

Added balance to tooltip and send coin option to tray menu