polkadot-js / ui

Re-usable browser libraries and React UI components used inside the polkadot.{js} family of Polkadot and Substrate applications. Full documentation & examples available
https://polkadot.js.org/ui/
Apache License 2.0
121 stars 74 forks source link

🖼️ compatibility layer for H160 addresses #789

Closed vikiival closed 5 months ago

vikiival commented 5 months ago

Why

decentralized apps that work with substrate and use identicon. However if they decide to add for example moonbeam, the identicon stops working.

Fix

This is a simple fix that basically pads H160 address into Substrate public key and then app works normally

vikiival commented 5 months ago

cc @jacogr @TarikGul

yangwao commented 5 months ago

Hey, we would likely use it in our source code as with this. If not, we will most likely use fork and yet still give credits!

TarikGul commented 5 months ago

Thank you for the PR, i will have it checked out shortly.

polkadot-js-bot commented 5 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.