chainlink-common
chainlink-common copied to clipboard
SDK for building Chainlink Services and Plugins
Depends on #790 This PR extends `WorkflowSpecFactory` to include `BeginSerial()` and `BeginAsync()` methods for toggling between two builder modes. Here is an example from a test which reads from two...
As part of adding basic support for generating EVM bindings for CR/CW for solidity contracts we add functionality to be able to disable test cases not yet supported by a...
### Description Add Median Aggregator, that takes in the output of an Action: ``` type CapabilityResponse struct { Value *values.Map } ``` and returns a single signed report with: ```...
Current validation allowed shorter names which would then later error in consensus phase
This PR introduces a web based playground for visualizing workflows: 
add unit tests to `Wrap` floats.
unblocking https://github.com/smartcontractkit/ccip/pull/1152 until chainlink is merged into ccip
pkg/workflows and pkg/capabilities are imported by the WASM runner. Prometheus uses a sys call WASM does not support. These general metrics can be set at the engine level so they...
This is just a simple change to test out how we'd emit custom events from capabilities It probably makes sense to hide as much of the beholder interaction as possible...