chainlink-common
chainlink-common copied to clipboard
SDK for building Chainlink Services and Plugins
Bumping build-image to the commit of this fix: https://github.com/smartcontractkit/chainlink-github-actions/pull/137 to unblock CI for current PRs in common. Will be updated soon with the next release tag for `smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image`.
Previously the lint artifact was in xml, so the step to find errors omits the file name when logging to the action. This means that devs still have to pull...
This is in service of database isolation between between the reporting plugin and relayer
Context: - To implement chain specific `TxAttemptBuilder` and `TxTypes` , this PR moves over the necessary generalised Tx types. Notes: - Need help to check if the folder import location...