-
Notifications
You must be signed in to change notification settings - Fork 12
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
Project maintenance #135
Comments
Hey! Currently Aurora is using
Going forward we will be utilizing a separate controller contract pattern for privileged operations (hence We depend heavily on We are also including Having a standard ABI + a reference implementation for RBAC on NEAR is very important for developer experience and safety. OpenZeppelin fills this gap on EVM chains but there is no alternative to |
Thank you for the feedback @vzctl, great to see that
Introspection functionality of the
The topic has also been discussed in this thread in Not only for the |
It might also be worth it to port the relevant data structures into |
Overall maintaining some Also my gut feeling is that for the NEAR ecosystem as a whole, having a "complete" (including iteration) |
Offline @akhi3030 and I discussed that
near-plugins
would ideally be maintained by those using it. They are in the best position to make decisions on the direction of the project. Additionally, following my transfer to the Contract Runtime team, maintainingnear-plugins
does not align very well with my other tasks anymore.As far as we know, currently the main users of
near-plugins
are:This discussion is opened to explore how project maintenance can be transferred to and distributed among
near-plugins
users. You are welcome to share your thoughts and ideas.It would be helpful if you could briefly describe how your team/organization is using
near-plugins
: Which projects depend on which of the plugins? Is functionality provided bynear-plugins
integral to the project or could it easily be replaced by custom code or another crate?The text was updated successfully, but these errors were encountered: