era-compiler-vyper
era-compiler-vyper copied to clipboard
fix: rename the system mode
What ❔
Renames the system mode to EraVM extensions.
Why ❔
The system mode definition is in conflict with some abstractions around the System Contracts. The flag is merely enabling the EraVM extensions, so should be called this way.
Checklist
- [x] PR title corresponds to the body of PR (we generate changelog entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.