Vlad Frolov

Results 251 comments of Vlad Frolov

Just put the block height into the search box: ![image](https://user-images.githubusercontent.com/304265/148917386-2b864cfe-7ca2-4eba-be37-abbdb3a8c95d.png)

@wclr On mainnet, the first block has height 9820210. You can see that in the `genesis.json` file or on Explorer: https://explorer.near.org/stats

@khorolets Can you take a look why don't we store the genesis block in the Indexer for Explorer database? 🙏

Yes, let's keep it open, so we don't forget to re-index.

@luixo I actually only wanted to mention you (not assign). I just want you to be aware of this problem, so I am dumping more and more of the issues...

@corwinharrell I think we need to redesign the dashboard to only include stats (see [the Epic on ZenHub](https://app.zenhub.com/workspaces/app-layer-5e2b7ac4f336abcdc02917e8/issues/near/near-explorer/350) for attached issues) and low-volume things (e.g. there is only one block...

I am referring to the fact that there is currently only one way to explore data, that is by starting from the latest and scroll down the page, and it...

@ailisp it seems that gas profile has not made in 1.21.x nearcore release, so neither mainnet nor testnet have it expose through RPC yet.

I think we can copy the raw value to the clipboard when user clicks on those fields. @telezhnaya @khorolets Would that work for you?

NOTE: We currently do not index the state of a contract being deployed on an account (we query that information on demand via RPC right from the Account Details page).