Closed d-xo closed 6 years ago
dssDeploy
has rely
mom
for adding new collateral types via mom
.
It isn't possible to check that these are the only connections in ds-test. You'd have to do it via a testnet and watching the event emitted by rely
.
@rainbreak dssDeploy
doesn't have rely
(it uses DSAuth
instead).
Right now, it has an instance of DSRoles
as it's authority and no owner. Is this correct? Should I update the diagram, or do we want to modify the permissions in dssDeploy
?
https://github.com/makerdao/dss-deploy/blob/master/src/DssDeploy.sol#L277
No that's fine for now, with DSRoles authority.
Adds a new test that ensures that auth connections shown in https://github.com/makerdao/dss/wiki/Auth are present.
I wasn't sure what the dotted line from
dssDeploy
toMom
meant in the diagram, so it's not tested for now. @rainbreak @gbalabasquer do you know?I couldn't figure out a way to ensure that only these connections exist in a solidity unit test. Is there something I'm missing?