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
The introduction of TransactionExtension changed the semantics of extensions and extrinsics, which now don't need to provide any signature types. This means the current entries in docs/sdk/src/reference_docs/transaction_extensions.rs and docs/sdk/src/reference_docs/extrinsic_encoding.rs are outdated.
Using the information in the PR description of #2280 and its PrDoc, we need to update the reference docs.
The text was updated successfully, but these errors were encountered:
I'd love to write the ref docs (and still have writing the metadata ref docs on my todo list); I have quite a lot to get through at the moment but I'll try to find time for this in the next few weeks! If somebody else beats me to it then that's totally fine too.
Follow up on #2280
The introduction of
TransactionExtension
changed the semantics of extensions and extrinsics, which now don't need to provide any signature types. This means the current entries indocs/sdk/src/reference_docs/transaction_extensions.rs
anddocs/sdk/src/reference_docs/extrinsic_encoding.rs
are outdated.Using the information in the PR description of #2280 and its PrDoc, we need to update the reference docs.
The text was updated successfully, but these errors were encountered: