Skip to content

Releases: ava-labs/avalanchejs

v5.0.0

03 Mar 17:21
b5e0877
Compare
Choose a tag to compare

5.0.0 (2025-03-03)

Features

BREAKING CHANGES

  • See v4.2.0 release notes.
  • 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.

v5.0.0-alpha.1

03 Mar 17:13
7fe0bf0
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2025-03-03)

Features

BREAKING CHANGES

  • See v4.2.0 release notes.

v4.2.0

03 Mar 16:05
Compare
Choose a tag to compare

4.2.0 (2025-03-03)

Bug Fixes

Features

  • removed old pvm builder and apis (ebbb290)

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.

v4.2.0-alpha.2

03 Mar 16:26
a48ce8b
Compare
Choose a tag to compare
v4.2.0-alpha.2 Pre-release
Pre-release

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.

v4.2.0-alpha.1

05 Feb 22:44
ebbb290
Compare
Choose a tag to compare
v4.2.0-alpha.1 Pre-release
Pre-release

4.2.0-alpha.1 (2025-02-05)

Features

  • removed old pvm builder and apis (ebbb290)

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.

v4.1.2-alpha.4

06 Jan 13:59
06c8738
Compare
Choose a tag to compare
v4.1.2-alpha.4 Pre-release
Pre-release

4.1.2-alpha.4 (2025-01-06)

v4.1.2-alpha.3

17 Dec 18:33
ef80a85
Compare
Choose a tag to compare
v4.1.2-alpha.3 Pre-release
Pre-release

4.1.2-alpha.3 (2024-12-17)

Bug Fixes

  • update insufficent funds for fee error (#944) (ef80a85)

v4.1.2-alpha.2

17 Dec 17:39
ffce9d4
Compare
Choose a tag to compare
v4.1.2-alpha.2 Pre-release
Pre-release

4.1.2-alpha.2 (2024-12-17)

Bug Fixes

v4.1.2-alpha.1

04 Dec 18:04
f6518ea
Compare
Choose a tag to compare
v4.1.2-alpha.1 Pre-release
Pre-release

4.1.2-alpha.1 (2024-12-04)

v4.1.1

29 Nov 15:59
Compare
Choose a tag to compare

4.1.1 (2024-11-29)

Bug Fixes