update solana version to v1.17.31

This commit is contained in:
godmodegalactus 2024-04-17 14:12:29 +02:00
parent 20f29c1e21
commit fb1c9f0ea6
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
2 changed files with 35 additions and 37 deletions

64
Cargo.lock generated
View File

@ -1249,7 +1249,7 @@ dependencies = [
[[package]]
name = "geyser-grpc-connector"
version = "0.10.5+yellowstone.1.13"
version = "0.10.6+yellowstone.1.13"
dependencies = [
"anyhow",
"async-stream",
@ -2805,9 +2805,9 @@ dependencies = [
[[package]]
name = "solana-account-decoder"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d76c43ef61f527d719b5c6bfa5a62ebba60839739125da9e8a00fb82349afd2"
checksum = "c4e29f060cabd0e1bd90a63f8e1517ddd3365d3dc2eaa05f9a9fa542f4adeaaa"
dependencies = [
"Inflector",
"base64 0.21.7",
@ -2830,9 +2830,9 @@ dependencies = [
[[package]]
name = "solana-config-program"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3afd4e309d304e296765cab716fb1fd66c66ec300465c8b26f8cce763275132"
checksum = "595118948b966b110aad3f9d8d8464958abe379ecfa7a813b4fc82659c8259bc"
dependencies = [
"bincode",
"chrono",
@ -2844,9 +2844,9 @@ dependencies = [
[[package]]
name = "solana-frozen-abi"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb1b8230474ae9f7c841060c299999124582e8d2a0448d7847720792e98cc64e"
checksum = "96734b05823c8b515f8e3cc02641a27aee2c9760b1a43c74cb20f2a1ab0ab76c"
dependencies = [
"ahash 0.8.5",
"blake3",
@ -2874,9 +2874,9 @@ dependencies = [
[[package]]
name = "solana-frozen-abi-macro"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793910ab733b113b80c357f8f492dda2fabd5671c4ea03db3aa4e46b938fdbe3"
checksum = "9a0f1291a464fd046135d019d57a81be165ee3d23aa7df880b47dac683a0582a"
dependencies = [
"proc-macro2",
"quote",
@ -2886,9 +2886,9 @@ dependencies = [
[[package]]
name = "solana-logger"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3f819af39632dc538a566c937253bf46256e4c0e60f621c6db448bc7c76294"
checksum = "c5977c8f24b83cf50e7139ffdb25d70bad6a177f18ccc79ca2293d6a987fa81c"
dependencies = [
"env_logger",
"lazy_static",
@ -2897,9 +2897,9 @@ dependencies = [
[[package]]
name = "solana-measure"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb045f0235b16f7d926f6e0338db822747d61559a1368c3cb017ba6e02c516d0"
checksum = "7a39ef01b2c65552d05013b2642ffd73258f2c80e3a59e44c499762047df9456"
dependencies = [
"log",
"solana-sdk",
@ -2907,9 +2907,9 @@ dependencies = [
[[package]]
name = "solana-metrics"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1af84362ad5804dc64ca88b1ca5c35bd41321e12d42c798ac06a6fbb60dd0e70"
checksum = "9ad30ff3775412f2929d440446aef8b070676920bc5df495ea6398a8f28ce91f"
dependencies = [
"crossbeam-channel",
"gethostname",
@ -2922,9 +2922,9 @@ dependencies = [
[[package]]
name = "solana-program"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581f38a870bffbe623d900c68579984671f8dfa35bbfb3309d7134de22ce8652"
checksum = "6412447793f8a3ef7526655906728325093b472e481791ac5c584e8d272166dc"
dependencies = [
"ark-bn254",
"ark-ec",
@ -2976,9 +2976,9 @@ dependencies = [
[[package]]
name = "solana-program-runtime"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490b6f65aced077e0c5e57c20f151a134458fc350905c20d7dcf3f2162eaa6f6"
checksum = "1977e741a6793fca27413507457d797df0f41bc0ae634247d112bc77ab2b0325"
dependencies = [
"base64 0.21.7",
"bincode",
@ -3004,9 +3004,9 @@ dependencies = [
[[package]]
name = "solana-sdk"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d70ab837cc79ed67df6fdb145f1ffd544f1eaa60b0757b750f4864b90498bad"
checksum = "de1ce8848de4198f9bc7e4574252be02b1ed86ecbc2fff506780d5f8d6e4c4a8"
dependencies = [
"assert_matches",
"base64 0.21.7",
@ -3058,9 +3058,9 @@ dependencies = [
[[package]]
name = "solana-sdk-macro"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9d0433c4084a3260a32ec67f6b4272c4232d15e732be542cd5dfdf0ae1e784"
checksum = "bc5cc46bbda0a5472d8d0a4c846b22941436ac45c31456d3e885a387a5f264f7"
dependencies = [
"bs58",
"proc-macro2",
@ -3077,9 +3077,9 @@ checksum = "468aa43b7edb1f9b7b7b686d5c3aeb6630dc1708e86e31343499dd5c4d775183"
[[package]]
name = "solana-transaction-status"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f58f2f864d900eddf2e21a99ebe445b6be525d597e44952f075d8237035b8e"
checksum = "0841bbd1845c87043e4184961e45cc7c08b36d96d0d146256b26ea5c74630a0f"
dependencies = [
"Inflector",
"base64 0.21.7",
@ -3102,9 +3102,9 @@ dependencies = [
[[package]]
name = "solana-zk-token-sdk"
version = "1.17.28"
version = "1.17.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aef1b48d9fdb2619349d2d15942d83c99aabe995ff945d9b418176373aa823c"
checksum = "597dddc8ab46852dea7fc3d22e031fa4ffdb1b2291ac24d960605424a510a5f5"
dependencies = [
"aes-gcm-siv",
"base64 0.21.7",
@ -4156,9 +4156,8 @@ dependencies = [
[[package]]
name = "yellowstone-grpc-client"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4f6d836d214cb8789002d039412da354049e9ffe983c643ec492c4d934698f"
version = "1.14.0+solana.1.17.31"
source = "git+https://github.com/blockworks-foundation/yellowstone-grpc.git?branch=v1.13.0+solana.1.17.31#9010786cb5e95b679356fb8d2440d5ab86ef21ec"
dependencies = [
"bytes",
"futures",
@ -4171,9 +4170,8 @@ dependencies = [
[[package]]
name = "yellowstone-grpc-proto"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c00b66d40d85c405f14b420d7674e98c70d06f6b673f36c9e0285f81b9b797d"
version = "1.13.0+solana.1.17.31"
source = "git+https://github.com/blockworks-foundation/yellowstone-grpc.git?branch=v1.13.0+solana.1.17.31#9010786cb5e95b679356fb8d2440d5ab86ef21ec"
dependencies = [
"anyhow",
"bincode",

View File

@ -9,11 +9,11 @@ authors = ["GroovieGermanikus <groovie@mango.markets>"]
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"
[dependencies]
yellowstone-grpc-client = "~1.14.0"
yellowstone-grpc-proto = "~1.13.0"
yellowstone-grpc-client = { git = "https://github.com/blockworks-foundation/yellowstone-grpc.git", branch = "v1.13.0+solana.1.17.31" }
yellowstone-grpc-proto = { git = "https://github.com/blockworks-foundation/yellowstone-grpc.git", branch = "v1.13.0+solana.1.17.31" }
# required for CommitmentConfig
solana-sdk = "1"
solana-sdk = "1.17.31"
url = "2.5.0"
async-stream = "0.3.5"
@ -35,4 +35,4 @@ tonic-health = "0.10.2"
[dev-dependencies]
tracing-subscriber = "0.3.16"
solana-logger = "1"
solana-logger = "1.17.31"