From a2f01c09fd810ecc3b45849f3d7a4865d496390f Mon Sep 17 00:00:00 2001 From: Shea Ketsdever Date: Tue, 17 Oct 2023 17:55:21 -0400 Subject: [PATCH 1/2] September release notes --- .../release-notes/2023-09.mdx | 18 ++++++++++++++++++ docs/sidebars.js | 9 ++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/flashbots-mev-share/release-notes/2023-09.mdx diff --git a/docs/flashbots-mev-share/release-notes/2023-09.mdx b/docs/flashbots-mev-share/release-notes/2023-09.mdx new file mode 100644 index 00000000..b3138eed --- /dev/null +++ b/docs/flashbots-mev-share/release-notes/2023-09.mdx @@ -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 + +Several operational and architectural improvements which make the stream more reliable and up-to-date. diff --git a/docs/sidebars.js b/docs/sidebars.js index 38b14898..8a615ea2 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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: [ { @@ -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' ] } ] From 54405282270bfecd7478537404a90405148a7191 Mon Sep 17 00:00:00 2001 From: Shea Ketsdever Date: Tue, 17 Oct 2023 18:31:40 -0400 Subject: [PATCH 2/2] Update SSE release note --- docs/flashbots-mev-share/release-notes/2023-09.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-mev-share/release-notes/2023-09.mdx b/docs/flashbots-mev-share/release-notes/2023-09.mdx index b3138eed..99c92a6a 100644 --- a/docs/flashbots-mev-share/release-notes/2023-09.mdx +++ b/docs/flashbots-mev-share/release-notes/2023-09.mdx @@ -15,4 +15,4 @@ New tutorial for searching on MEV-Share, using a flashloan arbitrage bot as an e ## SSE stability updates -Several operational and architectural improvements which make the stream more reliable and up-to-date. +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.