Skip to content

v2.2.0

Choose a tag to compare

@libotony libotony released this 16 May 07:30
· 27 commits to master since this release
c576235

This release incorporates the following packages:

@vechain/connex@v2.2.0
@vechain/connex-driver@v2.2.0
@vechain/connex-framework@v2.2.0
@vechain/connex-types@v2.2.0
@vechain/connex-repl@v2.2.0

Changes to the Connex API

  • Update types to reflect GLACTICA upgrade
    • Add baseFeePerGas to Connex.Thor.Block
    • Add type, maxPriorityFeePerGas and maxFeePerGas to Connex.Thor.Transaction
    • Add type to Connex.Thor.Transaction.Receipt
    • Add baseFeePerGas to Connex.Thor.Status['head']
  • Support signing Dynamic Fee transaction in package @vechain/connex-driver
    • Add driver.txParams.txType to define default transaction to use.
    • Add driver.txParams.maxPriorityFeePerGas to customize the transaction fee for dynamic fee transaction.

Full Changelog: v2.1.0...v2.2.0