File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.5.10 /2025-11-12
3+ * bug fixes 1.5.10 by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/231
4+ * no double-sleep in async-substrate-interface websocket querying
5+ * KeyError catching on websocket race conditions
6+ * corrected state check on disconnecting
7+ * reset ws attempts on close
8+
9+ ** Full Changelog** : https://github.com/opentensor/async-substrate-interface/compare/v1.5.9...v1.5.10
10+
211## 1.5.9 /2025-10-29
312* Adds metadata call functions retrieval by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/223
413* move metadata methods to SubstrateMixin by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/224
Original file line number Diff line number Diff line change 11[project ]
22name = " async-substrate-interface"
3- version = " 1.5.9 "
3+ version = " 1.5.10 "
44description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55readme = " README.md"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments