sablier-labs / v2-core

⏳ Core smart contracts of the Sablier V2 token distribution protocol
https://sablier.com
Other
288 stars 38 forks source link

Remove "TimestampStore" in invariant tests #916

Closed PaulRBerg closed 1 month ago

PaulRBerg commented 1 month ago

We no longer need the TimestampStore in the invariant tests since this PR was merged into Foundry:

https://github.com/foundry-rs/foundry/pull/7819

Related:

https://github.com/foundry-rs/foundry/issues/4994