-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove Callback APIs #2168
Remove Callback APIs #2168
Conversation
We don't need callback APIs if we have #2169. |
we still would like to use some kind of callback like opeval. |
If we remove the callbacks, we remove the possibility of doing lambda methods. |
We have |
Go? |
We need to remove this line first But a I am worry about share pointers. How we will be isolated? |
Why should we remove this line? The |
But then, how can we use a contract library with a method as an argument? |
You can send the method name to it, just like what we did in Oracle contract. |
No description provided.