-
Notifications
You must be signed in to change notification settings - Fork 103
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(ecocredit/core): add issuance date to BatchInfo #936
Conversation
Codecov Report
@@ Coverage Diff @@
## master #936 +/- ##
==========================================
- Coverage 73.22% 72.42% -0.81%
==========================================
Files 196 194 -2
Lines 23115 22895 -220
==========================================
- Hits 16927 16582 -345
- Misses 4904 5062 +158
+ Partials 1284 1251 -33
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 to me. I think we can simplify the proto comments. Pre-approving.
Co-authored-by: Ryan Christoffersen <[email protected]>
@@ -132,6 +132,9 @@ message BatchInfo { | |||
// end_date is the end of the period during which this credit batch was | |||
// quantified and verified. | |||
google.protobuf.Timestamp end_date = 6; | |||
|
|||
// issuance_date is the timestamp when the credit batch was issued. | |||
google.protobuf.Timestamp issuance_date = 7; |
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.
This is a state-breaking change. Let's add an entry for this in #678.
Description
EventCreateBatch
andBatchInfo
Closes: #680
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change