1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

[FunC] Change some fields to enums instead of integers

It makes it easier to understand/debug
Also, drop some unused enum values from that cases
This commit is contained in:
Aleksandr Kirsanov 2024-04-16 21:52:11 +03:00
parent 5c392e0f2d
commit 0bc6305f96
No known key found for this signature in database
GPG key ID: B758BBAA01FFB3D3
5 changed files with 42 additions and 48 deletions

2
.gitignore vendored
View file

@ -13,6 +13,8 @@ test/regression-tests.cache/
**/*build*/
.idea
.vscode
dev/
.DS_Store
zlib/
libsodium/
libmicrohttpd-0.9.77-w32-bin/