v1.6.4
版本发布时间: 2021-10-19 08:14:04
stellar/django-polaris最新发布版本:v2.5.0(2024-06-13 04:36:48)
Polaris v1 releases use a version of the Stellar SDK that is not fully compatible with Stellar's Protocol 18 and above. Upgrade to Polaris v2 to ensure full compatibility.
With Protocol 18 of the Stellar Network, deserializing TransactionResult
objects containing path payment information is no longer possible with v2 of the Python Stellar SDK. This patch release removes the deserialization of transaction results from watch_transactions
while maintaining the current functionality.
Fixes
- The
watch_transaction
command can now successfully process Strict Send payments