Conversation
Signed-off-by: Christopher Maree <christopher.maree@gmail.com>
Signed-off-by: Christopher Maree <christopher.maree@gmail.com>
Signed-off-by: Christopher Maree <christopher.maree@gmail.com>
| "pretty-quick": "^2.0.1", | ||
| "prettier": "1.19.1", | ||
| "prettier-plugin-solidity": "^1.0.0-alpha.46", | ||
| "prettier-plugin-solidity": "1.0.0-alpha.46", |
There was a problem hiding this comment.
unrelated to changes but locking this prettier version because prettier 1.0.0-alpha.48 is now out which results in a bunch of linting changes to our code. If we enable higher versions we will need to lint all the contracts again.
There was a problem hiding this comment.
you're unlocking or locking? it looks like you're unlocking
There was a problem hiding this comment.
To my understanding this pins us to use exactly this package version.
There was a problem hiding this comment.
I stand corrected. Based on this, the "^" does not pin it.
Signed-off-by: Christopher Maree <christopher.maree@gmail.com>
mrice32
left a comment
There was a problem hiding this comment.
Aren't there a few requires in Voting.sol that don't have messages?
The only ones that currently dont have are in modifiers. I can add messages to these but they are quite low level. For consistancy sake I'll add them |
This PR updates require messages within the DVM. Specifically places that were missing require messages now include them and messages that are over 32 chars in length were decreased to optimize gas usage.