Skip to content

Commit

Permalink
solana: update to 2.0.5 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Aug 9, 2024
1 parent aa60378 commit f4aba94
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 61 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ["${{ matrix.os }}"]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'

- uses: actions/checkout@v4

- uses: actions/cache@v4
Expand All @@ -40,9 +49,9 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
./target
key: ${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}-0002
key: v0001-${{ matrix.os }}-rust-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}
v0001-${{ matrix.os }}-rust-${{ hashFiles('rust-toolchain.toml') }}
- name: Set rust version
run: |
Expand Down
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ["${{ matrix.os }}"]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'

- uses: actions/checkout@v4

- uses: actions/cache@v4
Expand All @@ -32,9 +41,9 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
./target
key: ${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}-0002
key: v0001-${{ matrix.os }}-rust-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}
v0001-${{ matrix.os }}-rust-${{ hashFiles('rust-toolchain.toml') }}
- name: Set rust version
run: |
Expand Down
13 changes: 12 additions & 1 deletion 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-08-09

- yellowstone-grpc-client-1.16.0+solana.2.0.5
- yellowstone-grpc-geyser-1.16.0+solana.2.0.5
- yellowstone-grpc-proto-1.15.0+solana.2.0.5
- yellowstone-grpc-tools-1.0.0-rc.12+solana.2.0.5

### Features

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

## 2024-08-07

- yellowstone-grpc-client-1.16.0+solana.2.0.4
Expand All @@ -36,7 +47,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- yellowstone-grpc-proto-1.15.0+solana.2.0.2
- yellowstone-grpc-tools-1.0.0-rc.12+solana.2.0.2

### Breaking
### Features

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

Expand Down
78 changes: 39 additions & 39 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.14.0+solana.2.0.4
"yellowstone-grpc-client", # 1.16.0+solana.2.0.4
"yellowstone-grpc-geyser", # 1.16.0+solana.2.0.4
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.4
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.4
"examples/rust", # 1.14.0+solana.2.0.5
"yellowstone-grpc-client", # 1.16.0+solana.2.0.5
"yellowstone-grpc-geyser", # 1.16.0+solana.2.0.5
"yellowstone-grpc-proto", # 1.15.0+solana.2.0.5
"yellowstone-grpc-tools", # 1.0.0-rc.12+solana.2.0.5
]

[workspace.package]
Expand All @@ -17,7 +17,7 @@ license = "AGPL-3.0"
keywords = ["solana"]

[workspace.dependencies]
agave-geyser-plugin-interface = "=2.0.4"
agave-geyser-plugin-interface = "=2.0.5"
anyhow = "1.0.62"
async-trait = "0.1.73"
atty = "0.2.14"
Expand Down Expand Up @@ -56,10 +56,10 @@ serde = "1.0.145"
serde_json = "1.0.86"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
solana-account-decoder = "=2.0.4"
solana-logger = "=2.0.4"
solana-sdk = "=2.0.4"
solana-transaction-status = "=2.0.4"
solana-account-decoder = "=2.0.5"
solana-logger = "=2.0.5"
solana-sdk = "=2.0.5"
solana-transaction-status = "=2.0.5"
spl-token-2022 = "4.0.0"
thiserror = "1.0"
tokio = "1.21.2"
Expand All @@ -71,8 +71,8 @@ tracing = "0.1.37"
tracing-subscriber = "0.3.17"
uuid = "1.8.0"
vergen = "9.0.0"
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.0+solana.2.0.4" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.4", default-features = false }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.16.0+solana.2.0.5" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.15.0+solana.2.0.5", default-features = false }

[profile.release]
lto = true
Expand Down
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.14.0+solana.2.0.2"
version = "1.14.0+solana.2.0.5"
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.16.0+solana.2.0.4"
version = "1.16.0+solana.2.0.5"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Simple Client"
Expand Down
Loading

0 comments on commit f4aba94

Please sign in to comment.