-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Feature Request] Unify ARC api #419
Comments
Hey @Freymaurer, are you talking about the helper functions directly manipulating contracts or the methods called on ARCs? |
I am talking about remove/delete. As we have delete contracts but operations on |
I see, this actually stems from ARCCommander naming. where we had:
But I guess as we don't have these three options in the ARCtrl API anyway it doesn't matter. |
@HLWeil seems like 2.0 was released without this inclusion, so ill put this into the backlog for now |
For the upcoming ARCtrl 2.0.0 release we want to add some more breaking changes to unify our top level api!
In this specific case we want to adapt the contract functions to apply to CRUD syntax.
The text was updated successfully, but these errors were encountered: