Skip to content

Bug: Failed simulation error not being returned #52

@LevBeta

Description

@LevBeta

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```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions