Skip to content

Commit

Permalink
Adds signature to txn info, and also upgrade flatbuffers and generate…
Browse files Browse the repository at this point in the history
…d code from newest flatc
  • Loading branch information
austbot committed Dec 3, 2022
1 parent ad8b189 commit 711f900
Show file tree
Hide file tree
Showing 12 changed files with 1,264 additions and 1,508 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions plerkle/Cargo.toml
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 = "0.5.5"
version = "0.6.0"
authors = ["Metaplex Developers <dev@metaplex.com>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down Expand Up @@ -33,9 +33,9 @@ cadence-macros = "0.29.0"
chrono = "0.4.19"
tracing = "0.1.35"
hex = "0.4.3"
plerkle_messenger = { path = "../plerkle_messenger", version = "0.5.5", features = ["redis"] }
flatbuffers = "2.1.2"
plerkle_serialization = { path = "../plerkle_serialization", version = "0.5.5" }
plerkle_messenger = { path = "../plerkle_messenger", version = "0.6.0", features = ["redis"] }
flatbuffers = "22.10.26"
plerkle_serialization = { path = "../plerkle_serialization", version = "0.6.0" }
tokio = { version = "1.17.0", features = ["full"] }
figment = { version = "0.10.6", features = ["env", "test"] }

Expand Down
2 changes: 1 addition & 1 deletion plerkle_messenger/Cargo.toml
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 = "0.5.5"
version = "0.6.0"
authors = ["Metaplex Developers <dev@metaplex.com>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions plerkle_serialization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "plerkle_serialization"
description = "Metaplex Flatbuffers Plerkle Serialization for Geyser plugin producer/consumer patterns."
version = "0.5.5"
version = "0.6.0"
authors = ["Metaplex Developers <dev@metaplex.com>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
edition = "2021"
readme = "Readme.md"

[dependencies]
flatbuffers = "2.1.2"
flatbuffers = "22.10.26"
solana-geyser-plugin-interface = { version = ">=1.10" }
solana-runtime = ">=1.10"
chrono = "0.4.22"
Expand Down
Loading

0 comments on commit 711f900

Please sign in to comment.