Re: [Bitcoin-development] BIP 16 changes (list inside)

2012-03-18 Thread Luke-Jr
On Sunday, March 18, 2012 10:04:27 AM Amir Taaki wrote: > Is this an accurate and precise summary of the changes needed for P2SH and > BIP 16? You might find my 0.4.x backport helpful: https://github.com/luke-jr/bitcoin/commit/bip16_0.4.x Be aware, this still needs auditing (nobody else has lo

[Bitcoin-development] BIP 16 changes (list inside)

2012-03-18 Thread Amir Taaki
Hi, Is this an accurate and precise summary of the changes needed for P2SH and BIP 16? == Block validation (starting with ProcessBlock) == * SigOpCount is now a LegacySigOpCount (CheckBlock) * Main body of AcceptBlock() and rest of ProcessBlock() is unchanged. * AddToBlockIndex() unchanged * So