tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
280 stars 56 forks source link

Message parsing via `.fromCell` and `.fromSlice` is not tested #453

Closed Gusarich closed 1 week ago

Gusarich commented 1 week ago

Messages are just structs under the hood, so they are already supported for these operations and we need to test them. Also messages support isn't mentioned in changelog too.