You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #1228 (comment), we currently
log TSS account IDs (and probably other account IDs) as byte arrays. It would be nicer if
we could log them as SS58 formatted addresses.
The main thing here would be to ensure consistency in our logs, ensuring that we don't
mix up both byte-arrays and SS58 addresses needlessly. Otherwise this will make debugging
issues harder since we'll constantly be converting between them on the side.
The text was updated successfully, but these errors were encountered:
As mentioned in #1228 (comment), we currently
log TSS account IDs (and probably other account IDs) as byte arrays. It would be nicer if
we could log them as SS58 formatted addresses.
The main thing here would be to ensure consistency in our logs, ensuring that we don't
mix up both byte-arrays and SS58 addresses needlessly. Otherwise this will make debugging
issues harder since we'll constantly be converting between them on the side.
The text was updated successfully, but these errors were encountered: