Replies: 2 comments
-
The best instrument to solve these problems is a global event listener. But it doesn't exist yet, and probably would require major Substrate architecture changes since the pallet itself has its own namespace by design. The alternative approaches:
My conclusion: I think the best would be to list all the use cases and then decide if it's worth increasing complexity or not. |
Beta Was this translation helpful? Give feedback.
-
well, it seems like some of the info got lost. imho the essential information was, to use a pallet as an async process worker based on block time. like this it is
there is
|
Beta Was this translation helpful? Give feedback.
-
Problem statement:
After the Event is emitted, there is no possibility to use it afterward. It would help to decouple pallets and reduce code repetition.
Use cases:
Let's discuss solutions / add use cases.
Beta Was this translation helpful? Give feedback.
All reactions