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

FLW-106 Implement icon generation from public key #11

Merged
merged 3 commits into from
Aug 14, 2020

Conversation

ERussel
Copy link
Contributor

@ERussel ERussel commented Aug 14, 2020

  • add kusama icon generator
  • add icon display view

}

private func loadIcon() {
do {
let icon = try KusamaIconGenerator().generateFromAddress(Constants.address)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why Kusama? I think its standard for Polkadot, for Kusama everyone is just reusing it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, nothing criminal and probably we can rename it as soon as Kusama will have its own algo for icon. However it might confuse people

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Thanks. Fixed.

@ERussel ERussel merged commit 353ce94 into master Aug 14, 2020
@ERussel ERussel deleted the feature/icon-generator branch August 14, 2020 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants