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

Bug: Failed simulation error not being returned #52

Open
LevBeta opened this issue Jul 2, 2024 · 0 comments
Open

Bug: Failed simulation error not being returned #52

LevBeta opened this issue Jul 2, 2024 · 0 comments

Comments

@LevBeta
Copy link

LevBeta commented Jul 2, 2024

In various tests i'm not getting any response that I should get with a failed simulation that should occure.

I was testing this in my custom code, which is based on it, but it happens to in here.

One way to reproduce the error is running the cli to send a bundle with a empty wallet keypair. This should return a failed simulation. But instead just returns that the bundle didn't landed in time.

[2024-07-02T16:03:59.303073Z INFO  jito_searcher_cli] next jito leader slot in 0 slots in frankfurt
[2024-07-02T16:04:00.017259Z INFO  jito_searcher_client] Bundle sent. UUID: "08a67e737393978d43f3ee5f14c42c8c5c5eb4acfaabef88da2c15a08e78aebe"
[2024-07-02T16:04:00.017302Z INFO  jito_searcher_client] Waiting for 5 seconds to hear results...
[2024-07-02T16:04:05.067087Z WARN  jito_searcher_client] Transactions in bundle did not land
thread 'main' panicked at cli/src/main.rs:308:14:
Sending bundle failed: InternalError("Searcher service did not provide bundle status in time")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace```

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