You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be easier to store these if we endorse smth like a triple (prev_block_hash, shard_id, chunk_hash). Only one endorsement per chunk validator could be received and temporarily stored then.
If chunk endorsements is received before chunk, node will reject it because
get_chunk
is called on the way: https://near.zulipchat.com/#narrow/stream/407237-pagoda.2Fcore.2Fstateless-validation/topic/Receiving.20chunk.20endorsement.20before.20chunk.3F/near/419017966The proper solution could be to orphan these endorsements until chunk is received.
It can be easier to store these if we endorse smth like a triple (prev_block_hash, shard_id, chunk_hash). Only one endorsement per chunk validator could be received and temporarily stored then.
However, local testing check has shown zero failures of that kind: https://near.zulipchat.com/#narrow/stream/407237-pagoda.2Fcore.2Fstateless-validation/topic/Handling.20orphan.20state.20witness/near/419184284
The text was updated successfully, but these errors were encountered: