-
Notifications
You must be signed in to change notification settings - Fork 102
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
Fix: create event from Notify
#846
Conversation
@shargon @roman-khimov @cschuchardt88 @vncoelho @superboyiii which one you think is better? Ban Notify or create event for notify? |
Create Event, But do think the name should be changed to |
EmitCall(convert); | ||
// process events from calling Runtime.Notify | ||
if (symbol.ToString().Contains("Services.Runtime.Notify")) |
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.
StartWith or Equals?
|
||
namespace Neo.Compiler | ||
{ | ||
class AbiEvent | ||
public class AbiEvent |
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.
internal?
As is confirmed with Erik, will ban |
Alternative to #845
This pr will create
event
to manifest if user callsRuntime.Notify