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
We want to minimize the amount of code a quartz app dev needs to write / understand while limiting their ability to customize their application. Currently, the main.rs file of quartz enclave/ has a lot of boilerplate.
Copying comments from @hu55a1n1 :
This is somewhat intentional, as we don't want the user/dev to forget to add the quartz CoreService. But I think there are other ways to achieve that. e.g. ->
Summary
We want to minimize the amount of code a quartz app dev needs to write / understand while limiting their ability to customize their application. Currently, the
main.rs
file of quartzenclave/
has a lot of boilerplate.Copying comments from @hu55a1n1 :
This is somewhat intentional, as we don't want the user/dev to forget to add the quartz CoreService. But I think there are other ways to achieve that. e.g. ->
Users might want the flexibility to specify their own config e.g. light client opts, etc.
Users may also want to add more services.
To do
Acceptance Criteria
The text was updated successfully, but these errors were encountered: