Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignTx called instead of signPreimage with TAALSigner #46

Open
Neggia opened this issue Oct 15, 2023 · 1 comment
Open

SignTx called instead of signPreimage with TAALSigner #46

Neggia opened this issue Oct 15, 2023 · 1 comment
Assignees

Comments

@Neggia
Copy link

Neggia commented Oct 15, 2023

Hello,
I think this should be the cause, if not by the way the problem is that I get a blank popup and I can't sign the deployToken transaction.
In /src/contracts/bsv20V2.ts, method deployToken, with TAALSigner line 129 const tx = await this.deploy(1) ends up calling action "signTx" of chrome-extension (/src/pages/background/index.js line with case "signTx":) with line const signedTx = yield this.signTransaction(tx, options); of method signAndsendTransaction (scrypt-ts/dist/bsv/abstract-signer.js), that can handle only standard transactions, but action "signPreimage" should be called instead (cause script is non-standard).

@Neggia
Copy link
Author

Neggia commented Oct 18, 2023

With 1.3.6 I will use PandaSigner, this issue is low priority for me now, great work as always

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants