django-polaris
django-polaris copied to clipboard
An extendable Django app for building modular Stellar services
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 one...
End to end tests for Polaris process_pending_deposits flow: Test 1: deposit_with_existing_account - creates deposit transactions (via Polaris API server) with stellar accounts that are already funded and with a trustline...
Polaris currently expects anchors to raise various built-in exception classes when calling integration class functions. For example, Polaris expects `DepositIntegration.process_sep6_request()` to raise a `ValueError` if the client's request is invalid...
Does Polaris support async requests? If not, what are the implications on the Django performance? Will the app be limited to the number of workers (in case of gunicorn, for...
Some Anchors might want to have different minimum and maximum deposit/withdrawal amounts for their assets, depending on the type of deposit/withdrawal. For example, SEPA transfers might have a different `deposit_min_amount`...
### What version are you using? I am using the las version of polaris 2.3.4 ### What did you do? I am implementing an anchor using django-polaris. I have followed...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6. Release notes Sourced from aiohttp's releases. 3.8.6 Security bugfixes Upgraded the vendored copy of llhttp_ to v9.1.3 -- by :user:Dreamsorcerer Thanks to :user:kenballus for...
Bumps [django](https://github.com/django/django) from 3.2.21 to 3.2.23. Commits 60e648a [3.2.x] Bumped version for 3.2.23 release. f9a7fb8 [3.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. e6d2591 [3.2.x] Added stub...
Here you check if fee function has been changed: https://github.com/stellar/django-polaris/blob/v2.3.9/polaris/sep6/deposit.py#L190 But if it was changed there is no any way to set fee Withdrawals with sep6 have better solution: https://github.com/stellar/django-polaris/blob/v2.3.9/polaris/sep6/withdraw.py#L339...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...