Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@iam047801 iam047801 released this 10 May 13:44
b4d7ce6
  1. Added StonFi DEX 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.