v1.6.0
版本发布时间: 2021-08-26 06:36:40
stellar/django-polaris最新发布版本:v2.5.0(2024-06-13 04:36:48)
Update: this version will not run properly for SEP-24 deployments. Use version 1.6.2 or higher.
Features
- SEP-6,24,31: Allow source and destination accounts to differ from the SEP-10 authenticated account
- This means
Transaction.stellar_account
may not matchTransaction.to_address
orTransaction.from_address
- This means
- SEP-6,24: Add the
features
object toGET /info
response bodies - SEP-24: Update the
more_info.html
templates labels to be more user-friendly - SEP-24: Add asterisks to require field labels
- SEP-24: Allow custom titles for the
more_info.html
anderror.html
templates
Database Migrations
- Added the
Transaction.amount_expected
column- This column can be used to detect that the client sent an amount that differs from the amount they specified in a form or API call
Miscellaneous
- Moved all JavaScript code from Polaris' HTML templates to script files
Breaking Changes
- Downgrades
psycopg2-binary
to<2.9
- Django 2.2 is incompatible with pyscopg2 2.9 #1293