Dimitris Grigoriou
Dimitris Grigoriou
Changes have already been merged here: https://github.com/smartcontractkit/chainlink/pull/7862
For the error package, take a look at this PR: https://github.com/smartcontractkit/chainlink/pull/11848
Can you update the CHANGELOG stating that we've added Finality Tag support on the Head Tracker, but consumers will actually utilize it on a separate PR?
> > Can you update the CHANGELOG stating that we've added Finality Tag support on the Head Tracker, but consumers will actually utilize it on a separate PR? > >...
Duplicate https://github.com/smartcontractkit/chainlink/pull/13397
I'm thinking the following scenario: What if someone clears the txs from the Node while there is an overflowed transaction on-chain? When the node restarts it will mistakenly pick the...
> The new changes look good to me. I do notice there might be some potential bottleneck, every time we refresh the `RefreshDynamicPrice` the fee_history will be invoked over the...
Finalizer is an execution-heavy component and can potentially use a large amount of resources. At the same time, finality is rather slow and comes in batches. Instead of listening for...