Igor Żuk

Results 110 comments of Igor Żuk

Hi @witwiki, First of all, thanks for stopping by! Yes, it's still open, nobody's working on it. It's currently frozen, because we haven't managed to find a good solution. The...

I'm not sure if I understand the question, but the drips and splits configurations aren't supposed to get extended with new attributes. We also don't plan to add more features...

This issue seems unsolvable without huge costs, closing.

@xmxanuel came up with more more ideas: - split a percentage to an unkown caller (msg.sender) - define a split percentage together with an absolute maximum (maybe the msg.sender shouldn't...

The simplest version mimicking 0xsplits can be done with a new app and no changes to the protocol. Let's call it an `AutomationApp` and assume that it has an app...

The user experience is the thing I'm most afraid about. AFAIU custom errors are lightweight integer IDs with optional details payloads. To know what an ID means a tool needs...

The gas cost argument IMO isn't a very important one. For runtime, errors are very rarely thrown in the actually mined transactions. For deployment yes, it'll be a bit cheaper,...

I'm unable to reproduce this issue. I'm adding a function to the contract, adding its usage in a test, running `yarn run test` and it's passing just fine. After `yarn...

The result: it's complicated. On one hand the PoW mining loop doesn't adjust the time after preparing a header. If mining takes an hour, the header will have timestamp from...