Jorge Izquierdo

Results 18 comments of Jorge Izquierdo

I'm not 100% sure the overhead is worth it. For example imagine transitioning a big amount of managers to a new voting app, it would require a vote in both...

I really like what could be accomplished with this :) This exact motivation is actually what brought us down the rabbit hole of implementing `DelegateScripts` to avoid writing a small...

Just documenting here a conversation I had with @jbaylina today about the opcode checker for contracts, total credits to him :) He brought up the possibility of 'hiding' some code...

I really like this idea and I think we should definitely explore it. From your proposal, I'm a bit hesitant about using the `CREATE_PERMISSIONS_ROLE` to denote whether an entity is...

I like option 2 better too. If the incentives are set up correctly it could work as a live bug bounty program.

I think that for an initial rollout of the Kill Switch we can assume that we can trust both the Kernel and the ACL (they wouldn't be protected by the...

As an alternative implementation, we could introduce the concept of `ANY_ADDRESS` for the `where` value in the ACL, instead of hardcoding any knowledge about agreements in the Kernel. It would...

> Therefore, DAOs' members will be incentivized to estimate gas values correctly. This could be an issue if the 'service provider' can relay their own transactions (and in the current...

I disagree with the wording of the issue, as the app cannot be upgraded but references to the app can be removed if not protected correctly. Something that we could...

The case I was thinking when I created this issue is to access who is the real originator of a call. We are not doing it right now, but imagine...