Skip to content

Extrinsics V5 Support #157

@mfornos

Description

@mfornos

https://github.com/georgepisaltu/polkadot-RFCs/blob/0ac87dfeed91dcb3fd16f240fd783adf73c0e989/text/0124-extrinsic-version-5.md

In order to run a transaction with a signed origin in extrinsic version 5, a user must create the transaction with an instance of at least one extension responsible for authorizing Signed origins with a provided signature.

As stated before, paritytech/polkadot-sdk#3685 comes with a Transaction Extension which replicates the current Signed transactions in v5 extrinsics, namely VerifySignature. I will use this extension as an example on how to replicate current Signed transaction functionality in the new v5 extrinsic format, though the runtime logic is not constrained to this particular implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions