-
Notifications
You must be signed in to change notification settings - Fork 44
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
events: not outputting contract ids #1457
Comments
Actually, these events are diagnostic events, so maybe can't reliable connect some of these events to contracts. That connecting is done in the RPC in any case and isn't a CLI issue. 🤔 But there's still a usability problem here, it's difficult as a user to lookup diagnostic events that relate to specific contract invocations. |
|
Discussed with Platform team and they have confirmed that the RPC is returning an empty string for system events. Transferred to Platform for fix per consensus cc @mollykarcher |
I transferred the issue to the |
What version are you using?
v21.3.0
What did you do?
What did you expect to see?
A contract ID included for each event.
What did you see instead?
An empty string for the contract ID for all events.
The text was updated successfully, but these errors were encountered: