iotaledger / identity.rs

Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
https://www.iota.org
Apache License 2.0
303 stars 87 forks source link

fix: serialization of status list #1423

Closed itsyaasir closed 1 week ago

itsyaasir commented 1 week ago

Description of change

This PR addresses the serialization issue with the status_list_index field, which was incorrectly serialized in the StatusListEntry2021 type.

Links to any relevant issues

Fixes the wrong index type in the source code; Link here

Type of change

Add an x to the boxes that are relevant to your changes.

How the change has been tested

Describe the tests that you ran to verify your changes. Make sure to provide instructions for the maintainer as well as any relevant configurations.

Change checklist

Add an x to the boxes that are relevant to your changes.

itsyaasir commented 1 week ago

@UMR1352 Correct serialization applied.