mobius icon indicating copy to clipboard operation
mobius copied to clipboard

Change `constant` and `view` to `pure` when compiler supports it.

Open HarryR opened this issue 8 years ago • 0 comments

For functions which could be pure, e.g. all of the bn256g1, anything which doesn't reference state variables.

See:

  • https://github.com/ethereum/solidity/issues/3388
  • https://github.com/ethereum/solidity/pull/2966

HarryR avatar Jan 10 '18 14:01 HarryR