-
Notifications
You must be signed in to change notification settings - Fork 7
feat: gas calculation pattern #619
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
Conversation
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore guidebook/debug.mdx techniques/gas.mdx |
skywardboundd
left a comment
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.
Nice PR, can we add link to gas-utility file?
|
Thanks for the update to the techniques docs. One high‑severity fix is needed before merge. Findings (1)High (1)[HIGH] Missing frontmatter; page title rendered as body textDescription: Suggestion: -## title: "Estimate gas usage in TON contracts"
+---
+title: "Estimate gas usage in TON contracts"
+--- |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore guidebook/debug.mdx techniques/gas.mdx |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore guidebook/debug.mdx standard/tokens/airdrop.mdx techniques/gas.mdx |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore guidebook/debug.mdx standard/tokens/airdrop.mdx techniques/gas.mdx |
skywardboundd
left a comment
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.
Nice pr!
Can we add may be more pics
I have several suggestions:
|
@skywardboundd sure, examples in ts will be added as part of #620 |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore guidebook/debug.mdx techniques/gas.mdx |
71588c0
|
/review |
|
Re-deployed: View deployment I'm not sure if Mintlify's bot will pick up new updates here, because previously deployments were skipped for this branch and all other branches that were moved from the previous org/repo place. |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore contract-dev/gas.mdx |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore contract-dev/gas.mdx |
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.
Thanks for the updates—I've left several suggestions in contract-dev/gas.mdx: please apply the inline suggestions.
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore contract-dev/gas.mdx |
Closes #175