Skip to content

v1.6.0

Compare
Choose a tag to compare
@JakeUrban JakeUrban released this 25 Aug 22:36
· 139 commits to master since this release
2f9c086

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 match Transaction.to_address or Transaction.from_address
  • SEP-6,24: Add the features object to GET /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 and error.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