-
Notifications
You must be signed in to change notification settings - Fork 3
Add LLO Capabilities #246
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
base: main
Are you sure you want to change the base?
Add LLO Capabilities #246
Conversation
🦋 Changeset detectedLatest commit: ec5f11c The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest Buf updates on your PR. Results from workflow Regenerate Protobuf Files / buf (pull_request).
|
| } | ||
|
|
||
| // LLO Transmit Action service definition | ||
| service LLOTransmit { |
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.
Why do we need this?
| }; | ||
|
|
||
| // Trigger method that streams feed data | ||
| rpc Trigger(Config) returns (stream Feed); |
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 looks OK to me.
* Split chainlink-ccv in packages * Add buf to CI * bot: regenerate protobuf files * Remove replaces * Revert "Remove replaces" This reverts commit 0911abd. * Changesets * Add back comments * Linting * bot: regenerate protobuf files --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
* add all the chains * remove zksync mainnet * Auto-fix: buf format, gofmt, go generate, go mod tidy --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
* Message discovery and committee verifier remove replace * Regenerate proto * Changeset * bot: regenerate protobuf files --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
* adding proto for private workflow registry source * bot: regenerate protobuf files * pkg name update + make generate * bot: regenerate protobuf files * downgrading protobuf dep to avoid forcing common to update * bot: regenerate protobuf files * adding workflow source to CRE INFO * cleaning up some comments * bot: regenerate protobuf files * removing head from ListWorkflowMetadata iface --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
No description provided.