Closed skuhlmann closed 2 years ago
Hoping you might be able to take this on @santteegt
@skuhlmann a decoding error is being thrown because the Minion Safe used for the Superfluid proposal was deployed using the new summoner contract but the ABI used to instantiate the contract is from the previous version.
actions
function signature differs between the two (different output vars)Thanks @santteegt, this makes sense. We probably need to tack on some additional development on this to sort out these changes as it probably affects several operations on the minion safe.
@skuhlmann should I make a task within the nomad milestone to separate out the new minion such that this ABI change is factored in?
Details
Load this page to see the app crash https://app.daohaus.club/dao/0x89/0xb307eae573fd0595ebda024eb57a22b5d3f0f63c/proposals
Looks to me like it's failing on calls to get minion actions in minionUtils.js
in function:
getMinionAction
this doesn't function call doesn't return. error screenshot attached.
To me it looks like it's trying to call for proposal 5 and 7. I don't see the immediate issue with those though.