Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SS58 AccountIDs in logs? #1271

Open
HCastano opened this issue Jan 30, 2025 · 0 comments
Open

Use SS58 AccountIDs in logs? #1271

HCastano opened this issue Jan 30, 2025 · 0 comments

Comments

@HCastano
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant