Vlad Frolov

Results 391 comments of Vlad Frolov

> It would be nice to talk with the author of this dashboard. Do I need to find them? I will point them to this thread. I think Amos will...

FYI, here is a more comprehensive list of foundation-related accounts: https://velocity-app.flipsidecrypto.com/shareable/near-foundation-addresses-qM90nK (I am sorry I did not bring it to your earlier)

Another piece of context: https://github.com/near/near-explorer/issues/789#issuecomment-982448312

We also might want to compare the figures with the sum of all `transactions.receipt_conversion_tokens_burnt` and `execution_outcomes.tokens_burnt`. I am not sure if [contract rewords](https://nomicon.io/Economics/README.html?highlight=reward#contract-rewards) are deducted before recorded as `tokens_burnt`.

> chunks.gas_used should be called gas_used_at_previous_chunk; > blocks.gas_price should be called gas_price_for_next_block. @bowenwang1996 @mm-near I would love to see these are renamed on the nearcore side. What do you think?...

Thanks to @amgando, we have a one-click deployment template for PostgREST for Indexer for Explorer shared database! https://github.com/NEAR-Edu/postgrest-on-render :tada:

Thanks for bringing these conserns! > What's the reasoning for that? On Explorer we want to display information about the genesis (how many accounts/contracts were there) > Why we care...

This should have been done in #87. I believe we forgot to migrate the old data. We can implement a simple script that will go over the data and update...

@mieubrisse We don't run indexer-for-explorer on M1, but if you can give us a minimum reproducible example, we can test it on our side. Otherwise, it is hard to tell...

@bowenwang1996 Did we communicate the change to the community in any way? I this reflected in nomicon? I consider hiding the nonce from the actions since the value is autogenerated...