-
Notifications
You must be signed in to change notification settings - Fork 359
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
Fix Changelog and versions for release #1307
Fix Changelog and versions for release #1307
Conversation
* update fmt * add missing dev dep * update scarb version in doc * add changelog entry * update changelog entry * Apply suggestions from code review Co-authored-by: Eric Nordelo <[email protected]> * add snforge entry to changelog * test coverage when not updating snforge * remove snforge entry from changelog * comment out cairo-coverage and codecov in ci * re-bump snforge * tmp remove coverage from command --------- Co-authored-by: Eric Nordelo <[email protected]>
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! I left one super minor comment
@@ -30,6 +30,7 @@ openzeppelin_token = { path = "../token" } | |||
snforge_std.workspace = true | |||
openzeppelin_testing = { path = "../testing" } | |||
openzeppelin_test_common = { path = "../test_common" } | |||
openzeppelin_utils = { path = "../utils" } |
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.
A sneaky one
voter, proposal_id, support, weight: voted_weight, reason, params | ||
} | ||
voter, proposal_id, support, weight: voted_weight, reason, params, | ||
}, |
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.
🤞 that we don't go back to no trailing commas
Co-authored-by: Andrew Fleming <[email protected]>
…cts into fix/CHANGELOG-and-versions
…airo-contracts into fix/CHANGELOG-and-versions
No description provided.