chainlink-common
chainlink-common copied to clipboard
SDK for building Chainlink Services and Plugins
Switched to jsonpb so we can read these log messages in Loki in the local Docker environment.
solution to getting the underlying error which assumes that retry will not be required, ie if the core dies, any dependent capability loops die.
modifying loop client and relayer to return the underlying error on initial creation of the contract reader. (assumes that any subsequent retry with the same arguments will succeed if the...
Isolating the prometheus metrics in a separate package has the effect of removing prometheus packages that are interfering with users of `package services`. This does not break the API, but...
### Requires ### Supports
### Requires ### Supports
The default custom message utility uses a `BaseMessage` proto with the message data expected to be a string and labels added to the proto message. Instead, a proto message itself...
### Requires ### Supports