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
The test validator truncates output to 80 chars and therefore we lose very useful output.
Our test validator's display looks like this:
⠦ 00:00:06 | Processed Slot: 7 | Confirmed Slot: 7 | Finalized Slot: 0 | Snapsho
But it should look like this (from Solana):
⠐ 00:00:11 | Processed Slot: 15 | Confirmed Slot: 15 | Finalized Slot: 0 | Snapshot Slot: - | Transactions: 15 |◎499.999930000
None yet - I thought updating the console crate to latest & greatest might fix but no joy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The test validator truncates output to 80 chars and therefore we lose very useful output.
Our test validator's display looks like this:
But it should look like this (from Solana):
Proposed Solution
None yet - I thought updating the console crate to latest & greatest might fix but no joy.
The text was updated successfully, but these errors were encountered: