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
In outer enums lecture, we cover what a cool thing type RuntimeEvet is, that you can access future types in abstract ways through traits. But we should also cover why not all pallets use them, and have to define their own RuntimeEvent, in order to add additional bounds. A similar example of this is that some pallets, despite having access to Currency or similar, need to define their own CurrencyBalance in order to fulfill types.
in DPoS assignment template, it would be good to provide further boilerplate about how to mock find_author.
In all assignment templates, it would be good to provide default and expected FreeId and HoldId.
Pallet instancing, if not clearly communicated, should be mentioned at a high level with am emphasis, because it comes relevant in XCM locations.
The text was updated successfully, but these errors were encountered:
StorageValue
andStorageMap
here, would be good to back-reference.dev_mode
at the end, or as we go through, and how certain details are elided indev_mode
.RuntimeCall
etc. Update Enum Names in Outer Enum Talk #803type RuntimeEvet
is, that you can access future types in abstract ways through traits. But we should also cover why not all pallets use them, and have to define their ownRuntimeEvent
, in order to add additional bounds. A similar example of this is that some pallets, despite having access toCurrency
or similar, need to define their ownCurrencyBalance
in order to fulfill types.find_author
.FreeId
andHoldId
.The text was updated successfully, but these errors were encountered: