-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spell clean up #210
Spell clean up #210
Conversation
… DSSpell related but DSS-Exec related
ff57951
to
2dd1aa9
Compare
2dd1aa9
to
2f34a47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Makefile
Outdated
clean :; dapp clean | ||
# Usage example: make test match=SpellIsCast | ||
test :; ./test-dssspell.sh $(match) | ||
test-dev :; ./test-dev-dssspell.sh $(match) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than having two separate scripts here, what about one script that accepts an argument to enable dev mode?
That way when we make other changes as a result of tooling updates or whatever we don't need to reflect them in two separate files. In this case, the only real difference will be whether the optimizer is off or on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated: fdc1a0b
I left the test-dev command in there for shorthand, let me know if that bothers you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Clean up tasks for the DSS Spell.
It will likely be easier to review in parts. I've mostly batched changes into specific commits except collateral onboarding which is covered in the last few commits (21eb5a9 - f57951e)
List of tasks: https://github.com/makerdao/smart-contracts-team-pm/issues/747