mobius
mobius copied to clipboard
Change `constant` and `view` to `pure` when compiler supports it.
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