Skip to content
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

v0.4.1 #37

Merged
merged 37 commits into from
May 10, 2024
Merged

v0.4.1 #37

merged 37 commits into from
May 10, 2024

Conversation

iam047801
Copy link
Collaborator

@iam047801 iam047801 commented May 10, 2024

  1. Added StonFi DEX contracts (Add STON.FI contracts #16).
  2. Moved raw account states code and data to RocksDB and removed it from databases: this update saved us almost 1 TB on our mainnet server. You can transfer data to RocksDB and remove it from databases using the migrate transferCodeData and migrate clearCodeData commands.
  3. Implemented functionality to verify the authenticity of StonFi and DeDust pool contracts, identifying and marking any fake contracts.
  4. Simplified indexer initial startup: Known contracts are now automatically added if no interfaces are present in the database. Additionally, fixed the fatal error that occurred when starting on newer blocks.
  5. Now you can define custom messages with the standard operation ID: for example, it is possible to parse custom jetton transfer notifications to StonFi router.
  6. Added JSON schema for ABI contract descriptions (by @NickNekilov).
  7. Added GetGems fixed-price sale v3r3 contract.
  8. Added a custom ownership assigned message for Telegram NFT items.
  9. Made some other minor changes and bug fixes, updated tonutils-go to v1.9.5.

@iam047801 iam047801 merged commit b4d7ce6 into main May 10, 2024
1 check passed
stfy added a commit to stfy/anton that referenced this pull request Oct 14, 2024
feat: add external message produce messages
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.

2 participants