filecoin-project / go-f3

Golang implementation of Fast Finality in Filecoin (F3)
Apache License 2.0
7 stars 6 forks source link

Simulate arrival of finality certificate from future rounds #327

Open masih opened 3 months ago

masih commented 3 months ago

In a realistic environment it is possible for finality certificate from future rounds to arrive at any time with un-guaranteed delivery semantics. Enhance simulation options such that the following is configurable:

Stebalien commented 2 months ago

This is now somewhat tested in TestPauseResumeCatchup, but better simulation tests would be nice.

rjan90 commented 2 weeks ago

Are we testing security or performance with this?

Stebalien commented 2 weeks ago

Correctness.