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

solana ref: BCI-3989-cr-methods-error-when-unstarted core ref: BCI-3989-cr-methods-error-when-unstarted ### Task Description: We only want `GetLatestValue`, `BatchGetLatestValue` and `QueryKey` to be called when `CR` service is in `Started` state. If `CR` is not...

Note: No need to review the generated code in the same package as it's using an existing generator and just replacing a comment. To come in later PRs for the...

Working, need to clean up a lot. Want to add ability to mock and run with mock input / output in another PR.

Add new NewContractStateReader method to relayer Core PR: https://github.com/smartcontractkit/chainlink/pull/13412

when using the utility execute as sync function misleading 60s 'timeout' errors seen in the keystone e2e tests when the cause is test shutdown not timeout

When updates are made to a core interface and committed to common, builds break on core or relay repos due to not matching interfaces. This change proposes using 'unimplemented' versions...