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 client is currently not modularized very well which makes adding features hard, since it is not a plug-in system. Implementing things like History Purging / importing era1 #3931 will therefore be all-over-the-place. Also keep in mind that we want to multi-thread the client #3695 since it is currently single-threaded. Modularization / splitting up the client in isolated sub-tasks will make this easier or in some cases maybe even doable out-of-the-box 😄 👍
This general issue is supposed to collect all the sub-issues related to client modularization / client cleanup. In general if something is obvious: immediately open a PR to fix this. If this is not the case, open an issue for discussion and link it here as sub-issue.
The client is currently not modularized very well which makes adding features hard, since it is not a plug-in system. Implementing things like History Purging / importing era1 #3931 will therefore be all-over-the-place. Also keep in mind that we want to multi-thread the client #3695 since it is currently single-threaded. Modularization / splitting up the client in isolated sub-tasks will make this easier or in some cases maybe even doable out-of-the-box 😄 👍
This general issue is supposed to collect all the sub-issues related to client modularization / client cleanup. In general if something is obvious: immediately open a PR to fix this. If this is not the case, open an issue for discussion and link it here as sub-issue.
An example sub issue: logger modularization #3922
The text was updated successfully, but these errors were encountered: