diff --git a/print.html b/print.html index 35e4e16..9321f9b 100644 --- a/print.html +++ b/print.html @@ -1411,9 +1411,17 @@ For Polkadot/Kusama this means that also the parachain nodes need to be running

Summary

-

This RFC proposes the definition of version 5 extrinsics along with changes to the specification and encoding from version 4.

+

This RFC proposes the definition of version 5 extrinsics along with changes to the specification and +encoding from version 4.

Motivation

-

RFC84 introduced the specification of General transactions, a new type of extrinsic besides the Signed and Unsigned variants available previously in version 4. Additionally, RFC99 introduced versioning of transaction extensions through an extra byte in the extrinsic encoding. Both of these changes require an extrinsic format version bump as both the semantics around extensions as well as the actual encoding of extrinsics need to change to accommodate these new features.

+

RFC84 +introduced the specification of General transactions, a new type of extrinsic besides the Signed +and Unsigned variants available previously in version 4. Additionally, +RFC99 +introduced versioning of transaction extensions through an extra byte in the extrinsic encoding. +Both of these changes require an extrinsic format version bump as both the semantics around +extensions as well as the actual encoding of extrinsics need to change to accommodate these new +features.

Stakeholders