Hide warning when calling with non-0 value arg (#431)

* Hide warning when calling with non-0 value arg

* Update the tests

* Update CHANGELOG
This commit is contained in:
Gaith Hallak
2022-12-12 11:44:24 +03:00
committed by GitHub
parent 9ad8e26e88
commit 31fd8fe24f
3 changed files with 15 additions and 3 deletions
+1
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.