Skip to content

Commit

Permalink
geyser: update block reconstruction code (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Aug 21, 2023
1 parent 18a7fae commit afd6569
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 175 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,23 @@ The minor version will be incremented upon a breaking change and the patch versi

### Features

### Fixes

### Breaking

## 2023-08-21

- yellowstone-grpc-geyser-1.7.1+solana.1.16.1

### Features

geyser: add package name to version info ([#173](https://github.com/rpcpool/yellowstone-grpc/pull/173)).

### Fixes

geyser: fix overflow for small slot number ([#171](https://github.com/rpcpool/yellowstone-grpc/pull/171)).
geyser: use Notify instead of AtomicBool in send loop ([#176](https://github.com/rpcpool/yellowstone-grpc/pull/176)).

### Breaking
geyser: update block reconstruction code ([#177](https://github.com/rpcpool/yellowstone-grpc/pull/177)).

## 2023-08-10

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = [
"examples/rust", # 1.9.0+solana.1.16.1
"yellowstone-grpc-client", # 1.9.0+solana.1.16.1
"yellowstone-grpc-geyser", # 1.7.0+solana.1.16.1
"yellowstone-grpc-geyser", # 1.7.1+solana.1.16.1
"yellowstone-grpc-proto", # 1.9.0+solana.1.16.1
]

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.7.0+solana.1.16.1"
version = "1.7.1+solana.1.16.1"
authors = ["Triton One"]
edition = "2021"
description = "Yellowstone gRPC Geyser Plugin"
Expand Down
Loading

0 comments on commit afd6569

Please sign in to comment.