Paul Berg
Paul Berg
If `Helpers` is meant to be used by other contracts, then it should be moved to evm-utils Otherwise, it makes sense to rename the error prefix to `SablierLockupHelpers_`.
good idea @smol-ninja - `LockupHelpers` and `LockupMath` sound good
Oh, yes. Should we move this to the `foundry` repo?
I am with @0xPhaze, I would also find this feature useful. Related: #4085.
@coderabbitai generate docstrings
The CI has failed but I think it's related to the AWS outage today?
@ematipico saw you closed this, will this be implemented in another PR? How can I help?
Thanks for your feedback @ematipico - the PR is ready for reviewing again.
Don't have any other concrete suggestions, unfortunately
Well, simply being able to inherit from `StdConstants` and make use of the constants defined in Foundry without also getting the `vm` and the `stdstore` variables. I can't do this...