-
Notifications
You must be signed in to change notification settings - Fork 91
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
Absenteeism #1608
Absenteeism #1608
Conversation
omitEmpty the new account fields
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1608 +/- ##
==========================================
+ Coverage 68.45% 68.54% +0.08%
==========================================
Files 37 37
Lines 7434 7452 +18
==========================================
+ Hits 5089 5108 +19
+ Misses 1915 1914 -1
Partials 430 430 ☔ View full report in Codecov by Sentry. |
@@ -4,7 +4,7 @@ go 1.20 | |||
|
|||
require ( | |||
github.com/algorand/avm-abi v0.2.0 | |||
github.com/algorand/go-algorand-sdk/v2 v2.4.0 | |||
github.com/algorand/go-algorand-sdk/v2 v2.2.1-0.20240424151847-7914b596ba9b |
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 leaving a note here so we remember to tag a new release before merge
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.
LGTM except we need to tag a go-algorand-sdk release before merge
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.
These changes look good, but I wanted to see some test coverage of the new fields, so I opened this: jannotti#1
Add unit tests for absenteeism
Deals with all the new fields for incentives