-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: modify acl state #421
Conversation
vitest.workspace.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to add this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed this vitest docs: https://vitest.dev/guide/workspace
We have a lot of files vite.config.mts
, and we need a file to manage them. So I create this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or we can change the root vite.config.mts
and add a workspace in this root file
Description
This PR consolidates
_admin
,_finalitySigners
,_writers
, and related variables into_authorizedPeers
to make state of being more efficienttodo
close #385