From 6eaafde4fdfb4cc92e28d4e81ac15d6bc1c98e48 Mon Sep 17 00:00:00 2001 From: Wood Date: Fri, 27 Feb 2026 00:42:17 +0800 Subject: [PATCH] docs: remove version release notes from README Made-with: Cursor --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index c8e8450..d2322ea 100644 --- a/README.md +++ b/README.md @@ -60,31 +60,6 @@ --- -## πŸ†• What's new in 3.5.3 - -- **Full release**: Includes all updates (3.5.2 SWQoS perf + IDL/instruction changes). Use this version. -- **SWQoS submit latency**: Sync serialize + buffer-pool hot path; `format!` body for single/batch submit (Bloxroute); avoid status clone in confirmation polling. -- **First-submit & 5-min idle**: Immediate first ping + 30s keepalive; `pool_max_idle_per_host=4` and `pool_idle_timeout=300s` (BlockRazor, Temporal, Node1, Astralane, Stellium); ping consumes response body for connection reuse. -- **PumpFun / PumpSwap**: IDL updates (pump.json, pump_amm.json); instruction and utils updates for pumpfun and pumpswap; fast_fn and release notes. - -## πŸ†• What's new in 3.5.2 - -- **SWQoS submit latency**: Sync serialize + buffer-pool hot path; `format!` body for single/batch submit (Bloxroute); avoid status clone in confirmation polling. -- **First-submit & 5-min idle**: Immediate first ping + 30s keepalive; `pool_max_idle_per_host=4` and `pool_idle_timeout=300s` (BlockRazor, Temporal, Node1, Astralane, Stellium) so submit reuses the same connection; ping consumes response body for connection reuse. -- **Docs**: All SWQoS comments translated to English. - -## πŸ†• What's new in 3.5.1 - -- **SWQoS / executor**: Updates to common SWQoS logic and trading executor. - -## πŸ†• What's new in 3.5.0 - -- **Performance**: Hot-path timing only when logging; reduced clones (`execute_parallel` takes `&[Arc]`); shared HTTP client constants for SWQoS. -- **Code quality**: Extracted `validate_protocol_params` for buy/sell; constants for instruction/account sizes and HTTP timeouts; prefetch and branch-hint comments. -- **Documentation**: Bilingual (English + δΈ­ζ–‡) doc comments across execution, executor, perf, and swqos modules. - ---- - ## ✨ Features 1. **PumpFun Trading**: Support for `buy` and `sell` operations