-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/fix: add
VarInt16
, VarInt32
, VarUint16
, VarUint32
intege…
…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`
- Loading branch information
Showing
27 changed files
with
15,284 additions
and
5,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,6 +124,9 @@ | |
"unixfs", | ||
"untypable", | ||
"varuint", | ||
"varint", | ||
"storer", | ||
"Ints", | ||
"workchain", | ||
"xffff", | ||
"привет", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.