chainlink-common icon indicating copy to clipboard operation
chainlink-common copied to clipboard

SDK for building Chainlink Services and Plugins

Results 150 chainlink-common issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot from 2024-09-29 18-43-32](https://github.com/user-attachments/assets/b45f9d72-5d8a-4599-9e58-cedb32184e70)

unblocking https://github.com/smartcontractkit/ccip/pull/1152 until chainlink is merged into ccip

do-not-merge

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...