-
Notifications
You must be signed in to change notification settings - Fork 126
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(nexus)!: allow wasm contracts to query for tx hash and index #2178
feat(nexus)!: allow wasm contracts to query for tx hash and index #2178
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2178 +/- ##
==========================================
+ Coverage 49.52% 49.59% +0.06%
==========================================
Files 269 272 +3
Lines 16100 16151 +51
==========================================
+ Hits 7974 8010 +36
- Misses 7514 7529 +15
Partials 612 612 ☔ View full report in Codecov by Sentry. |
5f0812c
to
2df1f54
Compare
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.
requesting changes because I don't think we should hash the transaction on every wasm call. Seems like uneccessary performance overhead.
Description
Todos
Steps to Test
Expected Behaviour
Other Notes