Skip to content
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

Merged
merged 5 commits into from
Apr 12, 2024

Changelog for #2685

df1038d
Select commit
Loading
Failed to load commit list.
Merged

Replace hash maps and sets with indexmap equivalents #2685

Changelog for #2685
df1038d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 19, 2024 in 1s

72.41% of diff hit (target 53.95%)

View this Pull Request on Codecov

72.41% of diff hit (target 53.95%)

Annotations

Check warning on line 369 in crates/namada/src/vm/wasm/compilation_cache/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/namada/src/vm/wasm/compilation_cache/common.rs#L369

Added line #L369 was not covered by tests

Check warning on line 444 in crates/namada/src/vm/wasm/compilation_cache/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/namada/src/vm/wasm/compilation_cache/common.rs#L444

Added line #L444 was not covered by tests

Check warning on line 24 in crates/sdk/src/events/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sdk/src/events/mod.rs#L24

Added line #L24 was not covered by tests

Check warning on line 724 in crates/sdk/src/rpc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sdk/src/rpc.rs#L724

Added line #L724 was not covered by tests

Check warning on line 773 in crates/sdk/src/wallet/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sdk/src/wallet/mod.rs#L773

Added line #L773 was not covered by tests

Check warning on line 816 in crates/sdk/src/wallet/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sdk/src/wallet/mod.rs#L814-L816

Added lines #L814 - L816 were not covered by tests