Releases: Ton-Dynasty/pytoncenter
Releases · Ton-Dynasty/pytoncenter
v0.0.14
What's Changed
- Add DNS resolution and address comparison functionality by @alan890104 in #19
- Feat/key-rotation by @alan890104 in #20
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- Update CI workflow to run only on pull requests by @alan890104 in #15
- Update codecov badge URL by @alan890104 in #16
- Sync API update with Toncenter by @alan890104 in #18
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Enhance trace performance by 2x by @alan890104 in #13
- Add SubscribeTransactionRequest and WaitTraceCompleteRequest models by @alan890104 in #14
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Add aiolimiter dependency and new requestor module by @alan890104 in #11
- Update examples and add trace and cli for pytoncenter by @alan890104 in #12
Full Changelog: v0.0.10...v0.0.11
v0.0.10
Full Changelog: v0.0.9...v0.0.10
- Fix address issue (add wc property for compatible with tonsdk)
- Add two jetton nft method for get only one result
v0.0.9
Full Changelog: v0.0.8...v0.0.9
Update endpoint of send message in api v3
v0.0.8
What's Changed
- Refactor Jetton Wallet Subscription by @alan890104 in #5
- Update CI workflow to trigger on all pull requests by @alan890104 in #6
- Add codecov action and pytest.xml file by @alan890104 in #7
- Remove unused import statement in message.py by @alan890104 in #8
- Refactor and Add Features to PyTonCenter Library by @alan890104 in #9
- Update NFT metadata models and print collection and item content by @alan890104 in #10
Full Changelog: v0.0.5...v0.0.8
v0.0.5
What's Changed
- Test/pytest by @alan890104 in #2
- Modify subscribing mechanism by @alan890104 in #3
- feat: add extension for parsing message by @alan890104 in #4
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat: add decoder module to support parsing get method result by @alan890104 in #1
New Contributors
- @alan890104 made their first contribution in #1
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: https://github.com/alan890104/pytoncenter/commits/v0.0.3
New Feature
Allow user to get all messages in a transaction flow with client.trace_tx
method with pretty print debug tool