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
which is required for fetching the nonce for constructing the Extra data for an Extrinsic. It assumes the presence of the system pallet and that the AccountData type has a nonce field. So we should consider whether this should be made configurable, or at least detect if the system pallet is not present with that Storage entry. Currently we are assuming it is always there. https://github.com/paritytech/subxt
Currently the
AccountData
storage type is hardcoded:subxt/codegen/src/api/mod.rs
Lines 228 to 237 in ca5345c
which is required for fetching the nonce for constructing the
Extra
data for an Extrinsic. It assumes the presence of the system pallet and that theAccountData
type has a nonce field. So we should consider whether this should be made configurable, or at least detect if thesystem
pallet is not present with thatStorage
entry. Currently we are assuming it is always there. https://github.com/paritytech/subxtFrom #309
The text was updated successfully, but these errors were encountered: