-
Notifications
You must be signed in to change notification settings - Fork 55
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
added currentAccumulator support #122
added currentAccumulator support #122
Conversation
src/data_types/rev_reg.rs
Outdated
} | ||
|
||
// fn visit_seq<V>(self, mut seq: V) -> Result<UrsaRevocationRegistry, V::Error> | ||
// where |
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.
Can this he removed?
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.
Yeah I created a PR, but it should be more a draft as not all the tests are working, yet. Once all the tests are working I will remove the unused code.
Signed-off-by: blu3beri <[email protected]>
b7b24d7
to
022123b
Compare
Signed-off-by: blu3beri <[email protected]>
Signed-off-by: blu3beri <[email protected]>
Signed-off-by: blu3beri <[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.
CI is failing 🙃
Yeah it's almost finished :D |
Signed-off-by: blu3beri <[email protected]>
c03648a
to
26fb808
Compare
closes #51
Signed-off-by: blu3beri [email protected]