We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
subxt
Tracking ticket to release subxt as a crate on crates.io.
Things we want in:
Config
AccountData
pub
extrinsic::extra
DispatchError
Extra
Known blockers
Closes #339
Nice-to-haves, work for future releases:
The text was updated successfully, but these errors were encountered:
Note: add a deprecation notice to substrate-subxt 0.15 on crates.io when we release subxt 0.16
substrate-subxt
Sorry, something went wrong.
No branches or pull requests
Tracking ticket to release
subxt
as a crate on crates.io.Things we want in:
Config
type to instantiate an API #391 (Possible bug preventing anything other than DefaultConfig being used) ParameterizeAccountData
#409pub
from various fields in exported types, notably inextrinsic::extra
#390 (I think that it would be good to do this tidy up prior to a release)DispatchError
Use the generated DispatchError instead of the hardcoded Substrate one #394)Extra
#331 ConfigurableConfig
andExtra
types #373Known blockers
Closes #339
Nice-to-haves, work for future releases:
The text was updated successfully, but these errors were encountered: