You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: