-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: regen proto for Neutron Cron module #NTRN-339 #161
Conversation
e9ab301
to
45007a5
Compare
name: String, | ||
period: u64, | ||
msgs: Vec<MsgExecuteContract>, | ||
blocker: u64, |
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.
You've renamed blocker
to ExecutionStage
in go code. Let's do it everywhere. Also let's change a type of the argument in the method to BlockerType
from cron.rs file.
Also do not forget to regenerate proto files
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.
Done
please resolve conflicts |
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.
conflicts again)
c0f4e49
c0f4e49
to
6164ce8
Compare
Task: https://hadronlabs.atlassian.net/browse/NTRN-339
Related PRs:
neutron-org/neutron#671