-
Notifications
You must be signed in to change notification settings - Fork 955
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
Index batched txs via their wrapper and commitment hashes #3416
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3416 +/- ##
==========================================
- Coverage 53.92% 53.92% -0.01%
==========================================
Files 317 317
Lines 107575 107677 +102
==========================================
+ Hits 58011 58066 +55
- Misses 49564 49611 +47 ☔ View full report in Codecov by Sentry. |
15477e0
to
cf86bda
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.
Looks good, 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.
just a small style nit: I'd re-export either
from tx
crate since it now appears in its public API so that the other crates don't have to pull it in directly to use it
cf86bda
to
ec1312b
Compare
* tiago/uniquely-identify-inner-txs: Changelog for #3416 Re-export `either` from `namada_tx` Derive inner tx hash using wrapper hash
* tiago/uniquely-identify-inner-txs: Changelog for #3416 Re-export `either` from `namada_tx` Derive inner tx hash using wrapper hash
* origin/tiago/uniquely-identify-inner-txs: Changelog for #3416 Re-export `either` from `namada_tx` Derive inner tx hash using wrapper hash
Describe your changes
Closes #3403
Indicate on which release or other PRs this topic is based on
v0.39.0
Checklist before merging to
draft