Jorge Izquierdo
Jorge Izquierdo
Closes #237 To do: - [x] Contract changes - [x] Fix tests - [ ] Backwards compatibility - [ ] Test new functionality - [ ] Frontend + bg script...
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...
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...
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...
ARP
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...
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...
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...
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...