We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RevocationStatusList
The proposed RevocationStatusList field name that contains the current accumulator value is currentAccumulator.
As the accumulator is in the RevocationRegisty struct in libursa, the accum field is private and serde with the same field name.
RevocationRegisty
accum
Current situation is to keep the field name accum but we will need to either update the specs or find a workaround for serde.
Hacky approach, but also create a PR (and think about backwards compatibility).
The text was updated successfully, but these errors were encountered:
berendsliedrecht
Successfully merging a pull request may close this issue.
The proposed
RevocationStatusList
field name that contains the current accumulator value is currentAccumulator.As the accumulator is in the
RevocationRegisty
struct in libursa, theaccum
field is private and serde with the same field name.Current situation is to keep the field name
accum
but we will need to either update the specs or find a workaround for serde.Hacky approach, but also create a PR (and think about backwards compatibility).
The text was updated successfully, but these errors were encountered: