novacoin.git
12 years agoDo show/showNormal only when needed.
Wladimir J. van der Laan [Fri, 17 Feb 2012 22:19:52 +0000]
Do show/showNormal only when needed.

12 years agoHide window from taskbar when "minimize to tray" active by making window into Tool...
Wladimir J. van der Laan [Fri, 17 Feb 2012 12:50:32 +0000]
Hide window from taskbar when "minimize to tray" active by making window into Tool window

12 years agoMerge pull request #843 from TheBlueMatt/qrcodedoc
Pieter Wuille [Thu, 16 Feb 2012 11:50:59 +0000]
Merge pull request #843 from TheBlueMatt/qrcodedoc

Fix one compile-time warning and fix libqrcode linking in releases

12 years agoMerge pull request #844 from sipa/shutdownfix
Pieter Wuille [Thu, 16 Feb 2012 11:34:11 +0000]
Merge pull request #844 from sipa/shutdownfix

Several shutdown-related fixes

12 years agoMerge pull request #842 from sipa/checkaf
Pieter Wuille [Thu, 16 Feb 2012 11:31:14 +0000]
Merge pull request #842 from sipa/checkaf

Do not create CAddress for invalid accepts

12 years agoMerge pull request #828 from sipa/fixwalletlock
Pieter Wuille [Thu, 16 Feb 2012 11:30:26 +0000]
Merge pull request #828 from sipa/fixwalletlock

Fix wallet locking locking

12 years agoProperly include $*_LIB_PATH in makefile.unix
Matt Corallo [Wed, 15 Feb 2012 21:05:55 +0000]
Properly include $*_LIB_PATH in makefile.unix

12 years agoMake bitcoin-qt static-link libqrcode and add it for debian pkgs.
Matt Corallo [Wed, 15 Feb 2012 19:42:51 +0000]
Make bitcoin-qt static-link libqrcode and add it for debian pkgs.

12 years agoFix compilation warning.
Matt Corallo [Sat, 28 Jan 2012 09:29:01 +0000]
Fix compilation warning.

12 years agoSeveral shutdown-related fixes
Pieter Wuille [Wed, 15 Feb 2012 20:17:15 +0000]
Several shutdown-related fixes

* do not let vnThreadsRunning[1] go negative
* do not perform locking operations while vnThreadsRunning[1] is decreased
* check vnThreadsRunning[1] at exit

12 years agoBugfix: do not create CAddress for invalid accepts
Pieter Wuille [Wed, 15 Feb 2012 19:56:29 +0000]
Bugfix: do not create CAddress for invalid accepts

12 years agoincrease BitcoinAddressValidator::MaxAddressLength from 34 to 35
Wladimir J. van der Laan [Wed, 15 Feb 2012 16:08:34 +0000]
increase BitcoinAddressValidator::MaxAddressLength from 34 to 35

needed for sending BIP16 transactions on test network through GUI

12 years agoMerge pull request #807 from TheBlueMatt/bip21
Wladimir J. van der Laan [Sun, 12 Feb 2012 13:52:34 +0000]
Merge pull request #807 from TheBlueMatt/bip21

Add req- prefixes to comply with BIP21.

12 years agoAdd export action to file menu (as long as we have a file menu, export certainly...
Wladimir J. van der Laan [Sun, 12 Feb 2012 11:53:20 +0000]
Add export action to file menu (as long as we have a file menu, export certainly should be there)

12 years agoMerge pull request #826 from laanwj/2012_02_fixminimizetotray
Wladimir J. van der Laan [Sun, 12 Feb 2012 09:49:18 +0000]
Merge pull request #826 from laanwj/2012_02_fixminimizetotray

Fix Minimize to the tray instead of the taskbar (rework)

12 years agoMerge pull request #817 from TheBlueMatt/dpiversionfix
gmaxwell [Sat, 11 Feb 2012 23:14:02 +0000]
Merge pull request #817 from TheBlueMatt/dpiversionfix

Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.

12 years agoMerge pull request #827 from sipa/fixencrypt
Pieter Wuille [Sat, 11 Feb 2012 23:02:05 +0000]
Merge pull request #827 from sipa/fixencrypt

Fix wallet encryption with compressed pubkeys

12 years agoExtra wallet locking fixes
Pieter Wuille [Sat, 11 Feb 2012 17:01:24 +0000]
Extra wallet locking fixes

* Fix sign error in calculation of seconds to sleep
* Do not mix GetTime() (seconds) and Sleep() (milliseconds)
* Do not sleep forever if walletlock() is called
* Do locking within critical section

12 years agoFix wallet locking locking
Pieter Wuille [Sat, 11 Feb 2012 15:35:40 +0000]
Fix wallet locking locking

12 years agoMacros for manual critical sections
Pieter Wuille [Sat, 11 Feb 2012 19:02:55 +0000]
Macros for manual critical sections

12 years agoFix Minimize to the tray instead of the taskbar
Janne Pulkkinen [Fri, 3 Feb 2012 18:08:50 +0000]
Fix Minimize to the tray instead of the taskbar

12 years agoMerge pull request #825 from sipa/fix_822
Gavin Andresen [Sat, 11 Feb 2012 17:12:00 +0000]
Merge pull request #825 from sipa/fix_822

Fix #822: use free instead of delete

12 years agoFix wallet encryption with compressed pubkeys
Pieter Wuille [Sat, 11 Feb 2012 15:35:13 +0000]
Fix wallet encryption with compressed pubkeys

12 years agoFix #822
Pieter Wuille [Sat, 11 Feb 2012 14:25:42 +0000]
Fix #822

12 years agoAdd Bitcoin-Qt test suite with some bitcoin: URL Tests to start.
Matt Corallo [Fri, 10 Feb 2012 22:25:36 +0000]
Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.

12 years agoAdd -req prefixes to comply with BIP21.
Matt Corallo [Tue, 7 Feb 2012 18:46:53 +0000]
Add -req prefixes to comply with BIP21.

12 years agoMerge pull request #818 from laanwj/2012_02_win32_qtaccessible
Wladimir J. van der Laan [Fri, 10 Feb 2012 17:31:21 +0000]
Merge pull request #818 from laanwj/2012_02_win32_qtaccessible

Enable accessible widgets Qt module on win32

12 years agoMerge pull request #813 from dooglus/master
Gavin Andresen [Fri, 10 Feb 2012 17:04:19 +0000]
Merge pull request #813 from dooglus/master

Fix #794. Only remove transactions from memory pool when they're actually in the memory pool.

12 years agoEnable accessible widgets Qt module on win32, so that people with screen readers...
Wladimir J. van der Laan [Fri, 10 Feb 2012 07:28:32 +0000]
Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it.

12 years agoGet ext. IP from UPnP, make sure addrMe IsRoutable() in version.
Matt Corallo [Fri, 10 Feb 2012 03:41:42 +0000]
Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.

This fixes a potential bug where some NATs may replace the node's
interal IP with its external IP in version messages, causing
incorrect checksums when version messages begin being checksummed
on February 14, 2012.

12 years agoFix #794. Only remove transactions from memory pool when they're actually in the...
Chris Moore [Thu, 9 Feb 2012 13:21:41 +0000]
Fix #794.  Only remove transactions from memory pool when they're actually in the memory pool.

12 years agoUpdate readme-qt.rst for 0.6.0
Wladimir J. van der Laan [Tue, 7 Feb 2012 20:16:28 +0000]
Update readme-qt.rst for 0.6.0

- Remove features list (no longer makes sense)
- Document USE_QRCODE

12 years agoMerge pull request #805 from luke-jr/gitian_deps
Gavin Andresen [Tue, 7 Feb 2012 17:23:34 +0000]
Merge pull request #805 from luke-jr/gitian_deps

Split dependencies into deps-gitian.yml

12 years agoUpdate doc/release-process.txt
Luke Dashjr [Tue, 7 Feb 2012 17:12:10 +0000]
Update doc/release-process.txt

12 years agoSplit smaller dependencies out of gitian-win32 into deps-win32
Luke Dashjr [Tue, 7 Feb 2012 16:52:40 +0000]
Split smaller dependencies out of gitian-win32 into deps-win32

12 years agoUpdate all copyrights to 2012
Gavin Andresen [Tue, 7 Feb 2012 16:28:30 +0000]
Update all copyrights to 2012

12 years agoIncrease client version to 0.6
Gavin Andresen [Tue, 7 Feb 2012 16:22:09 +0000]
Increase client version to 0.6

12 years agoLook for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch...
Gavin Andresen [Mon, 6 Feb 2012 19:35:57 +0000]
Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0.

12 years agoNew GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen [Mon, 6 Feb 2012 18:55:11 +0000]
New GetArg features: allow --, and booleans can be -foo or -nofoo

12 years agoUnit tests for the GetArg() methods
Gavin Andresen [Mon, 6 Feb 2012 17:37:49 +0000]
Unit tests for the GetArg() methods

12 years agoMerge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git
Gavin Andresen [Tue, 7 Feb 2012 14:04:56 +0000]
Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git

12 years ago-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16...
Gavin Andresen [Mon, 6 Feb 2012 20:48:00 +0000]
-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1

12 years agoMerge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 20:10:30 +0000]
Merge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin

12 years agoMerge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 19:50:59 +0000]
Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin

12 years agoRestructure credit transaction decomposition (solves issue #689)
Wladimir J. van der Laan [Sun, 5 Feb 2012 10:53:52 +0000]
Restructure credit transaction decomposition (solves issue #689)

When a transaction has multiple outputs that go to the wallet, list these
as multiple transactions in the UI. This is also applied to generated
(coinbase) transactions. Also makes the code shorter and easier
to understand.

12 years agoUpdate zlib and libpng (previous version had a security issue)
Luke Dashjr [Mon, 6 Feb 2012 16:46:49 +0000]
Update zlib and libpng (previous version had a security issue)

12 years agoMerge branch 'translation-fixes' of https://github.com/tcatm/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 14:35:20 +0000]
Merge branch 'translation-fixes' of https://github.com/tcatm/bitcoin

12 years agoMac deploy tool: make dylibs writeable when copying into app bundle, so they can...
Gavin Andresen [Mon, 6 Feb 2012 14:32:35 +0000]
Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed

12 years agominiupnpc Porfile removed; new and improved macdeployqtplus
p2k [Thu, 19 Jan 2012 20:45:49 +0000]
miniupnpc Porfile removed; new and improved macdeployqtplus

* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354
* Documentation has been changed appropriately
* New pure-Python macdeployqt; leverages all problems with the stock macdeployqt

12 years agofetch translations from transifex
Nils Schneider [Sun, 5 Feb 2012 12:28:39 +0000]
fetch translations from transifex

* fixes issue #742
* new translations: cs_CZ fa fi fr_FR hr pl ro_RO sv tr

12 years agoChange up/down increment in UI to 0.001 BTC (issue #760)
Wladimir J. van der Laan [Sun, 5 Feb 2012 11:15:16 +0000]
Change up/down increment in UI to 0.001 BTC (issue #760)

12 years agoHave bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell [Sun, 5 Feb 2012 07:30:43 +0000]
Have bitcoind recommend a secure RPC password. Increase invalid password delay.

Help users avoid insecure configurations a bit by recommending a
secure RPC password and increasing the incorrect password delay.

This may open up a RPC DOS for users with exposed RPC ports and
short passwords. Since users shouldn't have exposed RPC ports OR
short passwords, the DOS risk is preferable to the compromise
risk.

Also logs the client IP address for incorrect attempts.

12 years agoAvoid advertising the node's address when it is not listening or IsInitialBlockDownlo...
Gregory Maxwell [Wed, 1 Feb 2012 23:08:03 +0000]
Avoid advertising the node's address when it is not listening or IsInitialBlockDownload().

This also avoids flushing setAddrKnown until 24 hours has passed,
and avoids contacting the external IP services when not listening.

Advertising non-listening nodes is just addr message spam.
It doesn't help the network, in fact it hurts the network,
and it also hurts user's privacy.

Advertising far out of sync nodes doesn't help the network—
they can't even forward (most) transactions and wastes nodes
outbound slots.

12 years agoRemove loose amp; from Portugese translation (issue #701)
Wladimir J. van der Laan [Wed, 1 Feb 2012 19:14:13 +0000]
Remove loose amp; from Portugese translation (issue #701)

12 years agoAllow -upnp to override setting in wallet (and simplify logic a bit)
Gavin Andresen [Wed, 1 Feb 2012 18:24:15 +0000]
Allow -upnp to override setting in wallet (and simplify logic a bit)

12 years agoFix UPnP by reannouncing every 20 minutes.
Matt Corallo [Tue, 31 Jan 2012 22:36:25 +0000]
Fix UPnP by reannouncing every 20 minutes.

12 years agoTestnet difficulty calculation changes, to take effect Feb 15 2012
Gavin Andresen [Mon, 5 Dec 2011 20:50:22 +0000]
Testnet difficulty calculation changes, to take effect Feb 15 2012

Allow mining of min-difficulty blocks if 20 minutes have gone by without mining a regular-difficulty block.
Normal rules apply every 2016 blocks, though, so there may be a very-slow-to-confirm block at the difficulty-adjustment blocks.

12 years agoMerge branch 'checkkeys' of https://github.com/sipa/bitcoin
Gavin Andresen [Tue, 31 Jan 2012 17:19:26 +0000]
Merge branch 'checkkeys' of https://github.com/sipa/bitcoin

12 years agoCreateNewBlock was not adding in transaction fees.
Gavin Andresen [Sat, 28 Jan 2012 15:16:21 +0000]
CreateNewBlock was not adding in transaction fees.

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 agoFull checking of all loaded keys
Pieter Wuille [Thu, 26 Jan 2012 18:26:34 +0000]
Full checking of all loaded keys

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 agoMake transactions with extra data in their scriptSig's non-standard.
Gavin Andresen [Thu, 19 Jan 2012 18:30:54 +0000]
Make transactions with extra data in their scriptSig's non-standard.

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).