v2.11.0
版本发布时间: 2024-05-02 00:42:02
smartcontractkit/chainlink最新发布版本:v2.15.0(2024-08-22 02:22:01)
Added
- Added a tx simulation feature to the chain client to enable testing for zk out-of-counter (OOC) errors
- Add the
pool_rpc_node_highest_finalized_block
metric that tracks the highest finalized block seen per RPC. IfFinalityTagEnabled = true
, a positive NodePool.FinalizedBlockPollInterval is needed to collect the metric. If the finality tag is not enabled, the metric is populated with a calculated latest finalized block based on the latest head and finality depth.
Updated
- Moved
JuelsPerFeeCoinCacheDuration
under theJuelsPerFeeCoinCache
struct in config. RenameJuelsPerFeeCoinCacheDuration
to updateInterval. AddstalenessAlertThreshold
toJuelsPerFeeCoinCache
config. TheStalenessAlertThreshold
config option has a default of 24 hours which means that it doesn't have to be set unless we want to override the duration after which a stale cache should start throwing errors. - Updated config for Polygon zkEVM chains.
- HeadTracker now respects the
FinalityTagEnabled
config option. If the flag is enabled, HeadTracker backfills blocks up to the latest finalized block provided by the corresponding RPC call. To address potential misconfigurations,HistoryDepth
is now calculated from the latest finalized block instead of the head. Note that consumers like TXM and LogPoller do not fully use the Finality Tag yet. - Change LimitTransfer gasLimit type from uint32 to uint64
Upcoming change in v2.13.0
- The
xdai
ChainType
has been renamed tognosis
to match the chain's new name. The old value is still supported but has been deprecated and will be removed in v2.13.0.