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

Update this plugin to support latest Solana version (1.18.22) and latest Rust #68

Open
jiaxi-xu-fsx opened this issue Nov 21, 2024 · 0 comments

Comments

@jiaxi-xu-fsx
Copy link

I am having same issue like this link:
https://solana.stackexchange.com/questions/16196/geyser-plugin-error-while-loading-config-file

My solana local validator's version is 1.18.22, and I changed the dependencies from in Cargo.toml from 1.17.2 to 1.18.22.

$ solana-test-validator --reset --geyser-plugin-config /home/x/solana-accountsdb-plugin-postgres/plugin-config.json
Ledger location: test-ledger
Log: test-ledger/validator.log
⠤ Initializing...                                                                                                                                                                                                                                                                                           Segmentation fault

I noticed that there are some problems with new rust versions, such as this one from geyser_plugin_postgres.rs:
method on_loadhas 2 parameters but the declaration in traiton_loadhas 3

Please update this plugin as soon as possible. Thank you!

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