Vlad Frolov

Results 120 issues of Vlad Frolov

After the recent transactions number bump on mainnet and upgrading the hardware spec of our database instances I see that some of the account cannot get their transactions list anymore:...

![](https://user-images.githubusercontent.com/304265/178968065-969e023f-17c2-4c1e-bcae-47fc61a773fa.png) It is odd to see "Get NFT details" as a first item

documentation
question

[https://github.com/near/near-enhanced-api-server/commit/6c535c2ab6d9d6f087bdf46a187b54b2b67cec76#diff-8bac88f9af5aec9867272fb2ef8a606be06a00fc6398356143f8ab2476046c72R33-R58](https://github.com/near/near-enhanced-api-server/commit/6c535c2ab6d9d6f087bdf46a187b54b2b67cec76#diff-8bac88f9af5aec9867272fb2ef8a606be06a00fc6398356143f8ab2476046c72R33-R58) I don't expect contract rewards to fail ever. I believe it could have been the receipt that failed, but contract rewards will still be delivered

bug

Lake Indexer gets blocked from time to time. Sometimes, it cannot even print the stats regularly (notice that the stats are only from nearcore and none from Lake Indexer for...

bug

Even before we get to the refactoring of near-indexer StreamerMessage struct, we need to have at least a minimum safe-check that the data that we push to S3 has the...

enhancement

_I am an early user of cargo-dist, and I love it!_ It would be great to be able to configure features per target as some of the platforms do not...

feature request

This topic is quite high-level and I see several different approaches useful in different situations. Let's consider the problem @ilblackdragon bumped into with the [lockup contract](https://github.com/near/core-contracts/tree/master/lockup): > It is impossible...

I think, we should be able to use `RawValue` instead of a parsed `Value` (see #2), and thus avoid unnecessary deserialization (see https://github.com/pandaman64/serde-query/). I would also like to have a...

[WAMP spec defines an advanced extension to RPC calls](https://wamp-proto.org/_static/gen/wamp_latest.html#progressive-call-results) which allows the callee to notify the caller about the progress of the call. I view it as a single producer/single...

enhancement

## 🤖 New release * `cargo-near`: 0.6.2 -> 0.7.0 (⚠️ API breaking changes) ### ⚠️ `cargo-near` breaking changes ``` --- failure constructible_struct_adds_field: externally-constructible struct adds field --- Description: A pub...