ExocoreNetwork / exocore

5 stars 9 forks source link

Non-determinism in GetClientChains function due to map iteration #115

Open coderabbitai[bot] opened 1 week ago

coderabbitai[bot] commented 1 week ago

The function in retrieves all client chain IDs but iterates over a map to do so, which could introduce non-determinism in the output order of chain IDs. This issue needs to be addressed to ensure consistent behavior, especially if the order of IDs is significant. This will be handled in a future PR.