Skip to content

v0.11.1

Compare
Choose a tag to compare
@JakeUrban JakeUrban released this 19 May 19:21
· 448 commits to master since this release

Features

  • No longer requires HTTPS for local deployments
  • No longer requires all-origin access to non-Polaris endpoints
  • Displays fee amount in real time on SEP-24 transaction amount forms
  • Encrypts Asset.distribution_seed in the database, decrypts when brought into memory

Dependencies

  • Removes sslserver dependency (make sure to remove from INSTALLED_APPS)

Database Migrations

  • Adds migrations to encrypt Asset.distribution_seed values
  • Adds Asset.symbol for SEP-24 amount form field currency symbol

Bug Fixes

  • No longer requires withdraw amounts sent to the anchor to match the amount specified in the SEP-24 interactive flow
  • No longer returns 500 error for bad account string to SEP-10 /auth endpoint

Miscellaneous

  • Removes authentication_required from SEP-24 /fee endpoint
  • Creates withdrawal memo after SEP-24 interactive flow completes
  • Adds amount_out field to more_info.html page (amount_in - fee)