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

feat(katana): return contract storage root in RPC proof response #2846

Merged
merged 1 commit into from
Dec 25, 2024

feat: storage root provider

01466fa
Select commit
Loading
Failed to load commit list.
Merged

feat(katana): return contract storage root in RPC proof response #2846

feat: storage root provider
01466fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 25, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 238 in crates/katana/executor/src/abstraction/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/executor/src/abstraction/mod.rs#L236-L238

Added lines #L236 - L238 were not covered by tests

Check warning on line 279 in crates/katana/executor/src/implementation/blockifier/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/executor/src/implementation/blockifier/state.rs#L278-L279

Added lines #L278 - L279 were not covered by tests

Check warning on line 210 in crates/katana/executor/src/implementation/noop.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/executor/src/implementation/noop.rs#L208-L210

Added lines #L208 - L210 were not covered by tests

Check warning on line 1184 in crates/katana/rpc/rpc/src/starknet/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/rpc/rpc/src/starknet/mod.rs#L1183-L1184

Added lines #L1183 - L1184 were not covered by tests

Check warning on line 78 in crates/katana/storage/db/src/trie/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/db/src/trie/mod.rs#L74-L78

Added lines #L74 - L78 were not covered by tests

Check warning on line 116 in crates/katana/storage/db/src/trie/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/db/src/trie/mod.rs#L116

Added line #L116 was not covered by tests

Check warning on line 119 in crates/katana/storage/db/src/trie/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/db/src/trie/mod.rs#L119

Added line #L119 was not covered by tests

Check warning on line 190 in crates/katana/storage/provider/src/providers/db/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/db/state.rs#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 212 in crates/katana/storage/provider/src/providers/db/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/db/state.rs#L209-L212

Added lines #L209 - L212 were not covered by tests

Check warning on line 382 in crates/katana/storage/provider/src/providers/db/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/db/state.rs#L381-L382

Added lines #L381 - L382 were not covered by tests

Check warning on line 416 in crates/katana/storage/provider/src/providers/db/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/db/state.rs#L409-L416

Added lines #L409 - L416 were not covered by tests

Check warning on line 700 in crates/katana/storage/provider/src/providers/fork/backend.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/fork/backend.rs#L699-L700

Added lines #L699 - L700 were not covered by tests

Check warning on line 137 in crates/katana/storage/provider/src/providers/fork/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/fork/state.rs#L135-L137

Added lines #L135 - L137 were not covered by tests

Check warning on line 213 in crates/katana/storage/provider/src/providers/fork/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/fork/state.rs#L211-L213

Added lines #L211 - L213 were not covered by tests

Check warning on line 320 in crates/katana/storage/provider/src/providers/fork/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/storage/provider/src/providers/fork/state.rs#L318-L320

Added lines #L318 - L320 were not covered by tests

Check warning on line 26 in crates/katana/trie/src/storages.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/trie/src/storages.rs#L25-L26

Added lines #L25 - L26 were not covered by tests