stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

bug fix: add network passphrase param to `get_balance_id()` #638

Closed JakeUrban closed 2 years ago

JakeUrban commented 2 years ago

resolves #637

Currently, Polaris cannot decode the envelope of a deposit transaction it submits to the network if it uses claimable balances. This PR fixes this bug.

Thanks @nikita-gorodeckij for reporting.

JakeUrban commented 2 years ago

In the interest of time, I am not adding tests in this PR, but I have confirmed that this change fixes the issue. Tests should certainly be added after the release.