Resource Managers: durable metering for the CRE and other products#2158
Draft
patrickhuie19 wants to merge 5 commits into
Draft
Resource Managers: durable metering for the CRE and other products#2158patrickhuie19 wants to merge 5 commits into
patrickhuie19 wants to merge 5 commits into
Conversation
✅ API Diff Results -
|
This was referenced Jun 15, 2026
ea6f574 to
e3e374b
Compare
patrickhuie19
commented
Jun 27, 2026
| envMeteringEnvironment = "CL_METERING_ENVIRONMENT" | ||
| envMeteringZone = "CL_METERING_ZONE" | ||
| envMeteringNodeID = "CL_METERING_NODE_ID" | ||
|
|
Contributor
Author
There was a problem hiding this comment.
note to reader, DonID isn't here b/c a node can belong to many DONs; it is the responsibility of the loop to properly receive its DonID from Initialise in the standard cap interface (or for non-CRE use cases, elsewhere)
patrickhuie19
commented
Jun 27, 2026
| @@ -19,6 +19,12 @@ import ( | |||
| "github.com/smartcontractkit/chainlink-common/pkg/services" | |||
Contributor
Author
There was a problem hiding this comment.
note to reader: changes made here instead of pkg/beholder as we are trying to leave beholder as is without accruing much more complexity, and durableemitter pkg is completely owned by foundations, so is a cleaner division of responsibility
cc @pkcll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires
https://github.com/smartcontractkit/chainlink-protos/pull/400/commits (merged)
Supports