Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
runs-on: ["${{ matrix.os }}"]
steps:
- name: Maximize build space
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
runs-on: ["${{ matrix.os }}"]
steps:
- name: Maximize build space
Expand Down Expand Up @@ -112,10 +112,12 @@ jobs:

- name: cargo clippy
run: cargo clippy --workspace --all-targets
- name: cargo clippy wasm
run: |
cd yellowstone-grpc-client-nodejs/solana-encoding-wasm
cargo clippy --target wasm32-unknown-unknown --all-targets

# THIS STEP IS BROKEN
# - name: cargo clippy wasm
# run: |
# cd yellowstone-grpc-client-nodejs/solana-encoding-wasm
# cargo clippy --target wasm32-unknown-unknown --all-targets

- name: check features in `client`
run: cargo check -p yellowstone-grpc-client --all-targets
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ The minor version will be incremented upon a breaking change and the patch versi

### Breaking

## 2025-07-01

- yellowstone-grpc-geyser-8.1.0

### Features

- geyser plugin exposes new metrics to measure subscriber performance such send/recv bandwidth load.
- Added metrics to measure the amount of account update and sizes we are receiving from agave.

## 2025-06-30

- @triton-one/[email protected]
Expand Down
Loading