Skip to content

chore(deps): bump tronweb from 6.0.1 to 6.2.2 in /packages/tron#744

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/tron/tronweb-6.2.2
Open

chore(deps): bump tronweb from 6.0.1 to 6.2.2 in /packages/tron#744
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/tron/tronweb-6.2.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps tronweb from 6.0.1 to 6.2.2.

Release notes

Sourced from tronweb's releases.

v6.2.2

New Features

  • Added getCreate2Address

    • Added support for utils.address.getCreate2Address utility method.

    • Enables deterministic contract address computation using CREATE2.

    • Useful for advanced contract deployment workflows and meta-deployment scenarios.

Improvements

  • Improvement in decodeParams

    • Replaced {} with Object.create(null) in decodeParams.

    • Prevents prototype pollution.

  • Robust argument encoding in encodeArgs

    • Prevents valid falsy values from being incorrectly ignored.

    • Improves reliability of contract parameter encoding.

  • Strict contract type validation in contractJsonToProtobuf

    • Now throws an explicit error when encountering unsupported contract.type.

    • Prevents silent failures during contract conversion.

    • Improves developer debugging experience.

v6.2.1

Changes

  • Bump axios from v1.12.2 to v1.13.5
  • Bump webpack from v5.98.0 to v5.105.2

v6.2.0

New Features

  • trx.getNowWitnessList Added a new method to retrieve the witness list with real-time vote counts. This feature is available for JAVA-TRON v4.8.1 and above.

  • New deserialization support
    Added support for deserializing the following transaction types from raw_data_hex:

    • TransferAssetContract
    • ParticipateAssetIssueContract

... (truncated)

Changelog

Sourced from tronweb's changelog.

Change Log

6.2.2

New Features

  • Added getCreate2Address

    • Added support for utils.address.getCreate2Address utility method.

    • Enables deterministic contract address computation using CREATE2.

    • Useful for advanced contract deployment workflows and meta-deployment scenarios.

Improvements

  • Improvement in decodeParams

    • Replaced {} with Object.create(null) in decodeParams.

    • Prevents prototype pollution.

  • Robust argument encoding in encodeArgs

    • Prevents valid falsy values from being incorrectly ignored.

    • Improves reliability of contract parameter encoding.

  • Strict contract type validation in contractJsonToProtobuf

    • Now throws an explicit error when encountering unsupported contract.type.

    • Prevents silent failures during contract conversion.

    • Improves developer debugging experience.

6.2.1

Changes

  • Bump axios from v1.12.2 to v1.13.5
  • Bump webpack from v5.98.0 to v5.105.2

6.2.0

New Features

  • trx.getNowWitnessList Added a new method to retrieve the witness list with real-time vote counts. This feature is available for JAVA-TRON v4.8.1 and above.

... (truncated)

Commits
  • 9f8b559 Merge pull request #694 from tronprotocol/release/v6.2.2
  • 4c05ae0 Merge pull request #693 from Stan202310/release/v6.2.2
  • 27dcb2d chore: temparory using overrides to solve an audit issue
  • 12e1bbf test: fix test desc
  • 2f34ae0 test: update test files
  • 0f99e03 feat: add tests for getCreate2Address
  • 1ed3967 feat: add arguments verification
  • 0e3d1b7 feat: update type of asset
  • 73a4b5b chore: update change log
  • a82bcc2 refactor: extract common logic
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tronweb](https://github.com/tronprotocol/tronweb) from 6.0.1 to 6.2.2.
- [Release notes](https://github.com/tronprotocol/tronweb/releases)
- [Changelog](https://github.com/tronprotocol/tronweb/blob/master/CHANGELOG.md)
- [Commits](tronprotocol/tronweb@v6.0.1...v6.2.2)

---
updated-dependencies:
- dependency-name: tronweb
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file tron labels Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file tron

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants