Skip to content

deploy: add deploy parameter options - #39

Draft
michaelkaplan13 wants to merge 3 commits into
mainfrom
michael/parameterizable-deploy
Draft

deploy: add deploy parameter options#39
michaelkaplan13 wants to merge 3 commits into
mainfrom
michael/parameterizable-deploy

Conversation

@michaelkaplan13

Copy link
Copy Markdown

Allows for use/specification of:

  • External exoware store endpoint rather than self-hosted simulator
  • Number of validators
  • Number of spammer accounts/submitters
  • AWS regions
  • Instance disk sizes

Bases the maximum_honest_shard_size on the max block size rather than hard coding.

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 96.06987% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.90%. Comparing base (42d0b3a) to head (4e39028).

Files with missing lines Patch % Lines
bin/deploy/src/remote.rs 95.06% 4 Missing ⚠️
bin/deploy/src/main.rs 83.33% 3 Missing ⚠️
bin/validator/src/run.rs 0.00% 1 Missing ⚠️
crates/primitives/src/block.rs 98.07% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   77.46%   77.90%   +0.44%     
==========================================
  Files          52       52              
  Lines       12752    12961     +209     
==========================================
+ Hits         9878    10097     +219     
+ Misses       2874     2864      -10     
Files with missing lines Coverage Δ
bin/deploy/src/local.rs 90.54% <100.00%> (+0.04%) ⬆️
crates/engine/src/engine.rs 97.76% <100.00%> (+0.34%) ⬆️
bin/validator/src/run.rs 42.62% <0.00%> (-0.06%) ⬇️
crates/primitives/src/block.rs 87.13% <98.07%> (+3.00%) ⬆️
bin/deploy/src/main.rs 82.71% <83.33%> (+0.02%) ⬆️
bin/deploy/src/remote.rs 79.33% <95.06%> (+4.04%) ⬆️

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42d0b3a...4e39028. Read the comment docs.

🚀 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.

@michaelkaplan13 michaelkaplan13 changed the title Add deploy parameters deploy: add deploy parameter options Aug 13, 2026
@michaelkaplan13 michaelkaplan13 self-assigned this Aug 14, 2026
@michaelkaplan13 michaelkaplan13 moved this to In Progress in Tracker Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant