chainlink-common
chainlink-common copied to clipboard
SDK for building Chainlink Services and Plugins
### What Adds a new trigger capability for scheduling workflows via a Cron schedule. ### TODO - [ ] Lint - [ ] More unit tests - [ ] Consolidate...
Last part taken from [this PR](https://github.com/smartcontractkit/chainlink-common/pull/695/files)
Add Beholder sdk. Copy from https://github.com/smartcontractkit/chainlink-common/pull/681
This is a companion to #694 and supports: - https://github.com/smartcontractkit/chainlink/pull/14110
Last part taken from [this PR](https://github.com/smartcontractkit/chainlink-common/pull/695/files)
### What ### Why
`ContractReader` needs the ability to read events and methods from the same contract configuration at multiple addresses. *Restrictions* - `Bind` is required due to needing a contract address for event...
### What - Creating grafana resources parameters through structs - Add API methods to interact with grafana - Add alerting layer ### Why - More stable library to consume -...