-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add VarInt16
, VarInt32
, VarUint16
, VarUint32
Integer Formats and fix coins
in foreach
#1186
Conversation
@anton-trunov
|
there is a merge conflict: src/types/snapshots/resolveDescriptors.spec.ts.snap |
VarInt16
, VarInt32
, VarUint16
, VarUint32
Integer FormatsVarInt16
, VarInt32
, VarUint16
, VarUint32
Integer Formats and fix coins
in foreach
Discovered #1214 while implementing varints support for |
also depends on ton-org/ton-core#59 |
I'll write the docs for this soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this without the corresponding doc section because it's a blocker on FunC 0.4.6 update
…r formats and fix `coins` in `foreach` (#1186) * fix: implement `foreach` for coins and varints * split map tests into two because we have exceeded the 255 usable stack items limit and started getting the following error `fatal: Too deep stack`
Issue
Closes #1117 and closes #1214.
Checklist
docs/
and made the build locally