Jorge Izquierdo

Results 40 issues of Jorge Izquierdo

Closes #237 To do: - [x] Contract changes - [x] Fix tests - [ ] Backwards compatibility - [ ] Test new functionality - [ ] Frontend + bg script...

app: voting
enhancement
component: contract

I just did an ANT deposit into an org while Finance was open. As soon as the transaction was mined, the transfer appeared in the transfer ledger, but the balance...

app: finance
good first issue
bug
component: frontend
app: agent

Right now, on vote creation, we save the full script that will be executed in the voting app storage. This is a lot of bytes (that we never delete to...

app: voting
enhancement
component: contract

For transferable tokens, we should implement token transferability within the client: Right now if you want to transfer tokens, you need to use a wallet, add the token and then...

app: token manager
good first issue
component: frontend

Why do we need to reimplement ARP? ARPs job is to map layer 3 address (IP addresses) to layer 2 (MAC addresses). So if we assign IP addresses at our...

## Option 1 Allow app developers to selfdestruct an app contract (the deployed library that proxies rely on). This would force all organizations using the app to upgrade (`kernel.setAppCode(...)`) to...

research
audit: whg

At the moment, every time that we forward a call using `DelegateProxy`, 10k gas are not forwarded. When multiple `DelegateProxy.delegatedFwd` are executed in one transaction (in an aragonOS call with...

research

It would be useful if an entity can be granted more than one instance of the permission with different parameters. As @sohkai pointed out to the audit team, this can...

enhancement
breaking-change
audit: whg
component: acl
priority: low

Now default forwarders log the sender of every forward, making it possible to reconstruct the chain of forwards in a call offchain. We should come up with a way to...

enhancement
research