Open a2468834 opened 4 months ago
@alijawan Please do not leave irrelevant comments.
@dvlkv Hello 👋
I have found a bug related to prompt hexadecimal of h
-string literals
In the TON document, ""h
is defined as the first 32 bits of the SHA256 hash of the string literal. And I have verified this feature through compiling contract with v0.4.4 FunC compiler.
I believe this bug fix could be quite useful for the developers.
The original calculation results in 64-bit hexadecimal string which is not consistent with the description in TON document.