Fix: Get the type of Chain.create() from its application (#407)

* Get the type of Chain.create() from its application

* Add test contract

* Update CHANGELOG.md

* Update the tests

* Update tests again
This commit is contained in:
Gaith Hallak
2022-08-04 00:24:22 +04:00
committed by GitHub
parent 4dbc9858fb
commit c98ea25e8b
5 changed files with 59 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Removed
### Fixed
- [404](https://github.com/aeternity/aesophia/issues/404) Contract polymorphism crashes on non-obvious child contract typing.
## [7.0.0]
### Added