You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we want to move away from FunC dependency, a major problem along the way is that we can't use FunC code in stdlib functions, so we have to start rewriting them to Tact.
i582
changed the title
Rewrite all functions implemented in FunC from stdlib to Tact
Rewrite all stdlib functions implemented in FunC to Tact
Feb 10, 2025
some of them will probably become less efficient because of that
I'm guessing not yet, since the underlying implementation would still map to FunC for the time being, at least where it's more efficient than just asm (like in .storeUint() functions and such)
Since we want to move away from FunC dependency, a major problem along the way is that we can't use FunC code in stdlib functions, so we have to start rewriting them to Tact.
contractAddressExt
(__tact_compute_contract_address
) in Tact #1763Address.asSlice
(__tact_address_to_slice
) in Tact #1764newAddress
(__tact_create_address
) in Tact #1765Int.toString
(__tact_int_to_string
) in Tact #1780Int.toFloatString
(__tact_float_to_string
) in Tact #1781The text was updated successfully, but these errors were encountered: