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(code/starknet): Add mempool load generator to the Starknet test app #821

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

oakenknight
Copy link
Member

Closes: #801


PR author checklist

For all contributors

For external contributors

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.81%. Comparing base (99124f5) to head (59994d3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #821      +/-   ##
==========================================
- Coverage   81.69%   80.81%   -0.88%     
==========================================
  Files         182      183       +1     
  Lines       16266    16394     +128     
==========================================
- Hits        13287    13248      -39     
- Misses       2979     3146     +167     
Flag Coverage Δ
integration 80.60% <ø> (-0.92%) ⬇️
mbt 8.43% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
core ∅ <ø> (∅)
engine ∅ <ø> (∅)
app ∅ <ø> (∅)
starknet ∅ <ø> (∅)

@romac romac added work in progress Work in progress code Code/implementation related labels Jan 30, 2025
@romac romac changed the title feat(code/starknet): Improve mempool of Starknet test app feat(code/starknet): Add mempool load generator to the Starknet test app Jan 30, 2025
code/crates/starknet/host/src/host/starknet.rs Outdated Show resolved Hide resolved
code/crates/starknet/host/src/mempool_load.rs Outdated Show resolved Hide resolved
code/crates/starknet/host/src/mempool_load.rs Show resolved Hide resolved
code/crates/starknet/host/src/mempool_load.rs Outdated Show resolved Hide resolved
code/crates/starknet/host/src/mempool_load.rs Outdated Show resolved Hide resolved
code/crates/config/src/lib.rs Outdated Show resolved Hide resolved
code/crates/config/src/lib.rs Outdated Show resolved Hide resolved
code/crates/config/src/lib.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code/implementation related work in progress Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

code: Improve mempool of Starknet test app
2 participants