Skip to content

Commit

Permalink
Add v1.1.2 entry to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Dec 9, 2024
1 parent 8c8632c commit fbf82d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [MAINTAINERS.md](./MAINTAINERS.md)
for instructions to keep up to date.

## v1.1.2
* Log RPC error code when block is skipped

## v1.1.1

* Fix "unable to fetch block was skipped and should not have been requested" but when an endpoint is a load balancer pointing to different nodes -- this removes an optimization that reduces the number of RPC calls by assuming that no new block will appear below the 'latest slot' of your node. If you are indeed pointing to only single solana nodes, you can use the new `--optimize-single-target` flag to re-enable this optimization.
Expand Down

0 comments on commit fbf82d0

Please sign in to comment.