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

The test validator truncates output to 80 chars #26

Open
charles-e opened this issue Jul 30, 2021 · 0 comments
Open

The test validator truncates output to 80 chars #26

charles-e opened this issue Jul 30, 2021 · 0 comments

Comments

@charles-e
Copy link

Problem

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

Proposed Solution

None yet - I thought updating the console crate to latest & greatest might fix but no joy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant