novacoin.git
12 years agoBitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr [Fri, 23 Dec 2011 15:14:57 +0000]
Bitcoin-Qt signmessage GUI (pull request #582)

12 years agoMerge pull request #593 (Full URL Support in bitcoin-qt)
Wladimir J. van der Laan [Thu, 26 Jan 2012 18:00:02 +0000]
Merge pull request #593 (Full URL Support in bitcoin-qt)

12 years agoMerge pull request #782 from sipa/checkkeys
Gavin Andresen [Wed, 25 Jan 2012 13:43:44 +0000]
Merge pull request #782 from sipa/checkkeys

Check consistency of private keys

12 years agoMerge pull request #773 from gavinandresen/p2shSigOpCount
Gavin Andresen [Wed, 25 Jan 2012 13:21:20 +0000]
Merge pull request #773 from gavinandresen/p2shSigOpCount

Simplify counting of P2SH sigops to match BIP 16

12 years agoCheck consistency of private keys
Pieter Wuille [Wed, 25 Jan 2012 02:05:16 +0000]
Check consistency of private keys

Reported by onlineproof on IRC: Bitcoin does not verify whether private
keys and public keys correspond, when loading a wallet.

12 years agoSupport makefile.osx building test_bitcoin with dynamic boost
Gavin Andresen [Mon, 23 Jan 2012 20:58:06 +0000]
Support makefile.osx building test_bitcoin with dynamic boost

12 years agoMerge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 20:16:59 +0000]
Merge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin

12 years agoRename src/obj/test to src/obj-test to workaround bug in older GNU Make
Luke Dashjr [Mon, 23 Jan 2012 19:27:08 +0000]
Rename src/obj/test to src/obj-test to workaround bug in older GNU Make

12 years agoMerge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 18:15:43 +0000]
Merge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 18:14:49 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 18:09:34 +0000]
Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin

12 years agoMerge pull request #764 from luke-jr/update_release_process
Gavin Andresen [Mon, 23 Jan 2012 17:59:38 +0000]
Merge pull request #764 from luke-jr/update_release_process

Various updates to the release process

12 years agoOnly store transactions with missing inputs in the orphan pool.
Gavin Andresen [Wed, 18 Jan 2012 18:36:44 +0000]
Only store transactions with missing inputs in the orphan pool.

All previous versions of bitcoin could store some types of
invalid transactions in the orphan-transaction list.

12 years agoFixed addmultisigaddress if looking up public keys from locked wallets.
Gavin Andresen [Mon, 23 Jan 2012 17:04:34 +0000]
Fixed addmultisigaddress if looking up public keys from locked wallets.

12 years agoBugfix: Support building test_bitcoin with shared-object boost test framework
Luke Dashjr [Mon, 23 Jan 2012 16:37:48 +0000]
Bugfix: Support building test_bitcoin with shared-object boost test framework

12 years agoAdd DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.
Matt Corallo [Sat, 7 Jan 2012 17:12:39 +0000]
Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.

If compiled with -DDEBUG_LOCKCONTENTION, Bitcoin will print to
debug.log each time a thread has to wait for a lock to continue.

12 years agoSanitize AreInputsStandard slightly
Luke Dashjr [Sat, 21 Jan 2012 01:59:04 +0000]
Sanitize AreInputsStandard slightly

Correct comment for why the check is unnecessary for coinbases
Move testnet check out, to AcceptToMemoryPool where everything else checks it

12 years agoSimplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for promptin...
Gavin Andresen [Fri, 20 Jan 2012 22:07:40 +0000]
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for prompting this).

This also removes an un-needed sigops-per-byte check when accepting transactions to the memory pool (un-needed assuming only standard transactions are being accepted). And it only counts P2SH sigops after the switchover date.

12 years agoBack out spacing changes to json spirit code
Gavin Andresen [Thu, 19 Jan 2012 19:32:45 +0000]
Back out spacing changes to json spirit code

12 years agoMerge branch 'updateseednodes' of https://github.com/nanotube/bitcoin
Gavin Andresen [Thu, 19 Jan 2012 19:23:49 +0000]
Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoin

12 years agoMerge branch 'tabs-to-space' of https://github.com/larsr/bitcoin
Gavin Andresen [Thu, 19 Jan 2012 19:22:26 +0000]
Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin

12 years agoMerge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bitcoin
Gavin Andresen [Thu, 19 Jan 2012 19:14:41 +0000]
Merge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bitcoin

12 years agoUpdate seednodes, pick long-uptime nodes with version >= 0.4.0
Daniel Folkinshteyn [Thu, 19 Jan 2012 06:54:14 +0000]
Update seednodes, pick long-uptime nodes with version >= 0.4.0

12 years agoVarious updates to the release process
Luke Dashjr [Wed, 18 Jan 2012 02:50:08 +0000]
Various updates to the release process

12 years agoMerge pull request #762 from laanwj/qtprogressfix
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:35:16 +0000]
Merge pull request #762 from laanwj/qtprogressfix

Revert to global progress indication, also fix the build

12 years agoRemove erroneous ":" in front of port in options dialog (introduced with network...
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:34:24 +0000]
Remove erroneous ":" in front of port in options dialog (introduced with network refactor)

12 years agofix the build (port IP validation in options to network refactoring)
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:27:03 +0000]
fix the build (port IP validation in options to network refactoring)

12 years agoRevert to global progress indication (see #753)
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:19:23 +0000]
Revert to global progress indication (see #753)

12 years agoFix handling of default ports
Pieter Wuille [Tue, 17 Jan 2012 01:12:35 +0000]
Fix handling of default ports

12 years agoMerge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Mon, 16 Jan 2012 21:45:43 +0000]
Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin

12 years agoMerge pull request #758 from Matoking/master
Wladimir J. van der Laan [Sun, 15 Jan 2012 16:09:53 +0000]
Merge pull request #758 from Matoking/master

Ui: Clear All tooltip and updated About dialog with 2012

12 years agoAdded mintime and curtime to RPC getmemorypool
Forrest Voight [Sat, 14 Jan 2012 23:52:23 +0000]
Added mintime and curtime to RPC getmemorypool

12 years agoSeparated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it
Forrest Voight [Sat, 14 Jan 2012 23:51:52 +0000]
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it

12 years ago*Clear all has a tooltip now *About dialog updated
Janne Pulkkinen [Sat, 14 Jan 2012 19:31:49 +0000]
*Clear all has a tooltip now *About dialog updated

12 years agoReplace tabs with four spaces to comply with coding standard in doc/coding.txt
Lars Rasmusson [Sat, 14 Jan 2012 11:14:36 +0000]
Replace tabs with four spaces to comply with coding standard in doc/coding.txt

12 years agoRemove base58 encoding from validateaddress/addmultisigaddress
Gavin Andresen [Thu, 12 Jan 2012 15:33:21 +0000]
Remove base58 encoding from validateaddress/addmultisigaddress

base58-encoding of full/compressed public keys needs more thought; it probably makes sense to define a base58 encoding that includes a version byte and a checksum. So just support hex and bitcoin-address encodings for now.

12 years agoRefactor: needing to call ConnectInputs to process coinbase transactions was counter...
Gavin Andresen [Wed, 11 Jan 2012 01:45:55 +0000]
Refactor: needing to call ConnectInputs to process coinbase transactions was counter-intuitive

12 years agoRefactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying...
Gavin Andresen [Wed, 11 Jan 2012 01:18:00 +0000]
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying signatures.

12 years agoReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen [Thu, 5 Jan 2012 02:40:52 +0000]
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).

12 years agoRemove not-used-anywhere scriptPrereq from SignSignature()
Gavin Andresen [Wed, 4 Jan 2012 22:31:21 +0000]
Remove not-used-anywhere scriptPrereq from SignSignature()

12 years agoMerge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Fri, 13 Jan 2012 15:06:05 +0000]
Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin

12 years agoMinor code cleanup to use fHaveUPnP instead of #ifdef
Matt Corallo [Fri, 9 Dec 2011 01:34:11 +0000]
Minor code cleanup to use fHaveUPnP instead of #ifdef

12 years agoAdd -keepnode which attempts to -addnode and keep a connection open
Matt Corallo [Sat, 17 Dec 2011 00:48:03 +0000]
Add -keepnode which attempts to -addnode and keep a connection open

12 years agoCompile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen [Fri, 13 Jan 2012 01:02:47 +0000]
Compile with extra warnings turned on. And more makefile/code tidying up.

This turns on most gcc warnings, and removes some unused variables and other code that triggers warnings.
Exceptions are:
 -Wno-sign-compare : triggered by lots of comparisons of signed integer to foo.size(), which is unsigned.
 -Wno-char-subscripts : triggered by the convert-to-hex functions (I may fix this in a future commit).

12 years agocollect more info on tx pooling and block finding for getmininginfo
Luke Dashjr [Fri, 27 May 2011 04:02:51 +0000]
collect more info on tx pooling and block finding for getmininginfo

12 years agoAdd new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo"
Luke Dashjr [Wed, 21 Dec 2011 04:16:33 +0000]
Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo"

12 years agoRemove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other...
Gavin Andresen [Thu, 12 Jan 2012 21:55:44 +0000]
Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles

12 years agoMerge pull request #743 from gavinandresen/blocknotify
Gavin Andresen [Thu, 12 Jan 2012 14:31:25 +0000]
Merge pull request #743 from gavinandresen/blocknotify

-blocknotify : run a command when best-block changes

12 years agoMerge pull request #649 from sipa/comprpubkey
Pieter Wuille [Tue, 10 Jan 2012 21:23:51 +0000]
Merge pull request #649 from sipa/comprpubkey

Compressed pubkeys

12 years agoMerge pull request #752 from luke-jr/qt_txnid
Wladimir J. van der Laan [Tue, 10 Jan 2012 19:51:55 +0000]
Merge pull request #752 from luke-jr/qt_txnid

Qt: Show transaction ID in details

12 years agoQt: Show transaction ID in details
Luke Dashjr [Tue, 10 Jan 2012 18:25:02 +0000]
Qt: Show transaction ID in details

12 years agoRemove unused definition
Pieter Wuille [Mon, 9 Jan 2012 22:39:26 +0000]
Remove unused definition

12 years agoMerge pull request #746 from laanwj/tdesc_ro
Gavin Andresen [Mon, 9 Jan 2012 15:59:18 +0000]
Merge pull request #746 from laanwj/tdesc_ro

make transaction description read-only (UI fix)

12 years agoMerge pull request #750 from TheBlueMatt/anonymous
Gavin Andresen [Mon, 9 Jan 2012 15:58:58 +0000]
Merge pull request #750 from TheBlueMatt/anonymous

Remove mentions on anonymity in debian folder.

12 years agoUnit tests for EC key routines
Pieter Wuille [Sun, 8 Jan 2012 15:59:34 +0000]
Unit tests for EC key routines

This tests:
* creation of keys from base58-encoded strings
* extracting public keys and addresses
* compressed public keys
* compact signatures and key recovery

12 years agoCompact signatures with compressed pubkeys
Pieter Wuille [Sun, 25 Dec 2011 14:02:31 +0000]
Compact signatures with compressed pubkeys

12 years agoCompressed pubkeys
Pieter Wuille [Mon, 21 Nov 2011 01:46:28 +0000]
Compressed pubkeys

This patch enabled compressed pubkeys when -compressedpubkeys is passed.
These are 33 bytes instead of 65, and require only marginally more CPU
power when verifying. Compressed pubkeys have a different corresponding
address, so it is determined at generation. When -compressedpubkeys is
given, all newly generated addresses will use a compressed key, while
older/other addresses keep using normal keys. Unpatched clients will
relay and verify these transactions.

12 years agoRemove mentions on anonymity in debian folder.
Matt Corallo [Sat, 7 Jan 2012 18:35:25 +0000]
Remove mentions on anonymity in debian folder.

These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.

12 years agoMerge pull request #735 from sipa/netbase
Pieter Wuille [Sat, 7 Jan 2012 14:19:46 +0000]
Merge pull request #735 from sipa/netbase

Network stack refactor

12 years agoNetwork stack refactor
Pieter Wuille [Tue, 3 Jan 2012 22:33:31 +0000]
Network stack refactor

This introduces CNetAddr and CService, respectively wrapping an
(IPv6) IP address and an IP+port combination. This functionality used
to be part of CAddress, which also contains network flags and
connection attempt information. These extra fields are however not
always necessary.

These classes, along with logic for creating connections and doing
name lookups, are moved to netbase.{h,cpp}, which does not depend on
headers.h.

Furthermore, CNetAddr is mostly IPv6-ready, though IPv6
functionality is not yet enabled for the application itself.

12 years agomake transaction description read-only (UI fix)
Wladimir J. van der Laan [Fri, 6 Jan 2012 05:55:48 +0000]
make transaction description read-only (UI fix)

12 years agoMerge pull request #740 from TheBlueMatt/perf
Gavin Andresen [Thu, 5 Jan 2012 13:37:23 +0000]
Merge pull request #740 from TheBlueMatt/perf

Fix horrific performance found by gmaxwell.

12 years agoAdd support for opening bitcoin: URIs directly.
Matt Corallo [Sat, 24 Dec 2011 04:27:12 +0000]
Add support for opening bitcoin: URIs directly.

12 years agoAutomatically refocus on new SendCoinsEntrys and scroll to them.
Matt Corallo [Wed, 7 Dec 2011 05:00:04 +0000]
Automatically refocus on new SendCoinsEntrys and scroll to them.

12 years agoFix horrific performance found by gmaxwell.
Matt Corallo [Tue, 3 Jan 2012 08:03:07 +0000]
Fix horrific performance found by gmaxwell.

12 years ago-blocknotify=command argument, implemented using system() and boost::thread
Gavin Andresen [Tue, 3 Jan 2012 20:24:28 +0000]
-blocknotify=command argument, implemented using system() and boost::thread

12 years agoMerge pull request #731 from laanwj/txshowfix
Gavin Andresen [Tue, 3 Jan 2012 17:24:54 +0000]
Merge pull request #731 from laanwj/txshowfix

Fix transaction type in UI

12 years agoMerge branch 'getblock'
Gavin Andresen [Tue, 3 Jan 2012 17:16:56 +0000]
Merge branch 'getblock'

12 years agoI broke -testnet with my TOR option-parsing fixes.
Gavin Andresen [Tue, 3 Jan 2012 16:17:04 +0000]
I broke -testnet with my TOR option-parsing fixes.

12 years agoMerge pull request #741 from laanwj/typo734fix
Gavin Andresen [Tue, 3 Jan 2012 15:54:38 +0000]
Merge pull request #741 from laanwj/typo734fix

Fix typo (#734)

12 years agoMerge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoin
Gavin Andresen [Tue, 3 Jan 2012 15:23:20 +0000]
Merge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoin

12 years agoMerge branch 'gitianfix' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Tue, 3 Jan 2012 15:22:24 +0000]
Merge branch 'gitianfix' of https://github.com/TheBlueMatt/bitcoin

12 years agoFix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen [Tue, 3 Jan 2012 15:14:22 +0000]
Fix issue #659, and cleanup wallet/command-line argument handling a bit

12 years agoFix typo (#734)
Wladimir J. van der Laan [Tue, 3 Jan 2012 10:55:58 +0000]
Fix typo (#734)

12 years agoMerge pull request #738 from sipa/dnsseed-fix
Pieter Wuille [Tue, 3 Jan 2012 01:04:09 +0000]
Merge pull request #738 from sipa/dnsseed-fix

Fix dnsseed deadlock

12 years agoFix some address-handling deadlocks
Pieter Wuille [Tue, 3 Jan 2012 00:28:15 +0000]
Fix some address-handling deadlocks

Made three critical blocks for cs_mapAddresses smaller, and moved
writing to the database out of them. This should also improve the
concurrency of the code.

12 years agomake sure IsMine only returns true when we own all keys
coderrr [Mon, 2 Jan 2012 07:27:41 +0000]
make sure IsMine only returns true when we own all keys

12 years agoFix transaction type in UI: not all tx'es with "from"/"to" field are necessarily...
Wladimir J. van der Laan [Wed, 28 Dec 2011 10:14:05 +0000]
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es

- Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther",
 (IP tx'es are so rare they can be put together with funky EV_EVAL scripts)

12 years agoMerge branch 'opevalcountfix' of https://github.com/laanwj/bitcoin
Gavin Andresen [Tue, 27 Dec 2011 21:42:29 +0000]
Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoin

12 years agoFixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-deep recursion
Gavin Andresen [Tue, 27 Dec 2011 21:41:56 +0000]
Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-deep recursion

12 years agoFix OP_EVAL recursion depth counting
Wladimir J. van der Laan [Tue, 27 Dec 2011 09:02:28 +0000]
Fix OP_EVAL recursion depth counting

12 years agoCheck all prevout.n if one transaction provides multiple inputs
Gavin Andresen [Sun, 25 Dec 2011 15:32:05 +0000]
Check all prevout.n if one transaction provides multiple inputs

12 years agoassert condition in previous commit was backwards
Gavin Andresen [Sun, 25 Dec 2011 15:08:01 +0000]
assert condition in previous commit was backwards

12 years agoCheck for valid prevout.n in FetchInputs.
Gavin Andresen [Sun, 25 Dec 2011 13:45:09 +0000]
Check for valid prevout.n in FetchInputs.
IsStandardInputs could crash if given invalid input index.

12 years agoAdd QR Code support to Win32 Gitian build.
Matt Corallo [Sat, 24 Dec 2011 04:23:12 +0000]
Add QR Code support to Win32 Gitian build.

12 years agoFix Linux gitian descriptor to use QRCode support.
Matt Corallo [Fri, 23 Dec 2011 23:35:59 +0000]
Fix Linux gitian descriptor to use QRCode support.

12 years agoAdd libqrencode-dev to the debian/ubuntu apt-get lines.
Matt Corallo [Fri, 23 Dec 2011 23:34:48 +0000]
Add libqrencode-dev to the debian/ubuntu apt-get lines.

12 years agoNo reason to have any qrcode stuff in the bitcoind osx makefile.
Matt Corallo [Fri, 23 Dec 2011 23:28:35 +0000]
No reason to have any qrcode stuff in the bitcoind osx makefile.

12 years agoBe more conservative: check all transactions in blocks after last checkpoint.
Gavin Andresen [Fri, 23 Dec 2011 22:13:10 +0000]
Be more conservative: check all transactions in blocks after last checkpoint.

12 years agoNew RPC commands: getblockhash and getblock
Gavin Andresen [Fri, 23 Dec 2011 21:26:38 +0000]
New RPC commands: getblockhash and getblock

12 years agoMerge pull request #723 from TheBlueMatt/gitianfix
Wladimir J. van der Laan [Fri, 23 Dec 2011 11:53:31 +0000]
Merge pull request #723 from TheBlueMatt/gitianfix

Fix #722.

12 years agoMerge pull request #683 from laanwj/ui_copy_amount
Wladimir J. van der Laan [Fri, 23 Dec 2011 11:21:01 +0000]
Merge pull request #683 from laanwj/ui_copy_amount

Context menu updates for TransactionView and AddressTablePage

12 years agoCopy amount to clipboard (implements #657)
Wladimir J. van der Laan [Sun, 4 Dec 2011 13:14:10 +0000]
Copy amount to clipboard (implements #657)
- Also, unify similar code related to copying transaction fields to clipboard

12 years agoAdd context menu for address book page (implements part 1 of issue #648)
Wladimir J. van der Laan [Sun, 4 Dec 2011 17:01:53 +0000]
Add context menu for address book page (implements part 1 of issue #648)

12 years agoMove HtmlEscape (escape for qt rich text controls) to qt gui utilities
Wladimir J. van der Laan [Fri, 11 Nov 2011 09:13:25 +0000]
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities

12 years agoComments update
Wladimir J. van der Laan [Sat, 12 Nov 2011 11:20:34 +0000]
Comments update

12 years agoMerge pull request #629 from sje397/master
Wladimir J. van der Laan [Fri, 23 Dec 2011 10:50:28 +0000]
Merge pull request #629 from sje397/master

QR Code generation via libqrencode

12 years agoFix #722.
Matt Corallo [Fri, 23 Dec 2011 10:24:46 +0000]
Fix #722.

12 years agoFix broken ExtractAddress (refactored, made callers check for addresses in keystore...
Gavin Andresen [Thu, 22 Dec 2011 20:51:44 +0000]
Fix broken ExtractAddress (refactored, made callers check for addresses in keystore if they care)

12 years agoBack out testnet default address change, it breaks accounts on old wallets.
Gavin Andresen [Thu, 22 Dec 2011 19:35:46 +0000]
Back out testnet default address change, it breaks accounts on old wallets.