-
Notifications
You must be signed in to change notification settings - Fork 85
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
Configure permissionless builder in native and docker demo #1324
Conversation
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.
No programatic issues. A naming quibble and a stale comment.
long, | ||
env = "ESPRESSO_SEQUENCER_DA_SERVER_URL", | ||
env = "ESPRESSO_BUILDER_SEQUENCER_URL", |
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.
I find this name a bit confusing. Is this the URL of an espresso sequencer node that is a DA committee member and provides the hotshot_event_service
? If so, I'd suggest something like ESPRESSO_HS_EVENTS_SEQUENCER_URL
, or even (referencing the naming used for the port, ESPRESSO_SEQUENCER_HOTSHOT_EVENT_STREAMING_API_URL
, since this URL will be specific to that API, rather than the general URL of the node.
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.
Is this the URL of an espresso sequencer node that is a DA committee member and provides the hotshot_event_service?
Yes, think so.
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.
The explicit ESPRESSO_SEQUENCER_HOTSHOT_EVENT_STREAMING_API_URL
is probably best.
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.
@@ -25,12 +24,11 @@ pub struct NonPermissionedBuilderOptions { | |||
/// URL of the HotShot DA web server. |
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.
This comment should also be updated. @move47
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.
A bunch of fixes to make the builder work.