Check contracts and entrypoints modifiers when implementing interfaces #918

Merged
ghallak merged 6 commits from ghallak/414 into master 2022-11-17 17:40:58 +09:00
Showing only changes of commit 4a4461b98f - Show all commits

View File

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Return a mapping from variables to FATE registers in the compilation output.
### Changed
- Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility.
- Check contracts and entrypoints modifiers when implementing interfaces.
### Removed
### Fixed
- Typechecker crashes if Chain.create or Chain.clone are used without arguments.