-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: vovkman <[email protected]>
- Loading branch information
1 parent
678b422
commit d97f995
Showing
5 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,5 @@ test-ledger | |
*error.log | ||
*iml | ||
programs | ||
docker/geyser-outputs | ||
docker/solana-outputs |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "plerkle" | ||
description = "Geyser plugin with dynamic config reloading, message bus agnostic abstractions and a whole lot of fun." | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
authors = ["Metaplex Developers <[email protected]>"] | ||
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin" | ||
license = "AGPL-3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "plerkle_messenger" | ||
description = "Metaplex Messenger trait for Geyser plugin producer/consumer patterns." | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
authors = ["Metaplex Developers <[email protected]>"] | ||
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin" | ||
license = "AGPL-3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "plerkle_serialization" | ||
description = "Metaplex Flatbuffers Plerkle Serialization for Geyser plugin producer/consumer patterns." | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
authors = ["Metaplex Developers <[email protected]>"] | ||
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin" | ||
license = "AGPL-3.0" | ||
|