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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: