1
1
[workspace ]
2
2
resolver = " 2"
3
3
members = [
4
- " examples/rust" , # 7.0.0+solana.2.2.15
5
- " yellowstone-grpc-client" , # 7.0.0+solana.2.2.15
6
- " yellowstone-grpc-geyser" , # 7.0.0+solana.2.2.15
7
- " yellowstone-grpc-proto" , # 7.0.0+solana.2.2.15
4
+ " examples/rust" , # 7.0.0+solana.2.2.16
5
+ " yellowstone-grpc-client" , # 7.0.0+solana.2.2.16
6
+ " yellowstone-grpc-geyser" , # 7.0.0+solana.2.2.16
7
+ " yellowstone-grpc-proto" , # 7.0.0+solana.2.2.16
8
8
]
9
9
exclude = [
10
10
" yellowstone-grpc-client-nodejs/solana-encoding-wasm" , # 3.0.0
@@ -21,7 +21,11 @@ publish = false
21
21
22
22
[workspace .dependencies ]
23
23
affinity = " 0.1.2"
24
- agave-geyser-plugin-interface = " =2.2.15"
24
+ agave-geyser-plugin-interface = " =2.2.16"
25
+ solana-transaction-status = " =2.2.16"
26
+ solana-account-decoder = " =2.2.16"
27
+ solana-storage-proto = " =2.2.16"
28
+ solana-transaction-context = " =2.2.16"
25
29
anyhow = " 1.0.62"
26
30
backoff = " 0.4.0"
27
31
base64 = " 0.22.1"
@@ -55,21 +59,19 @@ prost_011 = { package = "prost", version = "0.11.9" }
55
59
protobuf-src = " 1.1.0"
56
60
serde = " 1.0.145"
57
61
serde_json = " 1.0.86"
58
- solana-account = " =2.2.1"
59
- solana-account-decoder = " =2.2.15"
60
- solana-clock = " =2.2.2"
61
- solana-hash = " =2.3.0"
62
- solana-keypair = " =2.2.1"
63
- solana-logger = " =2.3.1"
64
- solana-message = " =2.4.0"
65
- solana-pubkey = " =2.4.0"
66
- solana-signature = " =2.3.0"
67
- solana-signer = " =2.2.1"
68
- solana-storage-proto = " =2.2.15"
69
- solana-transaction = " =2.2.3"
70
- solana-transaction-context = " =2.2.15"
71
- solana-transaction-error = " =2.2.1"
72
- solana-transaction-status = " =2.2.15"
62
+ # Solana SDK https://github.com/anza-xyz/solana-sdk
63
+ solana-account = " 2.2.1"
64
+ solana-clock = " 2.2.2"
65
+ solana-hash = " 2.3.0"
66
+ solana-keypair = " 2.2.3"
67
+ solana-logger = " 2.3.1"
68
+ solana-message = " 2.4.0"
69
+ solana-pubkey = " 2.4.0"
70
+ solana-signature = " 2.3.0"
71
+ solana-signer = " 2.2.1"
72
+ solana-transaction = " 2.2.3"
73
+ solana-transaction-error = " 2.2.1"
74
+ # End of Solana SDK
73
75
smallvec = " 1.13.2"
74
76
spl-token-2022 = " 8.0.0"
75
77
thiserror = " 1.0.63"
@@ -79,8 +81,8 @@ tonic = "0.12.1"
79
81
tonic-build = " 0.12.1"
80
82
tonic-health = " 0.12.1"
81
83
vergen = " 9.0.0"
82
- yellowstone-grpc-client = { path = " yellowstone-grpc-client" , version = " 7.0.0+solana.2.2.15 " }
83
- yellowstone-grpc-proto = { path = " yellowstone-grpc-proto" , version = " 7.0.0+solana.2.2.15 " , default-features = false }
84
+ yellowstone-grpc-client = { path = " yellowstone-grpc-client" , version = " 7.0.0+solana.2.2.16 " }
85
+ yellowstone-grpc-proto = { path = " yellowstone-grpc-proto" , version = " 7.0.0+solana.2.2.16 " , default-features = false }
84
86
85
87
[workspace .lints .clippy ]
86
88
clone_on_ref_ptr = " deny"
@@ -92,8 +94,8 @@ lto = true
92
94
codegen-units = 1
93
95
94
96
[patch .crates-io ]
95
- agave-geyser-plugin-interface = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.15 -triton-public" }
96
- solana-account-decoder = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.15 -triton-public" }
97
- solana-storage-proto = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.15 -triton-public" }
98
- solana-transaction-context = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.15 -triton-public" }
99
- solana-transaction-status = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.15 -triton-public" }
97
+ agave-geyser-plugin-interface = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.16 -triton-public" }
98
+ solana-account-decoder = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.16 -triton-public" }
99
+ solana-storage-proto = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.16 -triton-public" }
100
+ solana-transaction-status = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.16 -triton-public" }
101
+ solana-transaction-context = { git = " https://github.com/rpcpool/solana-public.git" , tag = " v2.2.16 -triton-public" }
0 commit comments