Changelog 012 2025-04-17

17.04.2025

Message codes 16350000040 and 16350000041 for message type domainStatusUpdate revised

In previous versions of the two message codes, the description texts were supplemented with a date for de-delegation and a date for deletion. In the new versions, a note has been added to the data to indicate for which claim or claims verification is required. In addition, the keywords “Date:” and “VerificationClaims:” appear before the data and the claim(s). The following examples illustrate the changes.

 

Previously, the information in K/V and XML looked as follows:

INFO: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [2025-06-06T15:51:08+02:00]

INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [2025-06-13T15:51:08+02:00]

 

<msg:message level="info" code="16350000040">

   <tr:text>Verification information must be provided for the holder(s) to avoid dedelegation by</tr:text>

   <tr:argument>2025-06-06T15:51:08+02:00</tr:argument>

</msg:message>




<msg:message level="info" code="16350000041">

   <tr:text>Verification information must be provided for the holder(s) to avoid deletion by</tr:text>

   <tr:argument>2025-06-13T15:51:08+02:00</tr:argument>

</msg:message>

 

The new versions look like this:

INFO: 16350000040 Verification information must be provided for the holder(s) to avoid dedelegation by [Date: 2025-06-06T15:51:08+02:00, VerificationClaims: address;name]

INFO: 16350000041 Verification information must be provided for the holder(s) to avoid deletion by [Date: 2025-06-13T15:51:08+02:00, VerificationClaims: address;name]

 

<msg:message level="info" code="16350000040">

   <tr:text>Verification information must be provided for the holder(s) to avoid dedelegation by</tr:text>

   <tr:argument>Date: 2025-06-06T15:51:08+02:00</tr:argument>

   <tr:argument>VerificationClaims: address;name</tr:argument>

</msg:message>




<msg:message level="info" code="16350000041">

   <tr:text>Verification information must be provided for the holder(s) to avoid deletion by</tr:text>

   <tr:argument>Date: 2025-06-13T15:51:08+02:00</tr:argument>

   <tr:argument>VerificationClaims: address;name</tr:argument>

</msg:message>

 

You can find the complete and updated examples here domainStatusUpdate.