Hide warning when calling with non-0 value arg #922

Merged
ghallak merged 3 commits from ghallak/430 into master 2022-12-12 17:44:24 +09:00
Showing only changes of commit 377e294c5f - Show all commits

View File

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility.
- Check contracts and entrypoints modifiers when implementing interfaces.
- Contracts can no longer be used as namespaces.
- Do not show unused stateful warning for functions that call other contracts with a non-zero value argument.
### Removed
### Fixed
- Typechecker crashes if Chain.create or Chain.clone are used without arguments.