Skip to content

Commit

Permalink
September release notes (#460)
Browse files Browse the repository at this point in the history
* September release notes

* Update SSE release note
  • Loading branch information
sketsdever authored Oct 18, 2023
1 parent 749930b commit 87bac67
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/flashbots-mev-share/release-notes/2023-09.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# September 2023

## default logs hint

A new hint which shares a subset of logs, as described in the [stable configuration](/flashbots-protect/mev-share#stable-configuration).

Previously these logs were shared by default. Now, users of the private transaction API, Protect RPC, and bundle relay can also request to share these logs when customizing their settings.

## simple-limit-order-bot

New tutorial for searching on MEV-Share, using a flashloan arbitrage bot as an example.

- [Step by step tutorial with full code examples](/flashbots-mev-share/searchers/tutorials/flash-loan-arbitrage/introduction)
- [Open source bot repository](https://github.com/flashbots/simple-blind-arbitrage)

## SSE stability updates

Made several improvements to the SSE stream endpoint to reduce client timeouts and hanging connections. The SSE stream now scales better under dynamic workloads and can handle a greater number of client connections.
9 changes: 8 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright (c) Flashbots Ltd. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
module.exports = {
docs: [
{
Expand Down Expand Up @@ -146,7 +152,8 @@ module.exports = {
'Release Notes': [
'flashbots-mev-share/release-notes/2023-03',
'flashbots-mev-share/release-notes/2023-06',
'flashbots-mev-share/release-notes/2023-07'
'flashbots-mev-share/release-notes/2023-07',
'flashbots-mev-share/release-notes/2023-09'
]
}
]
Expand Down

1 comment on commit 87bac67

@vercel
Copy link

@vercel vercel bot commented on 87bac67 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.