Migration from v14 to v15
v15 is a major release that introduces several important changes:
-
New GasLimitEstimator component
In response to the Barnard release, where gas limit overestimation dropped from 10x to 2x, we’ve added the GasLimitEstimator.
This component simulates a transaction to compute the required gas limit and allows an optional multiplier (e.g., 1.2) for safety margins.
It can be passed to any TransactionFactory or Controller.
-
Removal of deprecated methods
Several previously deprecated methods have been removed to streamline the codebase.
⚠️ This release includes breaking changes. Please review the list below to ensure a smooth upgrade from v14.
Migration from v14 to v15
v15 is a major release that introduces several important changes:
New
GasLimitEstimatorcomponentIn response to the Barnard release, where gas limit overestimation dropped from 10x to 2x, we’ve added the
GasLimitEstimator.This component simulates a transaction to compute the required gas limit and allows an optional multiplier (e.g.,
1.2) for safety margins.It can be passed to any
TransactionFactoryorController.Removal of deprecated methods
Several previously deprecated methods have been removed to streamline the codebase.