Skip to content

Conversation

tedim52
Copy link
Collaborator

@tedim52 tedim52 commented Jul 16, 2025

Description

Adds an instruction dependency graph to the startosis interpreter.
Updates startosis executor to execute instructions immediately after it's dependencies finish.
Updates CLI printer to support parallel instruction output.

e.g.

participants:
  - el_type: geth
    cl_type: teku
    count: 5

sequential time: 2m11s
parallel time: 1m18s

https://www.loom.com/share/f37cf81d46a241c483e2ab7974a9df84

https://www.loom.com/share/5faa92e05fb349d78f8e5ba766246a66

Is this change user facing?

YES/NO

References (if applicable)

@tedim52 tedim52 marked this pull request as draft July 16, 2025 16:22
Copy link

gitguardian bot commented Aug 27, 2025

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
18396384 Triggered Username Password 84ddb67 container-engine-lib/lib/backend_impls/docker/docker_manager/docker_auth_test.go View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@tedim52 tedim52 force-pushed the tedi/parallelexecution branch from ecbdefa to 004ed7f Compare August 27, 2025 15:50
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.

1 participant