-
Notifications
You must be signed in to change notification settings - Fork 167
feat: adapt to TVM v10 #3043
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
base: main
Are you sure you want to change the base?
feat: adapt to TVM v10 #3043
Conversation
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.
This reverts commit 9e9a4b8.
471cfb3
@@ -111,20 +111,6 @@ describe("stdlib", () => { | |||
), | |||
); | |||
|
|||
const addrVar = await contract.getParseVarAddress( |
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.
why is this removed?
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.
because of ton-blockchain/ton@5fe1526
- Disable anycast address, allow deploying with "fixed prefix length"
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.
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.
why is this removed?
With TON version 10 it started to throw exit code 9 almost unconditionally.
Related issue: #3048
Let's change the scope of this PR and solve #3048 too |
Closes #3042.
Closes #3048.