Mateusz Sekara
Mateusz Sekara
## Motivation Current implementation of pruning expired logs has two major drawbacks: * it removes all expired logs within a single database call. First of all, this could generate high...
## Motivation Delete expired logs should use `block_timestamp` instead of `created_at`. `created_at` is generated when inserting a block into the database. These values can be completely different for different nodes...
## Motivation We want to track in detail the progress of the chain. There is an existing metric `evm_pool_rpc_node_highest_seen_block` that is populated whenever the CL Node sees a new block...
Test
## Motivation ## Solution
PR in CCIP repo https://github.com/smartcontractkit/ccip/pull/1135
## Motivation ## Solution
## Motivation ## Solution
## Motivation ## Solution
## Motivation ## Solution