1.1.6
1.1.6
Attention, this version is compatible with the frontend version 1.1.2.
Changed
- Update the
PATCH /receivers/{id}
request, so a receiver's verification info is not just inserted but upserted. The update part of the upsert only takes place if the verification info has not been confirmed yet. #205 - Update the order of the verification field that is shown to the receiver during the [SEP-24] flow. The order was
(updated_at DESC)
and was updated to the composed sorting(updated_at DESC, rv.verification_field ASC)
to ensure consistency when multiple verification fields share the sameupdated_at
value. - Improve information in the error message returned when the disbursement instruction contains a verification info that is different from an already existing verification info that was already confirmed by the receiver. #178
- When adding an asset, make sure to trim the spaces fom the issuer field. #185