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

Signature verification failed non-deterministically on transactions with multi signers #13

Open
GuidoDipietro opened this issue May 16, 2024 · 1 comment

Comments

@GuidoDipietro
Copy link

Transactions with multiple signers fail non deterministically with Signature verification failed, even if a signature verification check is performed successfully before sending the transaction.

I have faced this issue with Anchor's .rpc(), and this lib's sendTransaction(), processTransaction() and tryProcessTransaction().

My current workaround is to just retry it until it succeeds.

Versions:

@solana/web3.js 1.73.0
solana-cli 1.14.16
anchor-cli 0.27.0
@coral-xyz/anchor 0.27.0
anchor-bankrun ^0.3.0
solana-bankrun ^0.3.0
spl-token-bankrun ^0.2.5
@kevinheavey
Copy link
Owner

Any chance you can put together a reproducible example? Like a loop that keeps going until it runs into the sigverify error

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