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
Merge the develop branch to the master branch, preparation to v3.1.0
This merge contains the following set of changes:
* [Oracle, Improvement] Try to detect unsynced node state (#592)
* [Oracle, Improvement] Allow to override JSON RPC error codes (#603)
* [Oracle, Fix] Fix handling of Compound related Transfer events (#595)
* [Oracle, Fix] Add new nonce-related error messages (#599)
* [Deployment, Fix] .env template includes latest changes related to the oracle configuration (#601)
* [Deployment, Fix] Improvements for the local logs configuration (#602)
* [Common, Other] Update the contract's submodule to the release 6.0.0 (#600)
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+1
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ ORACLE_SHUTDOWN_CONTRACT_ADDRESS | Optional contract address in the side chain a
52
52
ORACLE_SHUTDOWN_CONTRACT_METHOD | Method signature to be used in the side chain to identify the current shutdown status. Method should return boolean. Default value is `isShutdown()`. | `function signature`
53
53
ORACLE_FOREIGN_RPC_BLOCK_POLLING_LIMIT | Max length for the block range used in `eth_getLogs` requests for polling contract events for the Foreign chain. Infinite, if not provided. | `integer`
54
54
ORACLE_HOME_RPC_BLOCK_POLLING_LIMIT | Max length for the block range used in `eth_getLogs` requests for polling contract events for the Home chain. Infinite, if not provided. | `integer`
55
+
ORACLE_JSONRPC_ERROR_CODES | Override default JSON rpc error codes that can trigger RPC fallback to the next URL from the list (or a retry in case of a single RPC URL). Default is `-32603,-32002,-32005`. Should be a comma-separated list of negative integers. | `string`
0 commit comments