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

Load generator docker #1260

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Load generator docker #1260

wants to merge 26 commits into from

Conversation

cody-littley
Copy link
Contributor

@cody-littley cody-littley commented Feb 11, 2025

Why are these changes needed?

Set up new load generation utility to run in docker

Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
@cody-littley cody-littley requested review from litt3, pschork and dmanc and removed request for pschork February 14, 2025 17:41
@cody-littley cody-littley requested a review from pschork February 14, 2025 17:41
@cody-littley cody-littley marked this pull request as ready for review February 14, 2025 17:41
//G1URL = "https://eigenda.s3.amazonaws.com/srs/g1.point"
//G2URL = "https://eigenda.s3.amazonaws.com/srs/g2.point"
//G2PowerOf2URL = "https://eigenda.s3.amazonaws.com/srs/g2.point.powerOf2"
G1URL = "https://srs-mainnet.s3.amazonaws.com/kzg/g1.point"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make https://srs-mainnet.s3.amazonaws.com a configuration value?

@@ -3,14 +3,13 @@ package client
import (
"encoding/json"
"fmt"
"github.com/Layr-Labs/eigenda/common"
"github.com/Layr-Labs/eigensdk-go/logging"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Does your IDE use a different import ordering scheme?

@@ -24,6 +23,13 @@ var (

const (
PreprodEnv = "../config/environment/preprod.json"

//G1URL = "https://eigenda.s3.amazonaws.com/srs/g1.point"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove comments

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.

2 participants