Skip to content

Releases: openrelayxyz/plugeth-plugins

plugeth-plugins-v0.0.9-v0.0.2

28 Oct 20:39
760f7cd
Compare
Choose a tag to compare

This commit adds Pre and Post Reorg hooks to blockupdates.so to notify downstream plugins of when reorgs begin and when they are complete.

It also updates to PluGeth-utils v0.0.9

plugeth-plugins-v0.0.8-v0.0.1

25 Oct 18:05
1b0a4c2
Compare
Choose a tag to compare

These builds are the initial release of plugins to be used with the PluGeth project.

All are reliant on hooks placed throughout Geth to return targeted data. isSynced and getRPCCalls are both accessible via rpc calls while hello and blockupdates can be accessed via rpc or websocket.

These binaries can be used with any version of PluGeth built with plugeth-utils v0.0.8.

Check out documentation at https://docs.plugeth.org/