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
If one explores the contract storage of a contract that has no storage (e.g. StdLib) then nothing happens. I think it would be an improvement to let the user know there is no storage used by the contract. I happen to choose StdLib the first time I tried this view and thought it was broken until I thought about it and reliazed it has no storage.
The text was updated successfully, but these errors were encountered:
Hi Rob,
It is hard to tell from the screenshots but if i’m not mistaken you added the note to the contract information panel, not to the storage explorer that this issues is refering to.
I did a quick look at the PR and you seem to match on the contract name. I think a more dynamic approach that looks at the returned storage count being 0 is more future proof.
On 1 Jun 2022, at 17:05, Rob L. ***@***.***> wrote:
Erik, I believe I addressed this here, please have a look:
#139
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
If one explores the contract storage of a contract that has no storage (e.g. StdLib) then nothing happens. I think it would be an improvement to let the user know there is no storage used by the contract. I happen to choose
StdLib
the first time I tried this view and thought it was broken until I thought about it and reliazed it has no storage.The text was updated successfully, but these errors were encountered: