-
Notifications
You must be signed in to change notification settings - Fork 76
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: Unknown lookup status of a path in certificate yields AgentError #453
feat: Unknown lookup status of a path in certificate yields AgentError #453
Conversation
Co-authored-by: Eric Swanson <[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.
Looks good. Let's hold off on merging this until the relevant replica update has been executed. Otherwise, we wouldn't be able to release agent-rs in the meantime with other changes.
The replica release containing absence proofs has been rolled out on all subnets. So we can proceed with this MR. |
Description
Absence proofs have been recently enabled on the IC (see MR) and thus the IC is going to produce certificate whose lookup returns
Absent
for paths whose values are missing in the state tree. This PR reflects this change in the agent.