You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like processTransaction works when an account is supposed to be a signer, but there is no signature in the transaction. Is this the expected behavior? And is there any way to enforce signature checks?
For example, say there is an Anchor accounts declaration:
The underlying solana-banks-server code doesn't check the signatures. But how are you serializing the transaction without the signatures being checked on the client side? Related: #15
It seems like
processTransaction
works when an account is supposed to be a signer, but there is no signature in the transaction. Is this the expected behavior? And is there any way to enforce signature checks?For example, say there is an Anchor accounts declaration:
If I submit a transaction with these two accounts, but no signature for the
other_signer
account, the transaction still executes successfully.The text was updated successfully, but these errors were encountered: