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

In SEP-24 transaction form, there's a syntax error being raised due to a comma in the values: ![image](https://github.com/stellar/django-polaris/assets/26092447/368af949-d194-4b55-a21f-99b4816a8750) ![image](https://github.com/stellar/django-polaris/assets/26092447/f1eb9fb3-51e1-47a3-99ea-e526e5d77246) This is where the value is getting rendered: https://github.com/stellar/django-polaris/blob/2ac9a012d2c111b70345b136148dcfd19b21f2f6/polaris/templates/polaris/base.html#L78 The fix...

bug

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. Changelog Sourced from cryptography's changelog. 41.0.4 - 2023-09-19 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3. .. _v41-0-3: Commits...

dependencies

Sometimes when there's a network connection issue between the Anchor and horizon, the `watch_transaction` script crashes due to an exception: ``` File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete return future.result() File...

bug

This might be a bug, or maybe it's intended behavior. When calling the SEP-12 `PUT /customer` endpoint, I noticed that if I use a SEP-10 token without a custodial memo...

bug

#### Summary: This PR updates the Django version from `^3.2` to `^5` and makes necessary adjustments to the project's configuration and dependencies. The upgrade brings the project up-to-date with the...

### What Adding base config for `dependabot.yml`, which enables automatic PRs for [dependency version updates](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) through Dependabot. This base config sets version updates to run on a `weekly` schedule, groups...