#account #plugin #solana #interface #transaction #run-time #validation

waffles-solana-geyser-plugin-interface

Waffle Labs maintained The Solana Geyser plugin interface

7 releases

1.16.0-alpha.10 Mar 24, 2023
1.16.0-alpha.9 Mar 23, 2023
1.16.0-alpha.5 Feb 27, 2023

#260 in #account

Download history 4/week @ 2024-01-08 20/week @ 2024-02-19 22/week @ 2024-02-26 19/week @ 2024-03-04 25/week @ 2024-03-11 15/week @ 2024-03-18 12/week @ 2024-03-25 29/week @ 2024-04-01 14/week @ 2024-04-08 9/week @ 2024-04-15

65 downloads per month
Used in 7 crates (via waffles-solana-geyser-plu…)

Apache-2.0

1MB
20K SLoC

Solana

Solana Geyser Plugin Interface

This crate enables an plugin to be added into the Solana Validator runtime to take actions at the time of account updates or block and transaction processing; for example, saving the account state to an external database. The plugin must implement the GeyserPlugin trait. Please see the detail of the geyser_plugin_interface.rs for the interface definition.

The plugin should produce a cdylib dynamic library, which must expose a C function _create_plugin() that instantiates the implementation of the interface.

The https://github.com/solana-labs/solana-accountsdb-plugin-postgres repository provides an example of how to create a plugin which saves the accounts data into an external PostgreSQL databases.

More information about Solana is available in the Solana documentation.

Still have questions? Ask us on Discord

Dependencies

~33–49MB
~846K SLoC