Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: extract utilities from aion.base to aion.util #748

Open
3 of 14 tasks
AlexandraRoatis opened this issue Dec 11, 2018 · 0 comments
Open
3 of 14 tasks

Refactoring: extract utilities from aion.base to aion.util #748

AlexandraRoatis opened this issue Dec 11, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AlexandraRoatis
Copy link
Contributor

AlexandraRoatis commented Dec 11, 2018

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
@AlexandraRoatis AlexandraRoatis added the enhancement New feature or request label Dec 11, 2018
@AlexandraRoatis AlexandraRoatis added this to the 0.3.3 milestone Dec 11, 2018
@AlexandraRoatis AlexandraRoatis self-assigned this Dec 11, 2018
@AlexandraRoatis AlexandraRoatis modified the milestones: 0.3.3, 0.4.0 Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant