novacoin.git
12 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Wed, 4 Apr 2012 19:43:29 +0000]
Merge branch '0.5.x' into 0.6.0.x

Conflicts:
src/bitcoinrpc.cpp

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Wed, 4 Apr 2012 19:41:07 +0000]
Merge branch '0.5.0.x' into 0.5.x

Conflicts:
src/qt/bitcoingui.h

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Wed, 4 Apr 2012 19:36:25 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoUse a messagebox to display the error when -server is provided without providing...
Wladimir J. van der Laan [Sat, 31 Mar 2012 13:08:25 +0000]
Use a messagebox to display the error when -server is provided without providing a rpc password

(plus part of 7cfbe1fee465e82ddbdc8ed17dfcce791bd765f5)

12 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Wed, 4 Apr 2012 14:32:09 +0000]
Merge branch '0.5.x' into 0.6.0.x

Conflicts:
bitcoin-qt.pro
contrib/debian/changelog
doc/README
doc/README_windows.txt
doc/translation_process.md
share/setup.nsi
src/bitcoinrpc.cpp
src/db.cpp
src/init.cpp
src/irc.cpp
src/main.cpp
src/main.h
src/makefile.osx
src/makefile.unix
src/net.cpp
src/net.h
src/qt/bitcoin.cpp
src/qt/bitcoingui.cpp
src/qt/bitcoinstrings.cpp
src/qt/guiutil.cpp
src/qt/guiutil.h
src/qt/locale/bitcoin_da.ts
src/qt/locale/bitcoin_de.ts
src/qt/locale/bitcoin_en.ts
src/qt/locale/bitcoin_es.ts
src/qt/locale/bitcoin_es_CL.ts
src/qt/locale/bitcoin_hu.ts
src/qt/locale/bitcoin_it.ts
src/qt/locale/bitcoin_nb.ts
src/qt/locale/bitcoin_nl.ts
src/qt/locale/bitcoin_pt_BR.ts
src/qt/locale/bitcoin_ru.ts
src/qt/locale/bitcoin_uk.ts
src/qt/locale/bitcoin_zh_CN.ts
src/qt/locale/bitcoin_zh_TW.ts
src/qt/sendcoinsdialog.h
src/qt/transactionrecord.cpp
src/script.cpp
src/script.h
src/serialize.h
src/util.cpp
src/util.h

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Wed, 4 Apr 2012 14:30:32 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoAdd Luke-Jr's PGP key to gitian-downloader
Luke Dashjr [Mon, 12 Mar 2012 04:45:08 +0000]
Add Luke-Jr's PGP key to gitian-downloader

12 years agoAdd Luke-Jr's PGP key to gitian-downloader
Luke Dashjr [Mon, 12 Mar 2012 04:45:08 +0000]
Add Luke-Jr's PGP key to gitian-downloader

12 years agoremoved an ugly line break in a transaction tooltip for case TransactionStatus::Mature
Philip Kaufmann [Tue, 27 Mar 2012 21:15:05 +0000]
removed an ugly line break in a transaction tooltip for case TransactionStatus::Mature

12 years agoUpdated my GPG key
Pieter Wuille [Mon, 26 Mar 2012 20:12:25 +0000]
Updated my GPG key

12 years agoUpdated my GPG key
Pieter Wuille [Mon, 26 Mar 2012 20:12:25 +0000]
Updated my GPG key

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Wed, 4 Apr 2012 14:10:16 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
src/main.cpp
src/makefile.unix

12 years agoFix script tests for P2SH
Luke Dashjr [Wed, 4 Apr 2012 13:35:22 +0000]
Fix script tests for P2SH

Upstream: 922e8e2929a2e78270868385aa46f96002fbcff3

12 years agoFix testing setup
Vegard Nossum [Sun, 31 Jul 2011 18:00:38 +0000]
Fix testing setup

There were some problems with the existing testing setup:

 - Makefile rules for test-file compilation used CFLAGS instead of
   CXXFLAGS in makefile.unix

12 years agoDo not invoke anti-DoS system for invalid BIP16 transactions
Pieter Wuille [Sat, 25 Feb 2012 18:02:30 +0000]
Do not invoke anti-DoS system for invalid BIP16 transactions

Doing so would allow an attack on old nodes, which would relay a
standard transaction spending a BIP16 output in an invalid way,
until reaching a new node, which will disconnect their peer.

Reported by makomk on IRC.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Mon, 2 Apr 2012 13:37:09 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Thu, 29 Mar 2012 19:11:04 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge pull request #1010 from sipa/fastblocks2
Gavin Andresen [Thu, 29 Mar 2012 19:10:30 +0000]
Merge pull request #1010 from sipa/fastblocks2

Use transactions-updated as flush condition

12 years agoMerge pull request #1008 from gavinandresen/addrworkaround
Gavin Andresen [Thu, 29 Mar 2012 19:10:08 +0000]
Merge pull request #1008 from gavinandresen/addrworkaround

Workaround hangs when upgrading old addr.dat files

12 years agoUse transactions-updated as flush condition
Pieter Wuille [Wed, 28 Mar 2012 20:09:18 +0000]
Use transactions-updated as flush condition

The normal checkpointing during the block chain download is reduced
to every five minutes only, but forced every 200000 updated transactions.

12 years agoBump version to 0.6.0rc6
Gavin Andresen [Thu, 29 Mar 2012 17:58:22 +0000]
Bump version to 0.6.0rc6

12 years agoWorkaround hangs when upgrading old addr.dat files
Gavin Andresen [Thu, 29 Mar 2012 17:34:07 +0000]
Workaround hangs when upgrading old addr.dat files

12 years agoMerge pull request #1007 from gavinandresen/log_auto_remove
Gavin Andresen [Thu, 29 Mar 2012 17:13:42 +0000]
Merge pull request #1007 from gavinandresen/log_auto_remove

Auto-remove logs, and decrease logfile size to 10M

12 years agoMerge pull request #996 from Diapolo/tx-lang-upd
Gavin Andresen [Thu, 29 Mar 2012 13:48:01 +0000]
Merge pull request #996 from Diapolo/tx-lang-upd

update translations from transifex

12 years agoAuto-remove logs, and decrease logfile size to 10M
Gavin Andresen [Thu, 29 Mar 2012 13:03:11 +0000]
Auto-remove logs, and decrease logfile size to 10M

12 years agoMerge branch 'vfycompsig_0.5.0' into 0.5.0.x
Luke Dashjr [Wed, 28 Mar 2012 00:10:46 +0000]
Merge branch 'vfycompsig_0.5.0' into 0.5.0.x

12 years agoMinimal support for compressed-key signature recovery (for verifymessage)
Luke Dashjr [Wed, 28 Mar 2012 00:03:28 +0000]
Minimal support for compressed-key signature recovery (for verifymessage)

Upstream commits:
11529c6e4f7288d8a64c488a726ee3821c7adefe
d4d9c734c315e99136fe245c5733ca75cab9f8bf

12 years agoupdate translations from transifex
Philip Kaufmann [Tue, 27 Mar 2012 08:11:39 +0000]
update translations from transifex

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Tue, 27 Mar 2012 00:07:28 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Tue, 27 Mar 2012 00:06:55 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoRemove wxWidgets .exe and locales during setup
Gavin Andresen [Mon, 26 Mar 2012 16:33:35 +0000]
Remove wxWidgets .exe and locales during setup

12 years agoUpdate version to 60005 (0.6.0rc5)
Gavin Andresen [Mon, 26 Mar 2012 19:42:06 +0000]
Update version to 60005 (0.6.0rc5)

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Mon, 26 Mar 2012 19:37:40 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge pull request #994 from sipa/deladdr
Gavin Andresen [Mon, 26 Mar 2012 19:35:04 +0000]
Merge pull request #994 from sipa/deladdr

Use erase instead of rewrite to remove old addr entries

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Mon, 26 Mar 2012 19:34:13 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge pull request #992 from gavinandresen/remove_wxBitcoin
Gavin Andresen [Mon, 26 Mar 2012 19:33:02 +0000]
Merge pull request #992 from gavinandresen/remove_wxBitcoin

Remove wxWidgets .exe during setup

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Mon, 26 Mar 2012 19:31:32 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge pull request #991 from gavinandresen/disableWinURI
Gavin Andresen [Mon, 26 Mar 2012 19:31:06 +0000]
Merge pull request #991 from gavinandresen/disableWinURI

Disable bitcoin: URI handling on Windows for the 0.6 release

12 years agoMerge pull request #990 from sipa/doc
Wladimir J. van der Laan [Mon, 26 Mar 2012 19:27:49 +0000]
Merge pull request #990 from sipa/doc

Begin doxygen-compatible comments

12 years agoMerge branch 'deladdr' of https://github.com/sipa/bitcoin
Gavin Andresen [Mon, 26 Mar 2012 18:32:26 +0000]
Merge branch 'deladdr' of https://github.com/sipa/bitcoin

12 years agoUse erase instead of rewrite to remove old addr entries
Pieter Wuille [Mon, 26 Mar 2012 18:17:35 +0000]
Use erase instead of rewrite to remove old addr entries

12 years agoRemove wxWidgets .exe and locales during setup
Gavin Andresen [Mon, 26 Mar 2012 16:33:35 +0000]
Remove wxWidgets .exe and locales during setup

12 years agoMerge pull request #988 from Diapolo/URL-Handling
Wladimir J. van der Laan [Mon, 26 Mar 2012 17:58:48 +0000]
Merge pull request #988 from Diapolo/URL-Handling

show Window, when user is clicking bitcoin: link

12 years agoDisable bitcoin: URI handling on Windows for the 0.6 release
Gavin Andresen [Mon, 26 Mar 2012 16:18:24 +0000]
Disable bitcoin: URI handling on Windows for the 0.6 release

12 years agoBegin doxygen-compatible comments
Pieter Wuille [Mon, 26 Mar 2012 14:48:23 +0000]
Begin doxygen-compatible comments

12 years agomake sure Window is shown when clicking bitcoin: Links to get user attention
Philip Kaufmann [Mon, 26 Mar 2012 07:19:49 +0000]
make sure Window is shown when clicking bitcoin: Links to get user attention

12 years agoMerge pull request #974 from sipa/walletupgrade
Pieter Wuille [Mon, 26 Mar 2012 02:44:52 +0000]
Merge pull request #974 from sipa/walletupgrade

Introduce explicit -walletupgrade option

12 years agoMerge pull request #983 from laanwj/2012_03_removeunusedutil
Pieter Wuille [Mon, 26 Mar 2012 02:31:03 +0000]
Merge pull request #983 from laanwj/2012_03_removeunusedutil

Remove unused functions from util.h/util.cpp (EOM)

12 years agoMerge pull request #984 from sipa/youngseeds
Pieter Wuille [Mon, 26 Mar 2012 00:47:54 +0000]
Merge pull request #984 from sipa/youngseeds

Give DNS seeds a random age between 3 and 7 days old

12 years agoMerge pull request #985 from TheBlueMatt/uri
Pieter Wuille [Sun, 25 Mar 2012 17:32:31 +0000]
Merge pull request #985 from TheBlueMatt/uri

Fix URI link to bitcoin-qt.exe instead of bitcoin.exe

12 years agoFix URI link to bitcoin-qt.exe instead of bitcoin.exe
Matt Corallo [Sun, 25 Mar 2012 17:23:35 +0000]
Fix URI link to bitcoin-qt.exe instead of bitcoin.exe

12 years agoGive DNS seeds a random age between 3 and 7 days old
Pieter Wuille [Sun, 25 Mar 2012 14:06:16 +0000]
Give DNS seeds a random age between 3 and 7 days old

This speeds up initial connections with an old/large addr.dat a lot.

12 years agoremove unused functions from util.h/util.cpp
Wladimir J. van der Laan [Sat, 24 Mar 2012 20:36:10 +0000]
remove unused functions from util.h/util.cpp

12 years agoIntroduce explicit -walletupgrade option
Pieter Wuille [Thu, 22 Mar 2012 02:56:31 +0000]
Introduce explicit -walletupgrade option

Do not automatically change the wallet format unless the user takes an
explicit action that implies an upgrade (encrypting, for now), or uses
-walletupgrade.

-walletupgrade optionally takes an integer argument: the client version
up to which upgrading is allowed. Without an argument, it is upgraded
to latest supported version. If an argument to -walletupgrade is
provided at the time the wallet is created, the new wallet will initially
not use features beyond that version.

Third, the current wallet version number is reported in getinfo.

12 years agoCheck minversion before loading the rest of the wallet
Pieter Wuille [Thu, 22 Mar 2012 03:59:59 +0000]
Check minversion before loading the rest of the wallet

When a 0.6 wallet with compressed pubkeys is created, it writes a
minversion record to prevent older clients from reading it. If the 0.5
loading it sees a key record before seeing the minversion record however,
it will fail with DB_CORRUPT instead of DB_TOO_NEW.

12 years agoFix warning about deprecated unescaped backslash
Wladimir J. van der Laan [Wed, 21 Mar 2012 21:29:33 +0000]
Fix warning about deprecated unescaped backslash

12 years agoWhen disconnecting a node, clear the received buffer so that we do
Alistair Buxton [Sun, 18 Mar 2012 03:03:24 +0000]
When disconnecting a node, clear the received buffer so that we do
not process any already received messages.

The primary reason to do this is if a node spams hundreds of messages
and we ban them, we don't want to continue processing the rest of it.

12 years agoMore debug output for failed reorganizations
Pieter Wuille [Wed, 21 Mar 2012 12:15:27 +0000]
More debug output for failed reorganizations

12 years agoReport number of (dis)connected blocks in reorganization
Pieter Wuille [Sun, 19 Feb 2012 18:42:15 +0000]
Report number of (dis)connected blocks in reorganization

Also report old and new best, and fork point.

12 years agoFix grammatical errors in translation process documentation (partial of 2fac102)
Luke Dashjr [Thu, 22 Mar 2012 20:15:30 +0000]
Fix grammatical errors in translation process documentation (partial of 2fac102)

12 years agoUse last checkpoint instead of hard-coded 140,700. Fixes #913.
Gavin Andresen [Tue, 20 Mar 2012 17:45:45 +0000]
Use last checkpoint instead of hard-coded 140,700. Fixes #913.

12 years agoMerge branch '0.5.3.x' into 0.5.x
Luke Dashjr [Thu, 22 Mar 2012 18:15:12 +0000]
Merge branch '0.5.3.x' into 0.5.x

Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
Luke Dashjr [Sat, 17 Mar 2012 23:54:22 +0000]
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build

It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.

Use `qmake MINGW_THREAD_BUGFIX=0` to disable

12 years agoMerge pull request #946 from luke-jr/bugfix_rm_mingw
Gavin Andresen [Thu, 22 Mar 2012 18:14:02 +0000]
Merge pull request #946 from luke-jr/bugfix_rm_mingw

Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build

12 years agoMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
Luke Dashjr [Sat, 17 Mar 2012 23:54:22 +0000]
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build

It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.

Use `qmake MINGW_THREAD_BUGFIX=0` to disable

12 years agoMerge branch 'checklevel' of https://github.com/sipa/bitcoin
Gavin Andresen [Thu, 22 Mar 2012 16:18:56 +0000]
Merge branch 'checklevel' of https://github.com/sipa/bitcoin

12 years agoMerge pull request #975 from sipa/versioncheck
Gavin Andresen [Thu, 22 Mar 2012 16:18:11 +0000]
Merge pull request #975 from sipa/versioncheck

Check minversion before loading the rest of the wallet

12 years agoMerge branch 'addrman' of https://github.com/sipa/bitcoin
Gavin Andresen [Thu, 22 Mar 2012 13:19:01 +0000]
Merge branch 'addrman' of https://github.com/sipa/bitcoin

12 years agoMerge pull request #964 from sipa/fastblocks
Gavin Andresen [Thu, 22 Mar 2012 13:17:44 +0000]
Merge pull request #964 from sipa/fastblocks

Speed up block downloading

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Thu, 22 Mar 2012 12:51:37 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge pull request #969 from laanwj/2012_03_printconsole_error
Wladimir J. van der Laan [Thu, 22 Mar 2012 06:42:20 +0000]
Merge pull request #969 from laanwj/2012_03_printconsole_error

replace call to PrintConsole with call to error()

12 years agoCheck minversion before loading the rest of the wallet
Pieter Wuille [Thu, 22 Mar 2012 03:59:59 +0000]
Check minversion before loading the rest of the wallet

When a 0.6 wallet with compressed pubkeys is created, it writes a
minversion record to prevent older clients from reading it. If the 0.5
loading it sees a key record before seeing the minversion record however,
it will fail with DB_CORRUPT instead of DB_TOO_NEW.

12 years agoAdd -checklevel and improve -checkblocks
Pieter Wuille [Wed, 21 Mar 2012 22:08:13 +0000]
Add -checklevel and improve -checkblocks

-checkblocks now takes a numeric argument: the number of blocks that must
be verified at the end of the chain. Default is 2500, and 0 means all
blocks.

-checklevel specifies how thorough the verification must be:
0: only check whether the block exists on disk
1: verify block validity (default)
2: verify transaction index validity
3: check transaction hashes
4: check whether spent txouts were spent within the main chain
5: check whether all prevouts are marked spent
6: check whether spent txouts were spent by a valid transaction that consumes them

12 years agoFix warning about deprecated unescaped backslash
Wladimir J. van der Laan [Wed, 21 Mar 2012 21:29:33 +0000]
Fix warning about deprecated unescaped backslash

12 years agoRemove -bip16 and -paytoscripthashtime command-line arguments
Gavin Andresen [Wed, 21 Mar 2012 19:45:58 +0000]
Remove -bip16 and -paytoscripthashtime command-line arguments

12 years agoreplace call to PrintConsole with call to error()
Wladimir J. van der Laan [Wed, 21 Mar 2012 19:33:53 +0000]
replace call to PrintConsole with call to error()

As these are equivalent functions, this cleans up the source a bit.
Also remove PrintConsole() as this was the only use.

12 years agoMerge pull request #947 from ali1234/master
Gavin Andresen [Wed, 21 Mar 2012 19:24:57 +0000]
Merge pull request #947 from ali1234/master

When disconnecting a node, the receive buffer should be cleared

12 years agoMerge pull request #948 from sipa/unstuck
Gavin Andresen [Wed, 21 Mar 2012 19:16:28 +0000]
Merge pull request #948 from sipa/unstuck

Prevent stuck block download in large reorganisations

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Wed, 21 Mar 2012 17:50:35 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge pull request #968 from Diapolo/doc-update
Nils Schneider [Wed, 21 Mar 2012 17:50:08 +0000]
Merge pull request #968 from Diapolo/doc-update

updated translation process documentation

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Wed, 21 Mar 2012 17:39:57 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
src/main.cpp

12 years agoupdated translation process documentation
Philip Kaufmann [Tue, 20 Mar 2012 14:19:14 +0000]
updated translation process documentation

12 years agoMerge branch 'bip16_0.4.x' into 0.4.x
Luke Dashjr [Wed, 21 Mar 2012 17:30:56 +0000]
Merge branch 'bip16_0.4.x' into 0.4.x

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Wed, 21 Mar 2012 17:22:24 +0000]
Merge branch '0.5.0.x' into 0.5.x

Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Wed, 21 Mar 2012 17:19:25 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoMerge pull request #965 from khorben/master
Gavin Andresen [Wed, 21 Mar 2012 14:45:49 +0000]
Merge pull request #965 from khorben/master

The generic UNIX Makefile builds with lots of warnings

12 years agoMore debug output for failed reorganizations
Pieter Wuille [Wed, 21 Mar 2012 12:15:27 +0000]
More debug output for failed reorganizations

12 years agoMerge pull request #967 from fanquake/patch-1
Wladimir J. van der Laan [Wed, 21 Mar 2012 07:59:50 +0000]
Merge pull request #967 from fanquake/patch-1

Correct date

12 years agoCorrect date
Michael [Wed, 21 Mar 2012 07:56:38 +0000]
Correct date

12 years agoMerge pull request #954 from Diapolo/master
Wladimir J. van der Laan [Wed, 21 Mar 2012 07:18:58 +0000]
Merge pull request #954 from Diapolo/master

language updates for source file bitcoin_en.ts + remove cs_CZ (issue #958)

12 years agoPrevent stuck block download in large reorganisations
Pieter Wuille [Sun, 18 Mar 2012 22:47:26 +0000]
Prevent stuck block download in large reorganisations

In cases of very large reorganisations (hundreds of blocks), a situation
may appear where an 'inv' is sent as response to a 'getblocks', but the
last block mentioned in the inv is already known to the receiver node.
However, the supplying node uses a request for this last block as a
trigger to send the rest of the inv blocks. If it never comes, the block
chain download is stuck.

This commit makes the receiver node always request the last inv'ed block,
even if it is already known, to prevent this problem.

12 years agoSpeed up block downloading
Pieter Wuille [Tue, 20 Mar 2012 23:03:02 +0000]
Speed up block downloading

12 years agoAvoid some pointless warnings while compiling
Pierre Pronchery [Tue, 20 Mar 2012 23:08:19 +0000]
Avoid some pointless warnings while compiling

12 years agoMerge pull request #960 from gavinandresen/issue913
Gregory Maxwell [Tue, 20 Mar 2012 21:26:32 +0000]
Merge pull request #960 from gavinandresen/issue913

Use last checkpoint instead of hard-coded 140,700. Fixes #913.

12 years agoMinimal support for validating BIP16 pay-to-script-hash transactions
Luke Dashjr [Tue, 13 Mar 2012 21:22:07 +0000]
Minimal support for validating BIP16 pay-to-script-hash transactions

Note this does NOT include accepting them in blocks (making them standard)

12 years agoUse last checkpoint instead of hard-coded 140,700. Fixes #913.
Gavin Andresen [Tue, 20 Mar 2012 17:45:45 +0000]
Use last checkpoint instead of hard-coded 140,700. Fixes #913.

12 years agoProper support for Growl 1.3 notifications
p2k [Mon, 12 Mar 2012 13:20:55 +0000]
Proper support for Growl 1.3 notifications

12 years agoassertion in CBlock::SetBestChainInner was too strong
Pieter Wuille [Tue, 20 Mar 2012 15:41:36 +0000]
assertion in CBlock::SetBestChainInner was too strong

12 years agoremove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.ts
Philip Kaufmann [Tue, 20 Mar 2012 08:07:05 +0000]
remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.ts

12 years agoWorkaround for BN_bn2mpi reading/writing out of bounds
Pieter Wuille [Sat, 18 Feb 2012 12:32:25 +0000]
Workaround for BN_bn2mpi reading/writing out of bounds

When OpenSSL's BN_bn2mpi is passed a buffer of size 4, valgrind
reports reading/writing one byte past it. I am unable to find
evidence of this behaviour in BN_bn2mpi's source code, so it may
be a spurious warning. However, this change is harmless, as only
the bignum with value 0 results in an mpi serialization of size 4.