Skip to content

v4.2.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 16:26
· 4 commits to master since this release
a48ce8b

4.2.0-alpha.2 (2025-03-03)

Features

BREAKING CHANGES

  • The old PVM transaction builder has been removed. The new Etna builder
    is now the default builder in order to support dynamic fees. Static fees
    on P-chain are not longer applicable. Likewise, API's referring to
    retrieving static fees have been removed where no longer applicable, and
    new X-Chain specific API's have been added to cover retrieving static tx
    fees specific to X-Chain transactions. The e alias on pvm (ie
    pvm.e.{builderMethod}) has been marked deprecated since the builder
    methods are now directly available on the pvm export.