Skip to content

docs: explain checksum validation in generated code (fixes #62)#64

Open
janicegrech1-hash wants to merge 1 commit into
ton-community:masterfrom
janicegrech1-hash:janicegrech1-hash-patch-1-1
Open

docs: explain checksum validation in generated code (fixes #62)#64
janicegrech1-hash wants to merge 1 commit into
ton-community:masterfrom
janicegrech1-hash:janicegrech1-hash-patch-1-1

Conversation

@janicegrech1-hash
Copy link
Copy Markdown

@janicegrech1-hash janicegrech1-hash commented Dec 11, 2025

Added a clear section in README about how checksums (cell hashes) are automatically validated in the generated TypeScript classes. Helps developers understand TON serialization safety.

Part of TL-B Toolchain bounty — closes #62

Issue

Closes #

Checklist

Please ensure the following items are completed before requesting review:

  • Updated CHANGELOG.md with relevant changes
  • Documented the contribution in README.md
  • Added tests to demonstrate correct behavior (both positive and negative cases)
  • All tests pass successfully (npm run build && npm test)
  • Code passes linting checks (npm run lint)

Added a clear section in README about how checksums (cell hashes) are automatically validated in the generated TypeScript classes. Helps developers understand TON serialization safety.

Part of TL-B Toolchain bounty — closes ton-community#62
Copy link
Copy Markdown

@albertoblue87-netizen albertoblue87-netizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Copy Markdown

@albertoblue87-netizen albertoblue87-netizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Copy link
Copy Markdown

@albertoblue87-netizen albertoblue87-netizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Copy Markdown

@albertoblue87-netizen albertoblue87-netizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Copy link
Copy Markdown

@albertoblue87-netizen albertoblue87-netizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checksum validation process

2 participants