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
timeForRound
Given a NetworkInfo object, it calculates the approximate time the given round will be emitted at (approximate because the network must work together to create the randomness).
It would be great if it gave also worst case scenario in both direction or even better a probability distribution on a range of time, so applications can predict accordingly.
I also could not find what to expect on the mainnet, Is it a one minute kind of difference we can expect or a lot more ?
Thanks
The text was updated successfully, but these errors were encountered:
Right now the network emits random numbers every 3s in testnet, so you can timelock encrypt something for that precision.
The network takes 0.8 seconds right now to generate the randomness together, so the precision isn't ms perfect - we think we can reduce that though!
Our timevault demo works on the order of minutes for nicer UX, but you can definitely have finer grained control.
Hi,
Reading the doc it says about timeForRound:
It would be great if it gave also worst case scenario in both direction or even better a probability distribution on a range of time, so applications can predict accordingly.
I also could not find what to expect on the mainnet, Is it a one minute kind of difference we can expect or a lot more ?
Thanks
The text was updated successfully, but these errors were encountered: