novacoin.git
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 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.

12 years agoRevert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan [Wed, 21 Dec 2011 21:33:19 +0000]
Revert "Use standard C99 (and Qt) types for 64-bit integers"

This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.

12 years agoUse standard C99 (and Qt) types for 64-bit integers
Luke Dashjr [Tue, 20 Dec 2011 21:52:59 +0000]
Use standard C99 (and Qt) types for 64-bit integers

12 years agoMerge pull request #677 from luke-jr/minfee_modes
Gavin Andresen [Tue, 20 Dec 2011 21:09:18 +0000]
Merge pull request #677 from luke-jr/minfee_modes

API: GetMinFee modes

12 years agoMerge branch 'op_eval'
Gavin Andresen [Tue, 20 Dec 2011 19:43:31 +0000]
Merge branch 'op_eval'

12 years agoMerge pull request #717 from TheBlueMatt/installerqtupgrade
Gavin Andresen [Tue, 20 Dec 2011 19:42:53 +0000]
Merge pull request #717 from TheBlueMatt/installerqtupgrade

Implement "Start on window system startup" on Win32 + Linux.

12 years agoImplement "Start on window system startup" on Win32 + Linux.
Matt Corallo [Mon, 19 Dec 2011 23:49:07 +0000]
Implement "Start on window system startup" on Win32 + Linux.

12 years agoinclude util.h to get SecureString definition.
Gavin Andresen [Tue, 20 Dec 2011 17:21:47 +0000]
include util.h to get SecureString definition.

12 years agoInclude limits, not climints (using std::numeric_limits now)
Gavin Andresen [Tue, 20 Dec 2011 17:04:33 +0000]
Include limits, not climints (using std::numeric_limits now)

12 years agoMerge pull request #673 from mndrix/less-time-data
Gavin Andresen [Tue, 20 Dec 2011 16:55:55 +0000]
Merge pull request #673 from mndrix/less-time-data

Store fewer time samples

12 years agoMerge pull request #716 from gavinandresen/cleanup
Gavin Andresen [Tue, 20 Dec 2011 16:52:22 +0000]
Merge pull request #716 from gavinandresen/cleanup

Cleanups suggested by genjix

12 years agoAdded QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
sje397 [Thu, 10 Nov 2011 14:20:17 +0000]
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
Amended build docs for Linux and OSX, and OSX makefile.
Added package 'qrencode' to gitian.yml

12 years agoCode cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and explicity...
Gavin Andresen [Tue, 20 Dec 2011 00:04:47 +0000]
Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and explicity init static var

12 years agoUse std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen [Mon, 19 Dec 2011 22:08:25 +0000]
Use std::numeric_limits<> for typesafe INT_MAX/etc

12 years agoCleanup: removed dead code, and use C99 typedefs for int64 (supported by all modern...
Gavin Andresen [Mon, 19 Dec 2011 21:27:15 +0000]
Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all modern c++ compilers)

12 years agoMerge pull request #690 from runeksvendsen/qt-cmdline-options-parsing
Gavin Andresen [Mon, 19 Dec 2011 20:23:00 +0000]
Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsing

When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()

12 years agoMerge branch 'txn_block_info' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Mon, 19 Dec 2011 20:14:22 +0000]
Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoin

12 years agoUpdate bitcoin address numbers for latest luke-jr/sipa scheme
Gavin Andresen [Fri, 16 Dec 2011 23:03:48 +0000]
Update bitcoin address numbers for latest luke-jr/sipa scheme

12 years agoFix logic for IsChange() for send-to-self transactions.
Gavin Andresen [Mon, 5 Dec 2011 15:32:35 +0000]
Fix logic for IsChange() for send-to-self transactions.

12 years agoUse block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen [Tue, 8 Nov 2011 18:20:29 +0000]
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
so it takes a flag for how to interpret OP_EVAL.
Also increased IsStandard size of scriptSigs to 500 bytes, so
a 3-of-3 multisig transaction IsStandard.

12 years agoInterpret OP_EVAL as OP_NOP until Feb 1, 2012
Gavin Andresen [Fri, 21 Oct 2011 17:12:05 +0000]
Interpret OP_EVAL as OP_NOP until Feb 1, 2012

12 years agoDisable addmultisigaddress if not testnet
Gavin Andresen [Wed, 19 Oct 2011 13:50:15 +0000]
Disable addmultisigaddress if not testnet

12 years agoPut OP_EVAL string in coinbase of generated blocks
Gavin Andresen [Thu, 13 Oct 2011 20:03:58 +0000]
Put OP_EVAL string in coinbase of generated blocks

12 years agoadd key.o and rpcdump.o to makefile.linux-mingw
Pieter Wuille [Mon, 19 Dec 2011 18:20:53 +0000]
add key.o and rpcdump.o to makefile.linux-mingw

12 years agoOP_EVAL implementation
Gavin Andresen [Mon, 3 Oct 2011 17:05:43 +0000]
OP_EVAL implementation

OP_EVAL is a new opcode that evaluates an item on the stack as a script.
It enables a new type of bitcoin address that needs an arbitrarily
complex script to redeem.

12 years agoGlobal fixture to send output to console instead of debug.log
Gavin Andresen [Mon, 3 Oct 2011 20:14:13 +0000]
Global fixture to send output to console instead of debug.log

12 years agoSupport 3 new multisignature IsStandard transactions
Gavin Andresen [Wed, 28 Sep 2011 16:30:06 +0000]
Support 3 new multisignature IsStandard transactions

Initial support for (a and b), (a or b), and 2-of-3 escrow
transactions (where a, b, and c are keys).

12 years agoRework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen [Tue, 11 Oct 2011 23:50:06 +0000]
Rework unit tests so test_bitcoin.cpp does not #include them all

12 years agoCollapse no-op ExtractAddress/ExtractAddressInner
Gavin Andresen [Thu, 29 Sep 2011 13:46:52 +0000]
Collapse no-op ExtractAddress/ExtractAddressInner

12 years agoMerge pull request #574 from sipa/dumpprivkey
Gavin Andresen [Mon, 19 Dec 2011 15:27:25 +0000]
Merge pull request #574 from sipa/dumpprivkey

Dumpprivkey

12 years agoMerge pull request #699 from laanwj/about_qt
Gavin Andresen [Mon, 19 Dec 2011 15:26:14 +0000]
Merge pull request #699 from laanwj/about_qt

Add "About Qt" menu option to show built-in Qt About dialog

12 years agoMerge pull request #707 from gavinandresen/BIP14
Gavin Andresen [Mon, 19 Dec 2011 15:25:16 +0000]
Merge pull request #707 from gavinandresen/BIP14

Implement BIP 14 : separate protocol version from client version

12 years agoImplement BIP 14 : separate protocol version from client version
Gavin Andresen [Fri, 16 Dec 2011 21:26:14 +0000]
Implement BIP 14 : separate protocol version from client version

12 years agoMerge pull request #709 from luke-jr/newdnsseeds
Gavin Andresen [Mon, 19 Dec 2011 15:12:30 +0000]
Merge pull request #709 from luke-jr/newdnsseeds

New DNS seeds

12 years agoKey import and export
Pieter Wuille [Wed, 13 Jul 2011 09:56:38 +0000]
Key import and export

Introduces two new RPC calls:
* dumpprivkey: retrieve the private key corresponding to an address
* importprivkey: add a private key to your wallet

The private key format is analoguous to the address format. It is
a 51-character base58-encoded string, that includes a version number
and a checksum.

Includes patch by mhanne:
* add optional account parameter for importprivkey, if omitted use default

12 years agoPreparations for key import/export
Pieter Wuille [Mon, 11 Jul 2011 19:49:45 +0000]
Preparations for key import/export

12 years agoCBitcoinSecret added (base58 encoded privkey)
Pieter Wuille [Mon, 11 Jul 2011 19:48:09 +0000]
CBitcoinSecret added (base58 encoded privkey)

12 years agoAdd GetSecret() and GetKeys() to CKeyStore
Pieter Wuille [Mon, 11 Jul 2011 19:30:40 +0000]
Add GetSecret() and GetKeys() to CKeyStore

12 years agoMake CWalletTx::pwallet private
Pieter Wuille [Tue, 28 Jun 2011 21:45:22 +0000]
Make CWalletTx::pwallet private

12 years agoAdd blockhash and blockindex to transaction info
Luke Dashjr [Fri, 27 May 2011 04:05:16 +0000]
Add blockhash and blockindex to transaction info

12 years agoAdd my DNS seed domain
Luke Dashjr [Fri, 16 Dec 2011 23:34:47 +0000]
Add my DNS seed domain

12 years agoMerge pull request #704 from TheBlueMatt/master
Gavin Andresen [Fri, 16 Dec 2011 22:19:32 +0000]
Merge pull request #704 from TheBlueMatt/master

Update debian changelog to 0.5.1.

12 years agoMerge pull request #706 from TheBlueMatt/gitian
Gavin Andresen [Fri, 16 Dec 2011 22:15:28 +0000]
Merge pull request #706 from TheBlueMatt/gitian

Add laanwj to gitian download scripts.

12 years agoMove more newlines out of strings, and fix translations.
Gavin Andresen [Fri, 16 Dec 2011 22:13:45 +0000]
Move more newlines out of strings, and fix translations.

12 years agoMerge branch 'fix-help-translations' of https://github.com/tcatm/bitcoin
Gavin Andresen [Fri, 16 Dec 2011 21:37:24 +0000]
Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoin

12 years agoAdd laanwj to gitian download scripts.
Matt Corallo [Fri, 16 Dec 2011 20:04:43 +0000]
Add laanwj to gitian download scripts.

12 years agoUpdate debian changelog to 0.5.1.
Matt Corallo [Fri, 16 Dec 2011 18:27:52 +0000]
Update debian changelog to 0.5.1.

12 years agoBump version 0.5.99 (prep for pulling for version 0.6)
Gavin Andresen [Fri, 16 Dec 2011 17:31:59 +0000]
Bump version 0.5.99 (prep for pulling for version 0.6)

12 years agoAdd sipa's new dnsseed.
Matt Corallo [Fri, 16 Dec 2011 16:30:36 +0000]
Add sipa's new dnsseed.

12 years agoGetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay
Luke Dashjr [Mon, 3 Oct 2011 16:55:47 +0000]
GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay

12 years agoBugfix: fForRelay should be false when deciding required fee to include in blocks
Luke Dashjr [Wed, 14 Dec 2011 06:03:55 +0000]
Bugfix: fForRelay should be false when deciding required fee to include in blocks

During the rushed transition from 0.01 BTC to 0.0005 BTC fees, we took the
approach of dropping the relay and block-inclusion fee to 0.0005 BTC
immediately, and only delayed adjusting the sending fee for the next release.
Afterward, the relay fee was lowered to 0.0001 BTC to avoid having the same
problem in the future. However, the block inclusion code was left setting
fForRelay to true! This fixes that, so the lower 0.0001 BTC allowance is (as
intended) only permitted for real relaying.

12 years agoMerge pull request #700 from TheBlueMatt/qtalertfix
Gavin Andresen [Tue, 13 Dec 2011 20:56:26 +0000]
Merge pull request #700 from TheBlueMatt/qtalertfix

Fix status bar not displaying Alerts.

12 years agoFix status bar not displaying Alerts.
Matt Corallo [Tue, 13 Dec 2011 19:00:21 +0000]
Fix status bar not displaying Alerts.

12 years agoAdd "About Qt" menu option to show built-in Qt About dialog
Wladimir J. van der Laan [Tue, 13 Dec 2011 16:30:13 +0000]
Add "About Qt" menu option to show built-in Qt About dialog

- Most Qt programs do this, and it can be useful to find out what version of Qt was built against.

12 years agoEnable wordwrap for long message in passphrase dialog
Wladimir J. van der Laan [Tue, 13 Dec 2011 15:28:56 +0000]
Enable wordwrap for long message in passphrase dialog
- Remove explicit resizing from constructor to prevent potential hang

12 years agomove \\n outside _() in --help
Nils Schneider [Tue, 13 Dec 2011 05:46:37 +0000]
move \\n outside _() in --help

12 years agoMerge commit '7298ebb'
Gavin Andresen [Mon, 12 Dec 2011 20:03:16 +0000]
Merge commit '7298ebb'

12 years agoadded translations: pt_BR zh_CN
Nils Schneider [Mon, 12 Dec 2011 19:56:34 +0000]
added translations: pt_BR zh_CN

12 years agoupdated translations: es es_CL nb ru
Nils Schneider [Mon, 12 Dec 2011 19:53:18 +0000]
updated translations: es es_CL nb ru

12 years agoMerge pull request #687 from TheBlueMatt/gitianssl
Gavin Andresen [Mon, 12 Dec 2011 19:33:17 +0000]
Merge pull request #687 from TheBlueMatt/gitianssl

Re-enable RPCSSL in gitian builds.

12 years agoMerge pull request #694 from luke-jr/restore_old_miniupnp_compat
Gavin Andresen [Mon, 12 Dec 2011 19:32:48 +0000]
Merge pull request #694 from luke-jr/restore_old_miniupnp_compat

Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)

12 years agoRestore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
Luke Dashjr [Sat, 10 Dec 2011 16:52:50 +0000]
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)

12 years agoMerge pull request #693 from laanwj/min_fix_tmpshow
Wladimir J. van der Laan [Fri, 9 Dec 2011 21:43:34 +0000]
Merge pull request #693 from laanwj/min_fix_tmpshow

Prevent window from being shown momentarily when using -min

12 years agoPrevent window from being shown momentarily when using -min
Wladimir J. van der Laan [Fri, 9 Dec 2011 21:35:57 +0000]
Prevent window from being shown momentarily when using -min
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor.
- This change prevents this by connecting show() to the signal instead.

12 years agoWhen using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()
Rune K Svendsen [Fri, 9 Dec 2011 18:19:27 +0000]
When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()