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
I think the only things in AuxData should be nonce, string_account_id and amount.
The other stuff should not need to be passed in at the point of signing, as it will always be the same.
As long as the chain metadata is hard-coded into the program, so should be spec_version, transaction_version, etc. Even if we manage to fix this and have a chain-agnostic program, i think this stuff should be set in the program config at the point of deploying.
The text was updated successfully, but these errors were encountered:
I think the only things in AuxData should be
nonce
,string_account_id
andamount
.The other stuff should not need to be passed in at the point of signing, as it will always be the same.
As long as the chain metadata is hard-coded into the program, so should be
spec_version
,transaction_version
, etc. Even if we manage to fix this and have a chain-agnostic program, i think this stuff should be set in the program config at the point of deploying.The text was updated successfully, but these errors were encountered: