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

Feature Request: Use newlines instead of commas for "Event sequence" #1027

Closed
rappie opened this issue Apr 17, 2023 · 0 comments · Fixed by #1079
Closed

Feature Request: Use newlines instead of commas for "Event sequence" #1027

rappie opened this issue Apr 17, 2023 · 0 comments · Fixed by #1079

Comments

@rappie
Copy link

rappie commented Apr 17, 2023

Describe the desired feature

Not this:

Event sequence: Panic(1): Using assert, Transfer(351604) from: 0xb4c79dab8f259c7aee6e5b2aa729821864227e84, Debug(«fromBalBefore», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72, Debug(«fromBalAfter», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72, Debug(«toBalBefore», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72, Debug(«toBalAfter», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72

But this:

Event sequence: 
Panic(1): Using assert
Transfer(351604) from: 0xb4c79dab8f259c7aee6e5b2aa729821864227e84
Debug(«fromBalBefore», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72
Debug(«fromBalAfter», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72
Debug(«toBalBefore», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72
Debug(«toBalAfter», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants