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
We currently prefix StoreCore events with StoreCore, but not World events/errors. We should align on one approach, and prefixing makes it easier to debug where an event came from.
Also forge flattens ABI directory structures, which means there's higher chance of collision if we had something named Context but also pull in a lib that has Context contract already. Feels a little silly to name based on what's probably a forge bug, but could help for visibility anyway.
We currently prefix
StoreCore
events withStoreCore
, but notWorld
events/errors. We should align on one approach, and prefixing makes it easier to debug where an event came from.TODO:
mud/packages/world/src/interfaces/IModule.sol
Lines 14 to 15 in b18d491
The text was updated successfully, but these errors were encountered: