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
Added the SignedBundle struct and the corresponding verifySignature method: PR #2627
Added the sendRawMessage and sendRawMessageReturnForwardFee functions instead of the deprecated nativeSendMessage and nativeSendMessageReturnForwardFee functions correspondingly: PR #2755
Optimized the sha256() function to about ~270 less gas used per call and added the keccak256() function: PR #2775
Support contract parameters in the AST printer: PR #2658
Docs
Fixed code example of the initOf expression to highlight support for contract parameters: PR #2550
Fixed the description of the Tact-reserved exit code 129 and expanded descriptions of functions that can throw it, such as Message.fromCell() and Message.fromSlice(): PR #2604
Added "Learn Tact in Y minutes" page to the Book: PR #2375
Ensured that variables are always shown declared with immediate initialization, and made it clear in the descriptions of the let statement: PR #2742
Fixed the description of the Unicode escape upper bound (U+10FFFF): PR #2752
Added generation of llms.txt, llms-full.txt (full version), and llms-small.txt (compact version, with non-essential content removed): PR #2763
Added description of the specialized math functions, such as pow2() and log2(), to the gas best practices page: PR #2771
Added BasechainAddress to the gas best practices page: PR #2802