Skip to content

Releases: trustwallet/trust-web3-provider

2.0.9: fix: Update param index verification for address (#460)

23 Oct 20:58
09a0228
Compare
Choose a tag to compare
* fix: Adding param index verification for address

* chore: Adding latest trust-min

* adding optional chaining and ecma 2020

Release 2.0.8

22 Mar 16:04
adad8e1
Compare
Choose a tag to compare

Release 2.0.8

  • Patch lowercase address comparison on eth

2.0.7

08 Mar 15:40
be457a4
Compare
Choose a tag to compare
  • Add CI job to automatically publish on GitHub registry for Node package.

2.0.6

01 Mar 11:07
c3aec7b
Compare
Choose a tag to compare
  • Support multiple solana transactions

2.0.5

23 Feb 13:57
bc409e7
Compare
Choose a tag to compare
  • Update signTypedData to provide version and swap of arguments

2.0.4

15 Feb 11:59
4eac44e
Compare
Choose a tag to compare

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.

2.0.3

05 Dec 08:17
5843034
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

Add Aptos support

26 Oct 08:29
be1a72e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

22 Sep 11:54
46467a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

Add Solana support

05 Aug 21:48
8c55a52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...2.0.0