Skip to content

v0.6.28

Compare
Choose a tag to compare
@cd1m0 cd1m0 released this 03 Oct 15:51
· 22 commits to develop since this release

This release includes a single fix:

  • Remove callsite invariant annotations in view functions, since they change the mutability of the function and sometimes cause test failures. Those checks are a little overkill, since in a view context any external calls will be side-effect tree, and can thus be thought of similarly to an internal call (with a bit of extra external info)