Skip to content

fix: Different token decimals#201

Merged
danoctua merged 1 commit intodevfrom
fix/token-decimals
Nov 17, 2025
Merged

fix: Different token decimals#201
danoctua merged 1 commit intodevfrom
fix/token-decimals

Conversation

@danoctua
Copy link
Copy Markdown
Collaborator

  • Introduced decimals field for Jetton model, DTOs, and ORM mapping.
  • Implemented a database migration to include decimals column with a default value.
  • Adjusted related conversion logic for thresholds and amounts using decimals.
  • Added default decimals value to core constants.

[Pull Request Title]

Description

[Please include a summary of the changes made in this pull request. Mention the issue(s) this pull request fixes (if any), and provide a brief context about the problem you're solving.]

Fixes: #[issue number] (if applicable)

Checklist

Before submitting your pull request, please ensure the following:

  • I have read the contributing guidelines.
  • I ran all tests and they passed successfully.
  • I added/updated documentation (if applicable).
  • I reviewed my own code and followed the project's code style.
  • I included relevant details in the PR description or commit messages.

Changes

[Provide a high-level overview of what changes you made. Mention any new features, bug fixes, or performance improvements. Also, note if there are breaking changes.]

  • Change 1: [High-level description of the change]
  • Change 2: [High-level description of the change]
  • ...

How Has This Been Tested?

[Describe how you tested your changes. Mention the environment (e.g., OS, browser, API version) and tools used to verify the functionality.]

Screenshots (if applicable)

[Provide screenshots or screencasts of your changes where visual updates occurred.]

Additional Notes

[(optional) Leave any extra information, concerns, or comments you would like the reviewers to know.]


Thank you for contributing! 🎉

- Introduced `decimals` field for Jetton model, DTOs, and ORM mapping.
- Implemented a database migration to include `decimals` column with a default value.
- Adjusted related conversion logic for thresholds and amounts using decimals.
- Added default decimals value to core constants.
@danoctua danoctua self-assigned this Nov 17, 2025
@danoctua danoctua added the bug Something isn't working label Nov 17, 2025
@danoctua danoctua merged commit 5a0cf09 into dev Nov 17, 2025
2 checks passed
@danoctua danoctua deleted the fix/token-decimals branch November 17, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant