Shreyan Gupta

Results 8 issues of Shreyan Gupta

Handling single client tests with stateless validation is currently very difficult as we don't have good ways to deal with the network messages to send the chunk state witness and...

When trying to enable stateless validation, some of the integration tests are failing. I did some initial investigation and found all the problems are related to our testing infrastructure. It's...

After taking a more detailed look at the chunk endorsement tracker module, it turns out a lot of the validation required for chunk endorsements is similar to what we need...

Follow up on https://github.com/near/nearcore/pull/11978 Now that ChunkEndorsementV2 is in production, we can get rid of ChunkEndorsementV1 with the next protocol upgrade. Note: To be merged only after branch cut for...

For now this PR only moves some of the functionality from ChainStore to ChainStoreAdapter, the simpler functions. We also do away with the cache in ChainStore. In future PRs, will...

### Description Note: This issue is related to tests only. Modification of block header is dangerous as it leads to an inconsistency in the store layer where the generated block_hash...