There is a new cell that holds the information for an event's name, arg types and names, and set of indexed event parameters. I oped to have this cell maintain the integer positions of the indexed parameters rather than their name, because if there are more than one unnamed parameters then the name would not be enough.
This PR addresses issue #1745, event definitions.
There is a new cell that holds the information for an event's name, arg types and names, and set of indexed event parameters. I oped to have this cell maintain the integer positions of the indexed parameters rather than their name, because if there are more than one unnamed parameters then the name would not be enough.