Vlad Frolov

Results 120 issues of Vlad Frolov

The official [`near-cli`]([https://github.com/near/near-cli](https://github.com/near/near-cli)) supports `near login` command, which essentially adds a new key to an account through NEAR Wallet. See "Add Access Key (and "login")" in [https://github.com/near/NEPs/pull/31#issuecomment-815342791](https://github.com/near/NEPs/pull/31#issuecomment-815342791)

T-dev-tools

There are lots of interactive steps that ask some questions and suggest options like: ![image]([https://user-images.githubusercontent.com/304265/120762439-a2f19780-c4ec-11eb-8440-0ad68e5f171b.png](https://user-images.githubusercontent.com/304265/120762439-a2f19780-c4ec-11eb-8440-0ad68e5f171b.png)) We should thoroughly review those to make sure they are clear and aligned. If you...

documentation
T-dev-tools
help_wanted
good_first_issue

I wish there is a copy-pastable examples in each of the methods: [https://docs.rs/near-jsonrpc-client/0.2.0/near_jsonrpc_client/methods/query/index.html](https://docs.rs/near-jsonrpc-client/0.2.0/near_jsonrpc_client/methods/query/index.html) (there are various use-cases, so query method should have more than one example)

documentation
enhancement
T-dev-tools
good_first_issue
help_wanted

There are several groups of token holders: * Foundation * Exchanges * Investors (individual or otherwise) I wonder if "whales" group is reasonable: [https://near.flipsidecrypto.com/](https://near.flipsidecrypto.com/) "whales" are accounts owning 100k+ NEAR...

question

It is not a high priority as of right now according to [https://github.com/near/near-indexer-for-explorer/issues/75#issuecomment-827799289](https://github.com/near/near-indexer-for-explorer/issues/75#issuecomment-827799289)

SRE

# Story It will be useful for those who are not very familiar with the backends / databases to be able to get access to the data right from the...

documentation
good_first_issue
help_wanted

`transaction_actions` table misleads people and so far in 100% of the cases (#172), it was not the right table to fetch the data. Given that conversion receipt has exactly the...

enhancement

Currently, we index genesis into the regular tables, but then it is hard to reason whether the data was initially included in the genesis. For example, we store genesis accounts...

enhancement

* Block 35056813 (6Z5iLBjHzXZUsuC6iDTthXw2AYe32AmnbowKNgPtRJK9) #84 `7SdPiQwWkXkNsmASztLtgHqhT52CwV19eNKKRezWCLqi` receipt cannot be saved due to transaction hash collision: $ http [https://archival-rpc.mainnet.near.org/](https://archival-rpc.mainnet.near.org/) jsonrpc=2.0 id=dontcare method=chunk params:='[[35028488, 0]]' $ http [https://archival-rpc.mainnet.near.org/](https://archival-rpc.mainnet.near.org/) jsonrpc=2.0 id=dontcare method=chunk params:='[[35056813,...

bug
documentation

I want to collect the knowledge we gain over running Indexer for Explorer in production here.