chainlink-common
chainlink-common copied to clipboard
SDK for building Chainlink Services and Plugins
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.
CCIP: https://github.com/smartcontractkit/ccip/pull/1152
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...