-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
This discussion is in the context of a refactored basecoin as a middleware (post 0.7). More context: each plugin, or instance of a plugin will have a unique domain within the state in which it is permissioned to use. However there are many situations for which a plugin may want/need to interact with a space which it is not inherently permissioned for such as:
- app triggers sending an ibc packet
- app sending coins to someone
We need to have as versatile an environment as possible without compromising safety or ease of use... IPC may allow what is currently one plugin to be further compartmentalized into a cluster of plugins, - right off the bat with tendermint/trackomatron I can imagine having separate but interacting plugin utilities for creating profiles, sending invoices, and paying invoices - These sometimes may need to interact in the same space.