Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@dungeon-master-666 dungeon-master-666 released this 14 Mar 15:06
· 135 commits to master since this release
28b9c27

This release introduces API v1 with the following changes:

  • Big integers are returned as strings for correct parsing on JS side (#18)
  • Known NFT and Jetton message bodies are parsed
  • Fixed multiple issues reported in #17
  • Additional parameter include_block added to enable returning corresponding Block of Transaction

Remember that v0.4.0 database is not compatible with previous versions and migration is not supported. You have to remove the old database volume: docker compose down -v

The old API is renamed to v0 and available through /v0/method_name prefix and directly by /method_name for compatibility.