Skip to content

Commit 4f39743

Browse files
authored
Merge pull request #38 from SlorrUndef/fix-tag-calculation
- Fix incorrect tag calculation crc32 #37 - Fix Incorrect Handling of Incomplete Prefix in TLB #36
2 parents c913d37 + f017a05 commit 4f39743

8 files changed

Lines changed: 442 additions & 96 deletions

File tree

package-lock.json

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ton-community/tlb-codegen",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "",
55
"main": "build/index.js",
66
"scripts": {
@@ -21,10 +21,9 @@
2121
"typescript": "^5.3.3"
2222
},
2323
"dependencies": {
24+
"@ton-community/tlb-parser": "^0.1.4",
2425
"@ton/core": "^0.54.0",
25-
"@ton-community/tlb-parser": "^0.1.3",
2626
"@types/jest": "^29.5.11",
27-
"crc-32": "^1.2.2",
2827
"meow": "^9.0.0",
2928
"ts-jest": "^29.1.1"
3029
}

0 commit comments

Comments
 (0)