You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported.
1584
+
P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported.
1585
1585
All nodes in the OCR network should share the same networking stack.
1586
1586
1587
1587
### IncomingMessageBufferSize
@@ -2298,7 +2298,7 @@ MessageRateLimiterCapacity is the "burst" of the message rate limiter.
2298
2298
BytesRateLimiterRate = 5000000.0# Default
2299
2299
```
2300
2300
2301
-
BytesRateLimiterRate is the max size of precessed messages per second.
2301
+
BytesRateLimiterRate is the max size of processed messages per second.
2302
2302
2303
2303
### BytesRateLimiterCapacity
2304
2304
@@ -17447,7 +17447,7 @@ When FinalityTagEnabled is false, SafeTagSupported is ignored and LatestSafeBloc
17447
17447
FlagsContractAddress = '0xae4E781a6218A8031764928E88d457937A954fC3'# Example
17448
17448
```
17449
17449
17450
-
FlagsContractAddress can optionally point to a [Flags contract](../contracts/src/v0.8/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
17450
+
FlagsContractAddress can optionally point to a [Flags contract](https://github.com/smartcontractkit/chainlink-evm/blob/develop/contracts/src/v0.8/l2ep/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
17451
17451
17452
17452
### LinkContractAddress
17453
17453
@@ -17514,7 +17514,7 @@ BackupLogPollerDelay=0 will disable Backup LogPoller (_not recommended for produ
MinContractPayment is the minimum payment in LINK required to execute a direct request job. This can be overridden on a per-job basis.
17517
+
MinContractPayment is the minimum payment in LINK required to execute a direct request job. This can be overriden on a per-job basis.
17518
17518
17519
17519
### MinIncomingConfirmations
17520
17520
@@ -17716,7 +17716,7 @@ MinAttempts = 3 # Example
17716
17716
Enabled = false# Default
17717
17717
```
17718
17718
17719
-
Enabled enables or disables automatically purging transactions that have been idenitified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains.
17719
+
Enabled enables or disables automatically purging transactions that have been identified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains.
17720
17720
17721
17721
### DetectionApiUrl
17722
17722
@@ -17941,7 +17941,7 @@ SenderAddress is optional and can be set to a specific sender address for gas li
17941
17941
If you are using gas limit estimation:
17942
17942
17943
17943
- Setting SenderAddress is optional for most products. If it is set, the from address for the transaction for gas estimation will be set to the inputted SenderAddress. If it is not set, the actual address the transaction is sent from is used if available.
17944
-
- Setting SenderAddress is neccessary for gas limit estimation to function correctly for CCIP. Gas limit estimation works only in CCIP 1.6 and above if SenderAddress is set to the given example value (0x00c11c11c11C11c11C11c11c11C11C11c11C11c1). This value is hardcoded in the CCIP 1.6 contracts and is not needed for other products.
17944
+
- Setting SenderAddress is necessary for gas limit estimation to function correctly for CCIP. Gas limit estimation works only in CCIP 1.6 and above if SenderAddress is set to the given example value (0x00c11c11c11C11c11C11c11c11C11C11c11C11c1). This value is hardcoded in the CCIP 1.6 contracts and is not needed for other products.
17945
17945
17946
17946
### BumpMin
17947
17947
@@ -18025,7 +18025,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
18025
18025
- All new transactions will be sent as type 0x2 transactions specifying a TipCap and FeeCap. Be aware that existing pending legacy transactions will continue to be gas bumped in legacy mode.
18026
18026
-`BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
18027
18027
-`FixedPriceEstimator` will use `GasTipCapDefault` instead of `GasPriceDefault` for the tip cap
18028
-
-`FixedPriceEstimator` will use `GasFeeCapDefault`instaed of `GasPriceDefault` for the fee cap
18028
+
-`FixedPriceEstimator` will use `GasFeeCapDefault`instead of `GasPriceDefault` for the fee cap
18029
18029
-`PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
18030
18030
-`PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
18031
18031
-`Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead
@@ -18992,7 +18992,7 @@ GasLimitMultiplier scales the estimated gas limit.
18992
18992
MaxMsgsPerBatch = 100# Default
18993
18993
```
18994
18994
18995
-
MaxMsgsPerBatch limits the numbers of mesages per transaction batch.
18995
+
MaxMsgsPerBatch limits the numbers of messages per transaction batch.
0 commit comments