django-polaris
django-polaris copied to clipboard
Add channel accounts support for transaction submission
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 transaction at a time.
With the addition of channel accounts, Polaris will be be able to submit transactions to the Stellar Network in parallel (based on the number of channel accounts used).