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

refactor(katana-primitives): replace HashMap with BTreeMap in state updates and genesis types #2469

Merged
merged 4 commits into from
Sep 24, 2024

fix test

d9cb0a4
Select commit
Loading
Failed to load commit list.
Merged

refactor(katana-primitives): replace HashMap with BTreeMap in state updates and genesis types #2469

fix test
d9cb0a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 24, 2024 in 1s

88.88% of diff hit (target 68.45%)

View this Pull Request on Codecov

88.88% of diff hit (target 68.45%)

Annotations

Check warning on line 74 in bin/saya/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/tests.rs#L74

Added line #L74 was not covered by tests

Check warning on line 88 in bin/saya/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/tests.rs#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 96 in bin/saya/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/tests.rs#L96

Added line #L96 was not covered by tests

Check warning on line 100 in bin/saya/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/tests.rs#L100

Added line #L100 was not covered by tests

Check warning on line 49 in crates/katana/rpc/rpc-types/src/state_update.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/rpc/rpc-types/src/state_update.rs#L49

Added line #L49 was not covered by tests

Check warning on line 138 in crates/saya/core/src/prover/program_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/saya/core/src/prover/program_input.rs#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 190 in crates/saya/core/src/prover/program_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/saya/core/src/prover/program_input.rs#L190

Added line #L190 was not covered by tests

Check warning on line 96 in crates/saya/core/src/prover/state_diff.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/saya/core/src/prover/state_diff.rs#L96

Added line #L96 was not covered by tests

Check warning on line 43 in crates/saya/provider/src/rpc/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/saya/provider/src/rpc/state.rs#L43

Added line #L43 was not covered by tests

Check warning on line 57 in crates/saya/provider/src/rpc/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/saya/provider/src/rpc/state.rs#L57

Added line #L57 was not covered by tests