We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most log lines only include transaction id. It's difficult to understand what exactly is going on.
Human-friendly description may include sender address, nonce, transaction type, and some type-specific fields.
Implement toString method in base transaction class.
toString
When tests are executed pool is generating a lot of log lines. But it's difficult to read them and debug if something goes wrong.
The text was updated successfully, but these errors were encountered:
Merged
Sorry, something went wrong.
rainydio
No branches or pull requests
Current Behavior
Most log lines only include transaction id. It's difficult to understand what exactly is going on.
Expected Behavior
Human-friendly description may include sender address, nonce, transaction type, and some type-specific fields.
Possible Solution
Implement
toString
method in base transaction class.Context
When tests are executed pool is generating a lot of log lines. But it's difficult to read them and debug if something goes wrong.
The text was updated successfully, but these errors were encountered: