Skip to content

Commit

Permalink
Merge branch 'develop' into feature/first_streamable_block_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Dec 16, 2024
2 parents a28955b + fbf82d0 commit 0edb98f
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 0edb98f

Please sign in to comment.