Skip to content

Migration guide from v14 to v15 #648

Description

@danielailie

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions