Saketh Are

Results 9 issues of Saketh Are

Adds resharding logic and tests for columns related to promise yield. `PromiseYieldIndices` and `PromiseYieldTimeout` need special handling equivalent to what we have for delayed receipts: - `PromiseYieldTimeout` contains entries whose...

Instead of lumping in yield timeouts with incoming receipts, gives them their own field in BalanceMismatchError.

NEPs: near/NEPs#516 near/NEPs#519 The following branches contain a basic prototype of yield execution supporting the chain signatures use case: - nearcore: https://github.com/saketh-are/nearcore/tree/yield_resume_v0 - near-sdk-rs: https://github.com/saketh-are/near-sdk-rs/tree/mpc_contract_v0 To test out the [chain...

We should either fix this or get rid of it entirely (as it is a bit redundant with TTL)

A-network

Before #11321, the nonce `1` never expired. Now it is no longer usable to establish a connection: ``` network: bad nonce, disconnecting: nonce timestamp too distant in the future/past: got...

### Description We are interested in increasing the state witness size limit to improve throughput of the protocol. The state witness is produced by some particular node (chunk producer) and...

A-network

In state sync a state part is generally identified by: - A shard id - A sync hash - A part id In various places we use types such as...

```[tasklist] ### Tasks - [ ] #11999 - [ ] #12000 - [ ] #12001 - [ ] #12002 - [ ] #12003 ```

A-network
T-core

The following error is printed repeatedly while a node is in state sync. https://github.com/near/nearcore/blob/cdb8055d917180146722b2ca0e6314c8b48eebf8/chain/client/src/client_actor.rs#L2068 The spam occurs because the node receives the new blocks from the head of the chain...