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): implement more feeder gateway types #2744

Merged
merged 15 commits into from
Dec 2, 2024

remove invalid comment

0405749
Select commit
Loading
Failed to load commit list.
Merged

feat(katana): implement more feeder gateway types #2744

remove invalid comment
0405749
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 2, 2024 in 1s

56.10% (-0.25%) compared to 3ba53c8

View this Pull Request on Codecov

56.10% (-0.25%) compared to 3ba53c8

Details

Codecov Report

Attention: Patch coverage is 2.72374% with 250 lines in your changes missing coverage. Please review.

Project coverage is 56.10%. Comparing base (3ba53c8) to head (0405749).

Files with missing lines Patch % Lines
...tes/katana/feeder-gateway/src/types/transaction.rs 0.00% 198 Missing ⚠️
crates/katana/rpc/rpc-types/src/transaction.rs 0.00% 21 Missing ⚠️
...na/executor/src/implementation/blockifier/utils.rs 0.00% 17 Missing ⚠️
crates/katana/primitives/src/transaction.rs 0.00% 5 Missing ⚠️
crates/katana/pool/src/tx.rs 0.00% 4 Missing ⚠️
crates/katana/feeder-gateway/src/client.rs 70.00% 3 Missing ⚠️
crates/katana/feeder-gateway/src/types/mod.rs 0.00% 1 Missing ⚠️
crates/katana/feeder-gateway/src/types/receipt.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2744      +/-   ##
==========================================
- Coverage   56.35%   56.10%   -0.25%     
==========================================
  Files         425      427       +2     
  Lines       54269    54516     +247     
==========================================
+ Hits        30583    30586       +3     
- Misses      23686    23930     +244     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.