Skip to content

build(deps-dev): bump tronweb from 6.2.2 to 6.3.0#17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tronweb-6.3.0
Closed

build(deps-dev): bump tronweb from 6.2.2 to 6.3.0#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tronweb-6.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown

Bumps tronweb from 6.2.2 to 6.3.0.

Release notes

Sourced from tronweb's releases.

v6.3.0

New Features

  • Added trx.getContractInfo

    Added trx.getContractInfo(contractAddress) method that retrieves detailed contract information via the wallet/getcontractinfo node API endpoint.

  • Extended deserializeTx with full contract type coverage

    Added deserialization support for all remaining TransactionBuilder contract types via raw_data_hex:

    • Account: AccountCreateContract, AccountUpdateContract, SetAccountIdContract, AccountPermissionUpdateContract
    • Stake / Vote: FreezeBalanceContract, UnfreezeBalanceContract, VoteWitnessContract
    • Proposal: ProposalCreateContract, ProposalApproveContract, ProposalDeleteContract
    • Smart contract: CreateSmartContract, UpdateSettingContract, UpdateEnergyLimitContract, ClearABIContract
    • DEX: ExchangeCreateContract, ExchangeInjectContract, ExchangeWithdrawContract, ExchangeTransactionContract
    • UpdateBrokerageContract

Improvements

  • Plugin restrictions

    • Added PROTECTED_MODULES to prevent plugins from overriding 2 modules: transactionBuilder, plugin.
    • Added PROTECTED_METHODS to block plugins from overriding critical signing/key methods: sign, signMessage, signMessageV2, signTransaction, signTypedData, multiSign, setPrivateKey, ecRecover.
    • ⚠️ Note: Plugin support will be removed in the next major version.
  • Bug fix

    • Corrected the return type of the getDelegatedResourceV2 in trx.ts to consistently return an array.

Changes

  • Remove dev dependency @​eslint/eslintrc.
  • Bump serialize-javascript from 7.0.3 to 7.0.5.
Changelog

Sourced from tronweb's changelog.

Change Log

6.3.0

New Features

  • Added trx.getContractInfo

    Added trx.getContractInfo(contractAddress) method that retrieves detailed contract information via the wallet/getcontractinfo node API endpoint.

  • Extended deserializeTx with full contract type coverage

    Added deserialization support for all remaining TransactionBuilder contract types via raw_data_hex:

    • Account: AccountCreateContract, AccountUpdateContract, SetAccountIdContract, AccountPermissionUpdateContract
    • Stake / Vote: FreezeBalanceContract, UnfreezeBalanceContract, VoteWitnessContract
    • Proposal: ProposalCreateContract, ProposalApproveContract, ProposalDeleteContract
    • Smart contract: CreateSmartContract, UpdateSettingContract, UpdateEnergyLimitContract, ClearABIContract
    • DEX: ExchangeCreateContract, ExchangeInjectContract, ExchangeWithdrawContract, ExchangeTransactionContract
    • UpdateBrokerageContract

Improvements

  • Plugin restrictions

    • Added PROTECTED_MODULES to prevent plugins from overriding 2 modules: transactionBuilder, plugin.
    • Added PROTECTED_METHODS to block plugins from overriding critical signing/key methods: sign, signMessage, signMessageV2, signTransaction, signTypedData, multiSign, setPrivateKey, ecRecover.
    • ⚠️ Note: Plugin support will be removed in the next major version.
  • Bug fix

    • Corrected the return type of the getDelegatedResourceV2 in trx.ts to consistently return an array.

Changes

  • Remove dev dependency @​eslint/eslintrc.
  • Bump serialize-javascript from 7.0.3 to 7.0.5.

6.2.2

New Features

  • Added getCreate2Address

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

    • Enables deterministic contract address computation using CREATE2.

... (truncated)

Commits
  • 2b87775 Merge pull request #705 from tronprotocol/release/v6.3.0
  • 24bf379 Merge pull request #703 from Stan202310/release/v6.3.0
  • 7d8c4d8 chore: re-add .githooks to repo and remove from .gitignore
  • a128b11 chore: remove .githooks from repo and add to .gitignore
  • 703d97f test: trigger tre time update manually
  • a5d2982 docs: update local dev network setup to use TRE instead of Quickstart
  • e405249 fix: upgrade basic-ftp from 5.2.2 to 5.3.0 for security patch
  • 210f59f fix: upgrade follow-redirects from 1.15.11 to 1.16.0 for security patch
  • 86ab5cd fix: upgrade basic-ftp from 5.2.1 to 5.2.2 for security patch
  • 17fdb02 fix: upgrade axios from 1.13.5 to 1.15.0 for security patch
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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.2.2 to 6.3.0.
- [Release notes](https://github.com/tronprotocol/tronweb/releases)
- [Changelog](https://github.com/tronprotocol/tronweb/blob/master/CHANGELOG.md)
- [Commits](tronprotocol/tronweb@v6.2.2...v6.3.0)

---
updated-dependencies:
- dependency-name: tronweb
  dependency-version: 6.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 23, 2026
@grayfoxd grayfoxd closed this Jun 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tronweb-6.3.0 branch June 25, 2026 02:14
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant