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
AndrewSisley opened this issue
May 21, 2024
· 0 comments
· Fixed by #2633
Assignees
Labels
area/acpRelated to the acp (access control) systemrefactorThis issue specific to or requires *notable* refactoring of existing codebases and components
Pass acp.ACP into db.NewDB like we do with rootstore.
The text was updated successfully, but these errors were encountered:
AndrewSisley
added
refactor
This issue specific to or requires *notable* refactoring of existing codebases and components
area/acp
Related to the acp (access control) system
labels
May 21, 2024
## Relevant issue(s)
Resolves#2632
## Description
Injects the ACP instance into the DB instance, like how rootstore is
provided.
Also makes the `acp` package public, and moves the ACP options off of
`db` and into `node` (similar to rootstore).
area/acpRelated to the acp (access control) systemrefactorThis issue specific to or requires *notable* refactoring of existing codebases and components
Pass
acp.ACP
intodb.NewDB
like we do with rootstore.The text was updated successfully, but these errors were encountered: