Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Jan 29, 2024
1 parent 0028470 commit a936fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: Changelog
- `NewExecutionPayloads`: this used to be the NewBlocks stream, but we've renamed it to avoid confusion.
- `NewExecutionHeaders`: a stream of execution payload headers (no transactions). This stream is expected to be 10-30ms faster than the NewExecutionPayloads stream, because the headers get propagated internally without the payload, making them much smaller and faster to propagate.
- `NewBeaconBlocks`: a stream of beacon blocks stripped out of the execution payload to make it more performant. You can think of this as the beacon block header.
- For more info, see our [updated docs on the stream types](./usage/streams_sub.mdx).
- For more info, see our [updated docs on the stream types](./usage/subscriptions.mdx).
- Better de-duplication:
- We've improved our transaction pool design again, and the chances of seeing duplicate / confirmed transactions should be close to 0 now.
- Reliability improvements:
Expand Down

0 comments on commit a936fb0

Please sign in to comment.