-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error: cannot display 20-byte accounts in polkadot.js #10995
Comments
Seems similar to #10954 |
Some more info would be nice, what tab is this in, and is there a way for us to reproduce it? |
Hey @ozgunozerk 👋🏽 If you are talking about Identities not being displayed correctly due to that parsing error, then I think this should be resolved soon, once we update the api version in the apps :) Issues solving the Identity problem are: Reproduction steps would definitely be great 🙌🏽 |
Hi @piggydoughnut and @TarikGul , thanks for the info. Here is the requested detailed steps to reproduce: following this guide: on this branch: https://github.com/OpenZeppelin/polkadot-runtime-templates/pull/326/files Basically, we changed our @piggydoughnut, which specific release/update should we keep an eye on for this fix? |
@ozgunozerk If all goes according to the plan you should be all set this week :) I will ping you once we are done. You are interested in the next |
Parsing of H160 addresses seems fixed, however problems with wallets arised: #10954 (comment) |
@ozgunozerk , I am closing this as it should be resolved by now. Please feel free to re-open in case the issue still arises. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
This is a bug report (may be originating from polkadot.js or maybe originating from our runtime).
As OpenZeppelin, we are building an evm template, and using 20-bytes account due the compatibility reasons with ethereum ecosystem.
What is the current behavior and expected behavior?
As of now, when we try to test our template by deploying a parachain using zombienet, we get the following error in polkadot.js
-> this is from chrome.
Note that, balance transfers, smart contract deployment, etc. everything works. So we are confident that our template is working in terms of functionality. It is also working with metamask and web3js.
Request and expected behavior
Expected behavior is to not get the above error and being able to display the accounts correctly.
We simply want to know whether this is issue is due to our template, or is it something related to polkadot.js.
As far as we know, Moonbeam also uses 20-byte account types, yet polkadot.js is correctly displaying accounts for them.
Note: for more context, take a look at the relevant PR: OpenZeppelin/polkadot-runtime-templates#326
The text was updated successfully, but these errors were encountered: