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

Network passphrase is necessary #637

Closed nikita-gorodeckij closed 2 years ago

nikita-gorodeckij commented 2 years ago

https://github.com/stellar/django-polaris/blob/73f4bbe7f874f67ad3f6d6476c64feb2f6dd3c83/polaris/management/commands/process_pending_deposits.py#L711

This line fails because network_passphrase if necessary arg for TransactionEnvelope.from_xdr method

nikita-gorodeckij commented 2 years ago

This line made broken all deposits for clients with claimable balance support. Please fix it ASAP.

JakeUrban commented 2 years ago

Hi @nikita-gorodeckij, version 2.3.1 has been released with a patch. Thanks for pointing this out.