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 deprecates the terminology of additional_signed in favor of implicit. The metadata structure defined by SignedExtensionMetadata had an additional_signed field which needs to be renamed to implicit (see here) to match the new naming after the TransactionExtension PR is merged.
The text was updated successfully, but these errors were encountered:
This PR exposes the *unstable* metadata V16. The metadata is exposed
under the unstable u32::MAX number.
Developers can start experimenting with the new features of the metadata
v16. *Please note that this metadata is under development and expect
breaking changes until stabilization.*
The `ExtrinsicMetadata` trait receives a breaking change. Its associated
type `VERSION` is rename to `VERSIONS` and now supports a constant
static list of metadata versions.
The versions implemented for `UncheckedExtrinsic` are v4 (legacy
version) and v5 (new version).
For metadata collection, it is assumed that all `TransactionExtensions`
are under version 0.
Builds on top of: #5274Closes: #5980Closes: #5347Closes: #5285
cc @paritytech/subxt-team
---------
Signed-off-by: Alexandru Vasile <[email protected]>
Co-authored-by: Niklas Adolfsson <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: James Wilson <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
This PR exposes the *unstable* metadata V16. The metadata is exposed
under the unstable u32::MAX number.
Developers can start experimenting with the new features of the metadata
v16. *Please note that this metadata is under development and expect
breaking changes until stabilization.*
The `ExtrinsicMetadata` trait receives a breaking change. Its associated
type `VERSION` is rename to `VERSIONS` and now supports a constant
static list of metadata versions.
The versions implemented for `UncheckedExtrinsic` are v4 (legacy
version) and v5 (new version).
For metadata collection, it is assumed that all `TransactionExtensions`
are under version 0.
Builds on top of: paritytech#5274Closes: paritytech#5980Closes: paritytech#5347Closes: paritytech#5285
cc @paritytech/subxt-team
---------
Signed-off-by: Alexandru Vasile <[email protected]>
Co-authored-by: Niklas Adolfsson <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: James Wilson <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
The introduction of
TransactionExtension
deprecates the terminology ofadditional_signed
in favor ofimplicit
. The metadata structure defined bySignedExtensionMetadata
had anadditional_signed
field which needs to be renamed toimplicit
(see here) to match the new naming after theTransactionExtension
PR is merged.The text was updated successfully, but these errors were encountered: