Skip to content

Commit

Permalink
fix: allow coins as storage type in maps (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich authored Jun 13, 2024
1 parent 2afe425 commit 56fa063
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Return type of `skipBits` now matches FunC and does not lead to compilation errors: PR [#388](https://github.com/tact-lang/tact/pull/388)
- Typechecking of conditional expressions when one branch's type is a subtype of another, i.e. for optionals and maps/`null`: PR [#394](https://github.com/tact-lang/tact/pull/394)
- External fallback receivers now work properly: PR [#408](https://github.com/tact-lang/tact/pull/408)
- `Int as coins` as a value type of a map in persistent storage does not throw compilation error anymore: PR [#413](https://github.com/tact-lang/tact/pull/413)

## [1.3.1] - 2024-06-08

Expand Down
Loading

0 comments on commit 56fa063

Please sign in to comment.