v2.0.2
版本发布时间: 2021-09-10 07:06:38
stellar/django-polaris最新发布版本:v2.5.0(2024-06-13 04:36:48)
Bug Fixes
- Call
SEP31ReceiverIntegration.info()
fromPOST /transactions
requests with the appropriate keyword arguments- This only affects those whose
.info()
implementation used the function's arguments. - If your implementation returned a static dictionary this change has no effect
- This only affects those whose
Miscellaneous
- Allow clients to send an empty
fields
object in SEP-31POST /transactions
requests- This is not in-line with the specification but is semantically identical to sending a
"fields": {"transaction": {}}
value
- This is not in-line with the specification but is semantically identical to sending a