Bo Yao
Bo Yao
From #2481 I see what's need to be dry run, however, a few pytest has there own config, if dry test all of them that's slow and possibly missing new...
Regarding most timeout that doesn't happen locally: I suspect they're due to the poor io performance in gcloud. Giving similar cpu and memory resource, hdparm benchmark of gcloud is 20x...
we have a script to run basic tests sequentially 10 times, but i haven't hook it into nightly
It's not added to nightly and should be (to replace basic test), but not a high priority as recent reliability of nearcore is good https://buildkite.com/nearprotocol On Mon, Apr 6, 2020...
I assume no one start on this yet, so I'm taking this start working on this Friday. If someone already start work on this I'll step down.
starting to work on this today
Now chunk is there, so something more need to be signed: ``` BlockHeader Approval ChallengeBody Transaction ShardChunkHeader ``` However do we really need sign these structs? In fact everything above...
@ilblackdragon Still need confirmation above. I believe a trait of sign(hash: &[u8], prev_block_hash: CryptoHash) is enough, or even current sign(hash: &[u8]) is enough since hash is trivial, for signer it...
we haven't reach consensus on it at last meeting, @olonho @matklad let's make a conclusion on this today
> Depending on how state downloading is implemented, this may potentially lead to dos attacks. @frol This is a devops problem can be protected in typical web app way: only...