marnett / ethereum

0 stars 0 forks source link

Add reference for more obscure features #18

Open amiller opened 9 years ago

amiller commented 9 years ago

There is a command for reading previous block values not just the last one. There is a serpent hack where you type "with x:" and thereafter in the indented block x is on the "stack" rather than memory, which is an optimization. Maybe its okay to omit these. But if so, then we should stress this is an incomplete reference.

amiller commented 9 years ago

Another is extcodecopy, which runs locally the code of some other contract.