Releases: trustwallet/trust-web3-provider
Releases · trustwallet/trust-web3-provider
2.0.11
Full Changelog: 2.0.10...2.0.11
3.0.0
2.0.10
2.0.9: fix: Update param index verification for address (#460)
* fix: Adding param index verification for address * chore: Adding latest trust-min * adding optional chaining and ecma 2020
Release 2.0.8
Release 2.0.8
- Patch lowercase address comparison on eth
2.0.7
- Add CI job to automatically publish on GitHub registry for Node package.
2.0.6
2.0.5
2.0.4
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
What's Changed
- Bump minimatch from 3.0.4 to 3.1.2 in /src by @dependabot in #342
- Fix personal_sign compatibility issues by @sherardxu in #346
- Remote isPetra flag from aptos by @rsrbk in #348
- Update trust-min.js by @hewigovens in #349
New Contributors
- @sherardxu made their first contribution in #346
Full Changelog: 2.0.2...2.0.3