Closed imartemy1524 closed 2 months ago
@imartemy1524 Let me thank you for such a well-written report! We will look into this asap. Incidentally, blueprint build
should report a failure but it does not, I filed an issue here: https://github.com/ton-org/blueprint/issues/144
Problem
Trying to compile big project with many contracts dependencies, and getting next error:
Function '__tact_dict_get_int_int' does not exist in imported FunC sources
Trait, where error is being thrown:Generated func code:
Steps to reproduce
Other comments
It seems, that this is the problem with
Bool
value type in map, because when one replacesmap<Int as uint64, Bool>
withmap<Int as uint64, Int as uint8>
, the problem fixes.My temporary solution: