v2.2.0
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
baseFeePerGastoConnex.Thor.Block - Add
type,maxPriorityFeePerGasandmaxFeePerGastoConnex.Thor.Transaction - Add
typetoConnex.Thor.Transaction.Receipt - Add
baseFeePerGastoConnex.Thor.Status['head']
- Add
- Support signing Dynamic Fee transaction in package
@vechain/connex-driver- Add
driver.txParams.txTypeto define default transaction to use. - Add
driver.txParams.maxPriorityFeePerGasto customize the transaction fee for dynamic fee transaction.
- Add
Full Changelog: v2.1.0...v2.2.0