Results 844 comments of Francisco Giordano

Thanks for the suggestion @mikeki. Can you share the contract that is used by Synthetix, or a similar one? I think the requirements are slightly different to `PaymentSplitter`.

Thank you for all the links @mikeki. For licensing reasons we will probably prefer that any contracts for OpenZeppelin Contracts be written from scratch, but taking inspiration from these other...

@hanselb It sounds unrelated to this issue. Before opening a PR please propose your contract in a new issue.

I believe what you're describing is about "discrete" rewards where you want _one_ payment (or a series of separate payments) to get split among token holders. This issue is slightly...

What I mean is you could deposit 100 ETH in a contract and configure the reward pool so they are distributed slowly over the course of 6 months, for example.

@PrimeDominus Have you looked at other implementations of this concept across DeFi projects? Did you consider reusing them? Is there something in particular that an OpenZeppelin implementation should aim for?

We're looking into this but still can't make any promises. We haven't settled on the right set of features and design.

This could be achieve with templatized contracts. The template parameter would be the library used, and we'd have a default value but the user would be able to replace it....

@chriseth Sorry for the delay in replying. This issue is a request for the ability to customize how one of our contracts works, but it's a kind of internal customization...

@chriseth I see what you mean. I think my suggestion was based on languages that have custom datatypes with attached functions, and it's easy to mistake the struct+library combo as...