-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to polkadot-v1.0.0 #149
Conversation
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, but I would say to regenerate the contracts and runtime and do not run cargo fmt on them, they are already formatted with another tool.
@1xstj could you also please change the CI for formatting to use rust nightly toolchain instead of the stable one? since we ignore all the generated files from the formatting |
not sure I follow, the CI failure is becuase we dont format the files in /contracts/protocol-solidity, how will nightly/stable change this? 🤔 Will followup in another PR so that the other PRs depending on this is not blocked |
Ran cargo fmt again, cannot merge PR without all checks being green |
No description provided.