Skip to content

Refactor/modules implementation - #469

Merged
rpanic merged 11 commits into
developfrom
refactor/modules-implementation
Apr 1, 2026
Merged

rpanic merged 11 commits into
developfrom
refactor/modules-implementation

Conversation

@stanlou

@stanlou stanlou commented Mar 23, 2026

Copy link
Copy Markdown
Collaborator

closes #458

@stanlou
stanlou requested a review from rpanic March 23, 2026 05:20
@stanlou
stanlou marked this pull request as ready for review March 23, 2026 10:53
Comment thread packages/sequencer/src/sequencer/SequencerCoreModule.ts Outdated
Comment thread packages/common/src/config/ModuleContainer.ts Outdated
await this.startServer();
}

// Server logic

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a thought - instead of flattening the Graphql implementation into here. Could we not just make this class a dependencyfactory creating the GraphqlServer? This way users could override it by passing a GraphqlServer module if they don't want to use Koa for some reason

Comment thread packages/sequencer/src/sequencer/SequencerCoreModule.ts
Comment thread packages/sequencer/src/sequencer/SequencerCoreModule.ts Outdated
Comment thread packages/sequencer/src/sequencer/SequencerCoreModule.ts Outdated
Comment thread packages/sequencer/src/storage/DatabasePruneModule.ts Outdated
@rpanic
rpanic merged commit 03db983 into develop Apr 1, 2026
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify a bunch of user-facing modules

2 participants