Added
- Experimental support of runtime process isolation for Solana data feeds. Requires plugin binaries to be installed and
configured via the env varsCL_SOLANA_CMD
andCL_MEDIAN_CMD
. See plugins/README.md.
Fixed
- Fixed a bug which made it impossible to re-send the same transaction after abandoning it while manually changing the nonce.
Changed
- Set default for EVM.GasEstimator.BumpTxDepth to EVM.Transactions.MaxInFlight.
- Bumped batch size defaults for EVM specific configuration. If you are overriding any of these fields in your local config, please consider if it is necessary:
LogBackfillBatchSize = 1000
RPCDefaultBatchSize = 250
GasEstimator.BatchSize = 25
- Dropped support for Development Mode configuration.
CL_DEV
is now ignored on production builds. - Updated Docker image's PostgreSQL client (used for backups) to v15 in order to support PostgreSQL v15 servers.