polkadot_api_dotnet
polkadot_api_dotnet copied to clipboard
V11 RuntimeMetadata Is Deprecated
As told in here https://substrate.dev/rustdocs/v2.0.0/frame_metadata/enum.RuntimeMetadata.html
V11 metadata is deprecated.
I am getting an error while constructing a tx, but I am not sure it is about this or not.
Inside code, while getting the metadata as _protocolParams.Metadata = new Metadata(GetMetadata(meta));
it returns null, because it can't parse V12 metadata. Is it ok to be null, or does this cause problems?
Is there any progress for V12 metadata, or is there anything we can do for it? What should be done to support new metadata format?