ethereum/solidity

Side-effect restriction on different stages.

pirapira opened this issue · 1 comments

For different stages

  1. when solc is running
  2. when the init code is running
  3. after the contract is deployed

we might have restrictions

a. read only
b. write only
c. no read, no write

How many of these combinations make sense?

Closing because it is too vague.