chainlink-common
chainlink-common copied to clipboard
SDK for building Chainlink Services and Plugins
### **Description** This PR introduces a chain-agnostic solution for transforming address byte arrays into string representations. To do so, it uses a modifier that supports chain-specific logic. The modifier is...
### Description Take multiple observations and reduce down to a single report (Values.Map). Supports multiple values. Intended to be flexible enough to cover 95% of single report use cases. More...
This is so we can remove the wasi build tag from workflows and import the BuildWorkflow functions into tests.
Add support for OTEL client base of OTLP/HTTP exporters
Now that our `go.mod` file is free of `replace`s, we can run [gorelease](https://pkg.go.dev/golang.org/x/exp/cmd/gorelease). This PR adds a workflow job for exactly that. The tool may not be stable enough yet...
Introduce new address types in a backwards compatible way.
This PR adds `DependencyGraph.FormatChart` for visualizing workflows as mermaid flowcharts.