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
The aion.base module is included in many of the other modules, oftentimes only for the use of some utility functions. This refactoring aims at enhancing modularity by decoupling the utilities (modUtil) from the kernel interfaces (modAionBase).
The following modules will require refactoring (with different degrees of difficulty):
aion_api
modAion
modAionBase
modAionImpl
modApiServer
modCrypto
modDbImpl
modFastVM
modGui
modMcf
modP2pImpl
modPrecompiled
modRlp
modVM
The text was updated successfully, but these errors were encountered:
The
aion.base
module is included in many of the other modules, oftentimes only for the use of some utility functions. This refactoring aims at enhancing modularity by decoupling the utilities (modUtil
) from the kernel interfaces (modAionBase
).The following modules will require refactoring (with different degrees of difficulty):
aion_api
modAion
modAionBase
modAionImpl
modApiServer
modCrypto
modDbImpl
modFastVM
modGui
modMcf
modP2pImpl
modPrecompiled
modRlp
modVM
The text was updated successfully, but these errors were encountered: