Domino Valdano
Domino Valdano
This should significantly speed up queries from the core node to the pipeline_runs table. The two main things affected by this are: - Loading of job runs to return to...
The performance test CI workflow has been broken for a while due to recent changes in the management of CI secrets. This is an attempt to get it working again.
## PR description The ethereum json-rpc spec requires `logIndex` be a log's position within the block: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterchanges This is also what's described in the comments, but instead the current implementation...
## Description This field has been added to the OCR1 job spec on develop branch of chainlink repo: https://github.com/smartcontractkit/chainlink/commit/0d622c9c25c57c43368ec391f77b0d61f2f98a18 Expecting to be released soon.
The peer wrapper will report exactly why it failed to start. No need to guess why later when OCR2 is trying to start. In the case of OCR, it may...
**Describe the bug** The values returned by `eth_subscribe` for `logIndex` are inconsistent with the values returned by `eth_getLogs` for the same log events. Geth conforms to the rpc spec, which...
Also in this PR: - Converted all cases where a `logpoller.Filter` object is constructed over to using field names instead of positional arguments. This should make it much easier to...
After being moved out of this repo to chainlink-feeds, this was restored accidentally in https://github.com/smartcontractkit/chainlink/commit/c17067b874bebcda72cae8a335d9c6b5fc681f3a
Previously, `backupPollerBlockDelay` was defined as a const in LogPoller and hard-coded to 100. Now, any value can be passed to the LogPoller constructor including 0 to disable Backup LogPoller entirely....
This was logging a critical error when any error other than an rpc error happened (eg networking issue, or context timeout) when batch_size was = 1. Should have only been...