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

Break code base out into multi java modules #813

Open
Nana-EC opened this issue Mar 10, 2025 · 0 comments
Open

Break code base out into multi java modules #813

Nana-EC opened this issue Mar 10, 2025 · 0 comments
Assignees

Comments

@Nana-EC
Copy link
Contributor

Nana-EC commented Mar 10, 2025

Goal

Ensure an appropriate balance of block node logic encapsulation and decoupling to ensure support for future customized implementations of core block node features as well as better testing and explicit service management

Intention

Update the block node code to support java modules with clear goals for each modules.

Initial module split

  • base (temporary module to encompass current logic and allow parallel development)
  • server (this is just the top-level "start the server" code)
  • validation
  • validation-api
  • persistence
  • persistence-api

Considerations

  • gradle builds
  • nano service architecture

Technical Details

No response

Tasks and Features

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants