-
Notifications
You must be signed in to change notification settings - Fork 12
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
Mainnet/Devnet do not work: from_bytes>SizeMismatch #32
Comments
likely issue from upstream dep being updated (have pinned now). |
Hi, I tried v0.1.11 but doesn't work. It seems to be an upstream error drift-labs/protocol-v2#891 |
which rust version and OS are you using? are there any firewalls etc. |
I use MacOS and archlinux. |
upstream error |
I had the same issue and was able to pin point the problem: Compiling it with Rust 1.76.0 results in a working binary. However the compiled binary with a newer Rust 1.77.2 yields this error. Please note that this was tested on 2 separate machines having the same outcome. |
When I execute this command, it panicks:
from_bytes>SizeMismatch
drift-gateway 'https://api.devnet.solana.com' --emulate 777tRS4e6i19zwmF9JKiBe1jWg3kwcc8nUzMVdVFKF8k --dev
The text was updated successfully, but these errors were encountered: