10 releases (stable)

1.18.3 Feb 28, 2024
1.18.2 Dec 14, 2023
1.18.0 Nov 27, 2023
1.14.17 Aug 31, 2023
1.14.17-rc5 May 12, 2023

#1949 in Magic Beans

Download history 11/week @ 2024-01-08 5/week @ 2024-01-15 35/week @ 2024-02-12 15/week @ 2024-02-19 218/week @ 2024-02-26 26/week @ 2024-03-04 32/week @ 2024-03-11 20/week @ 2024-03-18 17/week @ 2024-03-25 53/week @ 2024-04-01 13/week @ 2024-04-08 20/week @ 2024-04-15

103 downloads per month
Used in 11 crates (3 directly)

Apache-2.0

1MB
23K SLoC

Miraland

Miraland Geyser Plugin Interface

This crate enables an plugin to be added into the Miraland 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 Miraland is available in the Miraland documentation.

Still have questions? Ask us on Stack Exchange

Dependencies

~31–47MB
~824K SLoC