Closed feliciss closed 5 years ago
Thanks for the feedback. I have tried this page, and ddin't see this issue, the page is loaded very fast.
And what's more, this has nothing to do with mainnet. The explorer doesn't get data directly from mainnet when you browsing accounts and transactions, the data is stored in MySQL.
Sorry for my short and easily misunderstanding voice. The mainnet issue in above means that issue exposes on mainnet explorer. For this issue progress: I cleaned up my browser data and cookies and reload the page: https://explorer.nebulas.io/#/address/n1gDfiiQLEBu95xDWHGxNi4qToyXjD2vE4D. And the problem remaining. I want to point out that this is only a display issue, and the tag 'View Smart Contract' cloud not be synchronously loading with others in the first few seconds.
I understand what you say, and thanks for your advice! I will consider your suggestion.
This issue has been fixed, please check n1gDfiiQLEBu95xDWHGxNi4qToyXjD2vE4D, thanks again!
Hi,
In development circle, I found that the example page https://explorer.nebulas.io/#/address/n1gDfiiQLEBu95xDWHGxNi4qToyXjD2vE4D's View Smart Contract router-link is low speed than other and it need to load more than 2 seconds until the whole page loaded.
To demonstrate the problem, let's see the code:
I addressed this problem by adding contract data:
contract: null,
And pack tx result to contract data:this.contract = transaction.result
The if condition:Lastly, removing the unnecessary contractHash, I've passed successfully on the above page. This is the mainnet issue, please be aware.