Results 844 comments of Francisco Giordano

> For example, an EOA can be shared (even retroactively) between multiple parties either via a threshold ECDSA protocol (like it's done by many custody services) or even the private...

Closing based on the reasoning described in https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3593#issuecomment-1207845077 and https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3593#issuecomment-1217128115. Transferability for the admin role being discussed in https://github.com/OpenZeppelin/openzeppelin-contracts/issues/3623.

The issue we have always had with this contract is that generally there are some tokens that should not be withdrawable. For example in a Uniswap DAI/WETH Pair, it should...

Thanks @julianmrodri. I'm not sure if we want to add this by default or in an opt-in module. Any thoughts?

I think a big number library would make sense, but we would like to see a variety of use cases that would benefit from it. The motivation given here in...

What do you mean by "bottom" methods? > some will not(ERC1155) We noticed this recently and plan to add the checks we're missing for consistency. One issue we have is...

Thank you for the suggestion. Can you clarify exactly what contract or functionality are you suggesting to add? If this is as simple to implement as the code shared in...

So far I don't think we should implement a dutch auction. I think the problem of NFT drops is more about mechanism design rather than secure implementation. As far as...

My issue with #2599 was that it is not obvious in the interface whether the return value is pre or post increment. I would oppose this suggestion for the same...