Trustwallet Trust Web3 Provider Versions Save

Web3 javascript wrapper provider for iOS and Android platforms.

3.0.0

2 months ago

2.0.10

2 months ago

What's Changed

Full Changelog: https://github.com/trustwallet/trust-web3-provider/compare/2.0.9...2.0.10

2.0.9

6 months ago

2.0.8

1 year ago

Release 2.0.8

  • Patch lowercase address comparison on eth

2.0.7

1 year ago
  • Add CI job to automatically publish on GitHub registry for Node package.

2.0.6

1 year ago
  • Support multiple solana transactions

2.0.5

1 year ago
  • Update signTypedData to provide version and swap of arguments

2.0.4

1 year ago

What's Changed

Supporting V0 Transaction Sign

  • Now the transaction version is passed down to the signRawTransaction method with version = 'legacy' | 0
  • Signature verification enabled for legacy txs
  • Bump cookiejar for security

Wallet Developers

You should handle and update logic to reject or support versioned transaction, you can check for version == 0. Previously the provider failed and the request was not sent to the Wallet, after this update the request will be sent.