JoinColony / colonyNetwork

Colony Network smart contracts
https://colony.io/
GNU General Public License v3.0
438 stars 106 forks source link

Remove setExpenditureValues #1259

Closed area closed 2 months ago

area commented 2 months ago

The frontend no longer relies on setExpenditureValues (using multicall, instead which didn't exist when we originally implemented that function) so as agreed, we can remove setExpenditureValues instead of fixing its interaction with metatransactions.

This replaces #1252 , and is currently based on #1258 which should be reviewed and merged first.

area commented 2 months ago

As requested in #1252, this also brings over the constant we introduced to make the assembly done with metatransactions easier to understand.