Skip to content

bench(corpus-gen): add support for VM based endpoints - #4061

Draft
brbrr wants to merge 1 commit into
mainfrom
bench/add-vm-corpus-gen
Draft

brbrr wants to merge 1 commit into
mainfrom
bench/add-vm-corpus-gen

Conversation

@brbrr

@brbrr brbrr commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

fixes: #4056

@brbrr brbrr self-assigned this Sep 10, 2026
return nil
}
start := next + callHeaderFields
end := start + int(args)
@brbrr
brbrr deployed to Development September 10, 2026 20:36 — with GitHub Actions Active
@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 91.70306% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.35%. Comparing base (9c72000) to head (927010f).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
bench/rpc/cmd/corpus-gen/call.go 87.03% 7 Missing ⚠️
bench/rpc/cmd/corpus-gen/broadcasted_txs.go 94.28% 4 Missing ⚠️
bench/rpc/cmd/corpus-gen/verify.go 66.66% 4 Missing ⚠️
bench/rpc/cmd/corpus-gen/simulate_transactions.go 84.61% 2 Missing ⚠️
bench/rpc/cmd/corpus-gen/block_range_flags.go 95.23% 1 Missing ⚠️
bench/rpc/cmd/corpus-gen/estimate_fee.go 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4061      +/-   ##
==========================================
+ Coverage   79.33%   80.35%   +1.02%     
==========================================
  Files         466      471       +5     
  Lines       35794    36227     +433     
==========================================
+ Hits        28397    29111     +714     
+ Misses       7388     7107     -281     
  Partials        9        9              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

corpus-gen: support starknet_estimateFee, starknet_simulateTransactions and starknet_call

2 participants