near / stakewars-iii

Stake Wars: Episode 3 challenges and place to report issues
87 stars 177 forks source link

challange 6 - pings #31

Open scholtz opened 2 years ago

scholtz commented 2 years ago

i wonder what is the deliverable for for example challange 6.. the txs on the network or the log file?

btw should we turn of the cron jobs? i think that rpc is down because there is ddos of 100-200 servers trying to do txs there each 5 minutes with 10 tries each..

DDeAlmeida commented 2 years ago

we will check Tx manually ;)

branfts commented 2 years ago

Maybe the deliverable should be changing the ping to every hour instead of 5 minutes? There should be other methods in place to check liveness no...?

My thought was that pinging was simply done in case no other interactions with the contract were happening, which might be the case in this testing environment...

DDeAlmeida commented 2 years ago

Maybe the deliverable should be changing the ping to every hour instead of 5 minutes? There should be other methods in place to check liveness no...?

My thought was that pinging was simply done in case no other interactions with the contract were happening, which might be the case in this testing environment...

5minutes is an example.

joesixpack commented 2 years ago

You're also hammering the remote RPC if you're not using local. The latest example has been updated to 2 hours.

ivanguardia commented 2 years ago

Every 2 hours is fine, despite a very expensive gas. I change 310^14 to 3010*13 and is fine with 0.7 near of fees.

With 3*10^12 gets timeout.