GH344 - Add builtin types in decoder (#345)

* Only use basic types in type_env

* Add builtin types to the calldata/result decoder for FATE
This commit is contained in:
Hans Svensson
2021-09-30 19:11:00 +02:00
committed by GitHub
parent 24c579a5d3
commit 6d79d2d558
5 changed files with 119 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Option.force_msg`
- Loading namespaces into the current scope (e.g. `using Pair`)
- Assign patterns to variables (e.g. `let x::(t = y::_) = [1, 2, 3, 4]` where `t == [2, 3, 4]`)
- Add builtin types (`AENS.name, AENS.pointee, Chain.ttl, Chain.base_tx, Chain.ga_meta_tx, Chain.paying_for_tx`) to
the calldata and result decoder
### Changed
- Fixed the ACI renderer, it shouldn't drop the `stateful` modifier
### Removed