django-polaris icon indicating copy to clipboard operation
django-polaris copied to clipboard

An extendable Django app for building modular Stellar services

Results 26 django-polaris issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...

dependencies

Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...

dependencies

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

This is an issue about documentation. Please let me know how to report issues specific to documentation, because I didn't find any option to perform. In the section Enable Hosted...

documentation

### What problem does your feature solve? Polaris makes callback requests to remote servers when requested in SEP-6 & 24 transactions. Callbacks have now been added to SEP-12 & SEP-31,...

enhancement

Currently there are unit tests in polaris but there are no tests that test the lifecycle of the transaction processing logic. We should add some tests for this. TODO: test...

testing

**Purpose:** Based on results from load testing deposit transaction submission in Polaris (https://github.com/stellar/django-polaris/issues/589), it can be seen that transaction throughput is currently limited by Polaris only being able to submit...

design

### What problem does your feature solve? Users, i.e implementing anchors or parts of the Stellar protocol, value the abstractions in this library. However, this library is quite opinionated, it...

question

I generated a SEP-10 token using an account (not muxed), and then used that SEP-10 token in a SEP-24 deposit call with another `account` value. It successfully gave me a...

question

I couldn't find a way to add query params to the URL during the SEP-24 interactive flow. `form_for_transaction` and `content_for_template` just allow returning the form and template content, but not...

enhancement