-
Notifications
You must be signed in to change notification settings - Fork 3
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: ci #163
Conversation
7e9dd6c
to
0bcc11b
Compare
near/omni-types/src/prover_result.rs
Outdated
@@ -62,3 +62,14 @@ pub enum ProofKind { | |||
DeployToken, | |||
LogMetadata, | |||
} | |||
|
|||
impl From<ProofKind> for u8 { |
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.
Could we use https://docs.rs/num_enum/latest/num_enum/ here?
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.
I tried using it, but I got a borsh error. Let me try again
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.
Not sure where did I mess up the last time, but it works now: 8601b57
closes #219