-
Notifications
You must be signed in to change notification settings - Fork 206
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
base: master
Are you sure you want to change the base?
Load generator docker #1260
Conversation
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]>
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]>
//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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove comments
Why are these changes needed?
Set up new load generation utility to run in docker