Fergal
Fergal
TBD: - What data types should we be working with in the go code? - Is `cfgWatcher.chain.Config().EVM().OCR2().Automation()` the correct path for these values? - How does an on chain config...
https://smartcontract-it.atlassian.net/browse/AUTO-9023 In this PR, we're implementing the new `SetConfig` function on the `LogEventProvider` type. When called, the passed config struct is read, and the values are passed into the `SetLimits`...
core ref: 5e497e26c11c5b65e033280e89d71992692b792a
https://smartcontract-it.atlassian.net/browse/AUTO-9357 This PR consists of the following key change: - Calculate the number of iterations needed to dequeue the minimum number of logs from the log buffer - Use a...
https://smartcontract-it.atlassian.net/browse/AUTO-10013 In this PR, we're: - Restructuring the log queues so that rather than a map of upkeep ID -> log list, we store a map of upkeep ID ->...
https://smartcontract-it.atlassian.net/browse/AUTO-10164 WIth this PR, we're updating some comments within the buffer implementation, to explicitly declare our assumptions on how the buffer will be used. Further to this, we're also adding...