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
Describe the bug
I'm trying to sign a Client.deploy with a publicKey that doesn't exist. This should work. I just want to seed the contract ID consistently with my own Address and salt.
Right now I'm getting an error when the publicKey for this doesn't exist. When signing Soroban ops the account doesn't need to exist. You only need the authorizing account to be live if it's spending XLM on fees or a sequence number.
What version are you on? 13.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to sign a
Client.deploy
with apublicKey
that doesn't exist. This should work. I just want to seed the contract ID consistently with my own Address and salt.Right now I'm getting an error when the publicKey for this doesn't exist. When signing Soroban ops the account doesn't need to exist. You only need the authorizing account to be live if it's spending XLM on fees or a sequence number.
What version are you on?
13.0.0
The text was updated successfully, but these errors were encountered: