-
-
Notifications
You must be signed in to change notification settings - Fork 93
Not reporting on contracts using the delegateProxy pattern #106
Comments
Hi @elenadimitrova :) Have made headway on this with The main problem is that some contracts have method signatures which shadow each other. If they're called through the router the reporter has to guess the target and just picks the first match. For example, in your current report you have results for Really fixing this and making it accurate/reliable will require more thought. |
Thanks @cgewecke this is already a lot better as all of the deployed contracts are reported. |
Thanks @elenadimitrova! |
proxyResolver: 'EtherRouter', There is a new thing in If you have any interest in trying it out I can open a PR configuring it at colonyNetwork. If not - no problem :) There are also setup instructions and more info here. |
Closing - colonyNetwork 669 |
Contracts calls using a delegate proxy (for upgradability) aren't reported on. This used to work in v0.1.2 but no longer does. @area suspects this change might have introduced it.
For sample outputs see working examples in our Circle builds under ""
Broken (using v0.1.12): https://circleci.com/gh/JoinColony/colonyNetwork/5654#artifacts/containers/0
Working (using v0.1.2): https://circleci.com/gh/JoinColony/colonyNetwork/4841
The text was updated successfully, but these errors were encountered: