-
Notifications
You must be signed in to change notification settings - Fork 905
feat(stride): Stride outpost types and events #1914
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
Conversation
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, minor comments
Address: p.Address(), | ||
Topics: topics, | ||
Data: packed, | ||
BlockNumber: uint64(ctx.BlockHeight()), |
Check failure
Code scanning / gosec
Potential integer overflow by integer type conversion
Address: p.Address(), | ||
Topics: topics, | ||
Data: packed, | ||
BlockNumber: uint64(ctx.BlockHeight()), |
Check failure
Code scanning / gosec
Potential integer overflow by integer type conversion
Codecov Report
@@ Coverage Diff @@
## main #1914 +/- ##
==========================================
- Coverage 70.30% 69.80% -0.51%
==========================================
Files 319 323 +4
Lines 23574 23764 +190
==========================================
+ Hits 16574 16588 +14
- Misses 6179 6354 +175
- Partials 821 822 +1
|
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! Great work @Vvaradinov !! Left a few comments
Please address the gosec warnings
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.
Great job @Vvaradinov! Left just minor comments
Description
Closes ENG-2216