Skip to content

Commit

Permalink
solana: update to 1.18.17 (#367)
Browse files Browse the repository at this point in the history
* Update solana to 1.18.17

Signed-off-by: Kirill Fomichev <[email protected]>

* Atualizar o CHANGELOG.md

Signed-off-by: Kirill Fomichev <[email protected]>

* update deny.toml

* update changelog

---------

Signed-off-by: Kirill Fomichev <[email protected]>
Co-authored-by: Beta <[email protected]>
  • Loading branch information
fanatid and LevBeta authored Jun 26, 2024
1 parent f5d9a7a commit 87e1755
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 50 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ The minor version will be incremented upon a breaking change and the patch versi

### Breaking

## 2024-06-26

- yellowstone-grpc-client-1.15.0+solana.1.18.17
- yellowstone-grpc-geyser-1.15.0+solana.1.18.17
- yellowstone-grpc-proto-1.15.0+solana.1.18.17
- yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.17

### Features

- solana: update to 1.18.17 ([#367](https://github.com/rpcpool/yellowstone-grpc/pull/367))

## 2024-06-12

- yellowstone-grpc-client-1.15.0+solana.1.18.16
Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
resolver = "2"
members = [
"examples/rust", # 1.13.0+solana.1.18.16
"yellowstone-grpc-client", # 1.15.0+solana.1.18.16
"yellowstone-grpc-geyser", # 1.15.0+solana.1.18.16
"yellowstone-grpc-proto", # 1.14.0+solana.1.18.16
"yellowstone-grpc-tools", # 1.0.0-rc.11+solana.1.18.16
"examples/rust", # 1.13.0+solana.1.18.17
"yellowstone-grpc-client", # 1.15.0+solana.1.18.17
"yellowstone-grpc-geyser", # 1.15.0+solana.1.18.17
"yellowstone-grpc-proto", # 1.14.0+solana.1.18.17
"yellowstone-grpc-tools", # 1.0.0-rc.11+solana.1.18.17
]

[workspace.package]
Expand Down Expand Up @@ -56,11 +56,11 @@ serde_json = "1.0.86"
serde_with = "3.7.0"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
solana-account-decoder = "=1.18.16"
solana-geyser-plugin-interface = "=1.18.16"
solana-logger = "=1.18.16"
solana-sdk = "=1.18.16"
solana-transaction-status = "=1.18.16"
solana-account-decoder = "=1.18.17"
solana-geyser-plugin-interface = "=1.18.17"
solana-logger = "=1.18.17"
solana-sdk = "=1.18.17"
solana-transaction-status = "=1.18.17"
spl-token-2022 = "0.9.0"
thiserror = "1.0"
tokio = "1.21.2"
Expand All @@ -72,8 +72,8 @@ tracing = "0.1.37"
tracing-subscriber = "0.3.17"
uuid = "1.8.0"
vergen = "8.2.1"
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.0+solana.1.18.16" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.0+solana.1.18.16" }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.0+solana.1.18.17" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.0+solana.1.18.17" }

[profile.release]
debug = true
Expand Down
7 changes: 7 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ ignore = [
# Advisory: https://rustsec.org/advisories/RUSTSEC-2021-0145
# On windows, `atty` dereferences a potentially unaligned pointer.
"RUSTSEC-2021-0145",

# curve25519-dalek 3.2.1
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0344
# Timing variability of any kind is problematic when working with potentially secret values such as
# elliptic curve scalars, and such issues can potentially leak private keys and other secrets. Such a
# problem was recently discovered in `curve25519-dalek`.
"RUSTSEC-2024-0344",
]
2 changes: 1 addition & 1 deletion examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-client-simple"
version = "1.13.0+solana.1.18.16"
version = "1.13.0+solana.1.18.17"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-client"
version = "1.15.0+solana.1.18.16"
version = "1.15.0+solana.1.18.17"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Simple Client"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-geyser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-geyser"
version = "1.15.0+solana.1.18.16"
version = "1.15.0+solana.1.18.17"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Plugin"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-proto"
version = "1.14.0+solana.1.18.16"
version = "1.14.0+solana.1.18.17"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-tools"
version = "1.0.0-rc.11+solana.1.18.16"
version = "1.0.0-rc.11+solana.1.18.17"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Tools"
Expand Down

0 comments on commit 87e1755

Please sign in to comment.