release: sol-trade-sdk 4.0.4

fix(swqos): extend parallel-submit wait/grace windows for late HTTP responses

- Scale primary submit timeout with configured channel count (clamped 3–5s)
- After primary expiry, optionally poll longer so slow providers still land before drain
- Short settle sleeps to reduce counter vs TaskResult races and dropped signatures when
  wait_transaction_confirmed is false

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
0xfnzero
2026-05-03 03:01:20 +08:00
co-authored by Cursor
parent 0fe54f0e94
commit e8ec9103ab
2 changed files with 45 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "4.0.3"
version = "4.0.4"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",