Release v0.4.0
·
135 commits
to master
since this release
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.