-
Notifications
You must be signed in to change notification settings - Fork 5
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
feature/ENG-527 Adding agent RPC handlers for getting sigchain and audit data. #870
feature/ENG-527 Adding agent RPC handlers for getting sigchain and audit data. #870
Conversation
Hows the progress on this @CDeltakai ? |
fix: fixed rpc handler to decode input if id before passing it in
a04adea
to
267d872
Compare
So this gives us the possibility giving us sigchain related commands so we can finally inspect the sigchain? |
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.
Just some minor changes, otherwise looks good.
…sc tests for nodesClaimsGet
…m requestChainData that was causing a discovery test to fail due ot changes to how nodesClaimsGet worked
…ause we still need it (will reintroduce Discovery test failure)
…tility method in utils and replaced said parameters with utility method
It has been clarified that all seek parameters in relation to pagination should be by default inclusive, not exclusive. I'll have to go back and make changes to any RPC handlers with the incorrect assumption. |
…an order (it was the wrong way around) fix: fixed discovery test failure for updates previously discovered gestalts
…sed vertices to expect 2 calls instead of 3 on the 2nd attempt fix: changed NodesAuditEventsGet to not skip the first value anymore because we want seek to be inclusive. fixed its tests to match these changes
…ssed vertices in discovery test to be 3 (like before)
There is a test failure in Discovery.test.ts that for the moment can't be easily resolved. I've commented out the offending elements for now but will need to be addressed later. |
Description
Issues Fixed
Tasks
Final checklist