Conversation
updated to 0x0c
|
Apparently this is the actual change to the transaction encoding (?) that caused the version bump paritytech/substrate#6969 I'm not sure if this change has been incorporated into our docs. |
|
good to know. In that case might run this by @folsen or @gnunicorn ..? |
|
@thiolliere should be able to say. |
|
below in the doc is explained each field of module metadata: name, storage, error, ... but not index. An explanation is that index is: index comes from how pallet is defined in construct_runtime. For example: I'm not sure it is interesting to go into such details, just saying it is the index assigned in construct_runtime seems enough. About the change to the transaction encoding, this document doesn't explain it here, but maybe another document covers it ? The encoding change is this: before: and now i.e. for Event, Call and Origin the index for the corresponding variant is the index of the pallet. |
|
Is this still relevant or was it superseded by #718? |
updated to 0x0c