-
Notifications
You must be signed in to change notification settings - Fork 163
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
refactor(codegen): make selector hack compatible with TON API #2398
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.
You also need to fix the docs, see the internalExternalReceiversOutsideMethodsMap
section here: https://docs.tact-lang.org/book/config/#options-optimizations.
And we need to mark it as a breaking change in the changelog.
…' into B4ckSl4sh/reworked-selector-hack
# Conflicts: # dev-docs/CHANGELOG.md # src/benchmarks/jetton/results_code_size.json # src/benchmarks/jetton/results_gas.json # src/benchmarks/notcoin/results_code_size.json # src/benchmarks/notcoin/results_gas.json # src/benchmarks/wallet/results_gas.json
@Shvandre, sorry that I've barged in with my changes — I just wanted to do docs. Those look fine now, you may continue with code issues :) |
…' into B4ckSl4sh/reworked-selector-hack # Conflicts: # src/benchmarks/jetton/results_code_size.json # src/benchmarks/jetton/results_gas.json # src/benchmarks/notcoin/results_code_size.json # src/benchmarks/notcoin/results_gas.json # src/benchmarks/wallet/results_gas.json
# Conflicts: # dev-docs/CHANGELOG.md
Issue
Closes #2366 .