cryptonetlab / retriev

Home of Retriev protocol (by CryptoNet + YOMI)
https://retriev.org
18 stars 6 forks source link

Round duration / Fast appeal #50

Open irenegia opened 2 years ago

irenegia commented 2 years ago

Each appeal is processed ("the trial") in rounds. Each round has a fixed duration (round_duration), this is a protocol parameter. Right now we have round_duration = 300 s (5 min). Is this a good values?

Average block time at the time of the issue: ~12s https://ycharts.com/indicators/ethereum_average_block_time#:~:text=Ethereum%20Average%20Block%20Time%20is,10.93%25%20from%20one%20year%20ago.

irenegia commented 2 years ago

Requirements that I know:

irenegia commented 1 year ago

idea: can we have different params in the same smart contract?

Add a field to the deal structure to mark it as "fast conflict resolution", in this case appeal rounds will be much shorter ( is 2 secs per round feasible?)

irenegia commented 1 year ago