Skip to content
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

Include value with Events in the console #225

Closed
MexicanAce opened this issue Nov 26, 2023 · 1 comment
Closed

Include value with Events in the console #225

MexicanAce opened this issue Nov 26, 2023 · 1 comment
Labels
feature ➕ Feature item medium 🚩 Indicates moderately difficult item p1 🟠 Indicates high priority item

Comments

@MexicanAce
Copy link
Collaborator

MexicanAce commented Nov 26, 2023

🌟 Feature Request

📝 Description

The events printed in the console for Transactions are missing the value, as they only print out the indexed topics.

🤔 Rationale

It would be great to print out the value so we can easily read all event related data

🖼️ Mockups/Examples

BEFORE:

09:11:07  INFO ==== 3 events
09:11:07  INFO EthToken System Contract                   Transfer(address,address,uint256), 0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049, 0x0000000000000000000000000000000000000000000000000000000000008001
09:11:07  INFO 0x26b368c3ed16313ebd6660b72d8e4439a697cb0b LogString(string)
09:11:07  INFO EthToken System Contract                   Transfer(address,address,uint256), 0x0000000000000000000000000000000000000000000000000000000000008001, 0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049

AFTER:

09:11:07  INFO ==== 3 events
09:11:07  INFO EthToken System Contract
09:11:07  INFO   Topics:
09:11:07  INFO     Transfer(address,address,uint256)
09:11:07  INFO     0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049
09:11:07  INFO     0x0000000000000000000000000000000000000000000000000000000000008001
09:11:07  INFO   Data (Hex): 0xfafafafafafafafafa
09:11:07  INFO 0x26b368c3ed16313ebd6660b72d8e4439a697cb0b
09:11:07  INFO   Topics:
09:11:07  INFO     LogString(string)
09:11:07  INFO   Data (Text): Hello World!
09:11:07  INFO EthToken System Contract
09:11:07  INFO   Topics:
09:11:07  INFO     Transfer(address,address,uint256)
09:11:07  INFO     0x0000000000000000000000000000000000000000000000000000000000008001
09:11:07  INFO     0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049
09:11:07  INFO   Data (Number): 79557547
@MexicanAce MexicanAce added p1 🟠 Indicates high priority item medium 🚩 Indicates moderately difficult item feature ➕ Feature item labels Nov 26, 2023
@MexicanAce
Copy link
Collaborator Author

Completed in #226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ➕ Feature item medium 🚩 Indicates moderately difficult item p1 🟠 Indicates high priority item
Projects
None yet
Development

No branches or pull requests

1 participant