#71 Add network id to unicity id minting#72
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors CertificationStatus from an enum to a final class to support custom statuses, adds network identifier validation to the mint transaction verification rules, and updates UnicityIdMintTransaction to include and serialize a networkId. The review feedback recommends using Locale.ROOT in CertificationStatus's equals and hashCode methods to prevent locale-sensitive bugs, and adding null checks for trustBase and genesis in CertifiedUnicityIdMintTransactionVerificationRule to avoid potential NullPointerExceptions.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.