-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[KS-33] Add loop binary #12050
[KS-33] Add loop binary #12050
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
s := loop.MustNewStartedServer(loggerName) | ||
defer s.Stop() | ||
|
||
factory := func(c *values.Map) (consensustypes.Encoder, error) { |
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.
Current workflow spec proposal lists encoder name as a top level param separate from encoder config. If we want to keep it that way then let's add a separate name param here as well.
7184b40
to
f2253b4
Compare
fb8edfd
to
9ec3e83
Compare
Quality Gate passedIssues Measures |
No description provided.