-
Notifications
You must be signed in to change notification settings - Fork 67
dlog v1 finalization: check the IssueAction against the passed metadata. #940 #1242
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
dlog v1 finalization: check the IssueAction against the passed metadata. #940 #1242
Conversation
6e8a3da to
f0386ee
Compare
40613fd to
89c6f49
Compare
3f8ac60 to
1f4eaf8
Compare
| // VerifyIssue checks if the outputs of an IssueAction match the passed tokenInfos | ||
| func (s *IssueService) VerifyIssue(tr driver.IssueAction, metadata []*driver.IssueOutputMetadata) error { | ||
| func (s *IssueService) VerifyIssue(ctx context.Context, ia driver.IssueAction, metadata []*driver.IssueOutputMetadata) error { | ||
| // TODO: |
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 am wondering if to add debug message that says "this method is not implemented".
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.
it definitely needs to be implemented and it can be a good task for the team.
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.
@HayimShaul , please, take the task on. Thanks.
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.
your concern was about the implementation of the function, no?
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.
but good point, please, identify the TODOs in the code, classify them in category so that we can assign priorities and address. Thanks much.
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1f4eaf8 to
dc4199b
Compare
This PR addresses #940