Skip to content

2.0.4

Compare
Choose a tag to compare
@y3fers0n y3fers0n released this 15 Feb 11:59
· 22 commits to master since this release
4eac44e

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.