0
1
Why does Bitcoin have a complicated scripting system? https://en.bitcoin.it/wiki/Script https://github.com/bitcoin/bitcoin/blob/master/src/script.cpp
I guess because it makes fancy contracts possible: https://en.bitcoin.it/wiki/Contracts Could even be kinds of contracts that we would never think about today.
Still, from what I understand currently there are only a handful of scripts in popular use.
Would it not be wise to restrict the scripting engine to a limited number of well understood scripts? It seems like an invitation for trouble. New scripts could be added over time.
I am aware that some OPs are already disabled: http://bitcoin.stackexchange.com/questions/5884/are-all-the-coin-networks-consistent-in-which-script-actions-are-permitted-and/7472#7472 Still there seems to be a allowed a lot.
– kermit – 2013-02-14T14:46:10.643