Skip to content

Commit

Permalink
geyser: add zstd support (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: zyzy <[email protected]>
  • Loading branch information
fanatid and ZhengYuTay authored Aug 8, 2024
1 parent cb55225 commit eb81f01
Show file tree
Hide file tree
Showing 11 changed files with 347 additions and 97 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Set rust version
run: |
source ci/rust-version.sh
echo "RUST_STABLE=$rust_stable" | tee -a $GITHUB_ENV
RUST_VERSION="$(grep -oP 'channel = "\K\d\.\d+\.\d+(?=")' rust-toolchain.toml)"
echo "RUST_STABLE=$RUST_VERSION" | tee -a $GITHUB_ENV
- name: Set env vars
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'master'
- 'v1.16'
- 'v1.17'
- 'v1.18'
workflow_dispatch:

env:
Expand Down Expand Up @@ -37,8 +38,8 @@ jobs:
- name: Set rust version
run: |
source ci/rust-version.sh
echo "RUST_STABLE=$rust_stable" | tee -a $GITHUB_ENV
RUST_VERSION="$(grep -oP 'channel = "\K\d\.\d+\.\d+(?=")' rust-toolchain.toml)"
echo "RUST_STABLE=$RUST_VERSION" | tee -a $GITHUB_ENV
- name: Set env vars
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The minor version will be incremented upon a breaking change and the patch versi
### Features

- solana: update to 2.0.4 ([#390](https://github.com/rpcpool/yellowstone-grpc/pull/390))
- geyser: add `zstd` support ([#391](https://github.com/rpcpool/yellowstone-grpc/pull/391))

## 2024-07-12

Expand Down
Loading

0 comments on commit eb81f01

Please sign in to comment.