-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
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 trait
on_loadhas 3
Please update this plugin as soon as possible. Thank you!
Metadata
Metadata
Assignees
Labels
No labels