casper-ecosystem / casper-js-sdk

TypeScript Casper Client SDK
Apache License 2.0
71 stars 60 forks source link

Cannot use Torus wallet with Casper JS SDK v2.14.0 #346

Closed davidatwhiletrue closed 1 year ago

davidatwhiletrue commented 1 year ago

Describe the bug Casper JS SDK v2.14.0 cannot be used to sign transactions with Torus wallet.

These lines added in PR #329 stop the execution of the deploy() method, avoiding that the Torus node can display the signature window.

https://github.com/casper-ecosystem/casper-js-sdk/blob/f7c3781cbcbe9a959e2027aac1e52783ea805de1/src/services/CasperServiceByJsonRPC.ts#L492