v2.3.1
版本发布时间: 2022-06-10 01:57:09
stellar/django-polaris最新发布版本:v2.5.0(2024-06-13 04:36:48)
Features
- Adds complete support for using external SEP-24 interactive flows with Polaris deployments (#633). See the SEP-24 documentation for more info.
- Adds two endpoints,
POST transactions/deposit/interactive/complete
andPOST /transactions/withdraw/interactive/complete
, for sending state collected during external interactive flows to Polaris servers - Adds the
DepositIntegration.after_interactive_flow()
integration function for processing state collected during the external interactive flow (called on requests to the aforementioned endpoints)
- Adds two endpoints,
Bug Fixes
- Properly decodes transaction envelopes containing claimable balance operations in Polaris' deposit submission logic (#638)