Out of the 12,848 identity rows, 55 did not get processed by the backfill for migrating the data to be zippy identity compatible. It is not clear yet what caused those rows to fail processing.
The impact is that those users will lose their identity once we flip the switch to turn zippy identity on.
To get the list of rows:
select eth_address from identity where data->'ipfsHash' is null;
Out of the 12,848 identity rows, 55 did not get processed by the backfill for migrating the data to be zippy identity compatible. It is not clear yet what caused those rows to fail processing.
The impact is that those users will lose their identity once we flip the switch to turn zippy identity on.
To get the list of rows: