Fix unoptimized scripts, fix opcode names (to be in line with present...
Fix unoptimized scripts, fix opcode names (to be in line with present terminology), fix Input / Output table.
The scripts are not optimized in the proposal, which I fixed.
The number for the bytes saved is also way off, the actual number is much higher as the data operated with no longer needs to be in the scriptSig.
Bitcoin already has established names for scriptSig, scriptPubkey, scriptCode and redeemScript; I don't think this proposal should add new terminology without linking to a authoritative definition page / proposal.
Also, the input / output table of the opcodes is incorrect.
I also added the OP_INPUTSTACKITEM opcode, which has been in a previous proposal of mine (but called OP_TXINPUTDATA).