-
Notifications
You must be signed in to change notification settings - Fork 983
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
Replace hash maps and sets with indexmap
equivalents
#2685
Conversation
might need to rebuild wasms for tests |
|
6821eef
to
cd1ed75
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2685 +/- ##
==========================================
- Coverage 53.95% 53.95% -0.01%
==========================================
Files 308 308
Lines 100018 100021 +3
==========================================
+ Hits 53967 53968 +1
- Misses 46051 46053 +2 ☔ View full report in Codecov by Sentry. |
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.
ACK modulo CI
cd1ed75
to
3120577
Compare
e2e tests in CI passed without rebuilding wasms for tests, but it might still be wise to rebuild them anyway. |
I've added f1e4d72 to prevent from using them again |
f1e4d72
to
b050052
Compare
b050052
to
d9cb961
Compare
|
d9cb961
to
db5b83e
Compare
rebased on |
|
5734a79
to
c310ae6
Compare
c310ae6
to
75446b7
Compare
75446b7
to
65611bf
Compare
65611bf
to
76ebb15
Compare
76ebb15
to
df1038d
Compare
rebased on |
* origin/tiago/replace-hash-data-structs: Changelog for #2685 add clippy config Replace std hash map and set collections with indexmap alternatives Re-export index map and set from core Add `indexmap` dep to Cargo manifest
* origin/tiago/replace-hash-data-structs: Changelog for #2685 add clippy config Replace std hash map and set collections with indexmap alternatives Re-export index map and set from core Add `indexmap` dep to Cargo manifest # Conflicts: # crates/apps/src/lib/client/rpc.rs # crates/apps/src/lib/node/ledger/shell/init_chain.rs # crates/core/src/ibc.rs # crates/namada/src/ledger/protocol/mod.rs
Describe your changes
Closes #2576
Indicate on which release or other PRs this topic is based on
Based on
v0.31.6
Indexmap diff: https://github.com/heliaxdev/indexmap/compare/4df99d818369b437e9e09e204832071fbd5b39dd..2.2.4-heliax-1
Checklist before merging to
draft