zug
zug
@rndquu one very good and novel solution for security monitoring is [Drosera](https://www.drosera.io). They allow developers to deploy contracts which they call "[Traps](https://dev.drosera.io/docs/intro/)", which must implement two functions one to collect...
> @zugdev What's the difference between https://www.drosera.io/ and https://www.openzeppelin.com/defender? I believe both of them work the same way: > a) Check for pause condition (off-chain) > b) Pause (on-chain) There...
> We already have a monitoring solution almost ready to be shipped Your call, if you want to have both setup I'd be happy to help.
Is this issue clear and scoped? Can jump on it.
Yeah that's the approach I think works best.
@rndquu Gaslite is better, we could use [this contract](https://github.com/PopPunkLLC/gaslite-core/blob/main/src/GasliteSplitter.sol). OpenZeppelin's payment splitter is no longer mantained and was deprecated a while ago. Btw it wasn't very clear if I should...
Understood 🫡
@rndquu please evaluate the configuration mechanism. Currently, since the number of shares becomes imbalanced as a new payee is added, I have payees and shares tied to a mapping which...
@rndquu > Ok, the concept of "configurations" appeared because we somehow need to modify arrays of payees and shares. The issue with the current approach is that payee may not...