File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.5.9 /2025-10-29
3+ * Adds metadata call functions retrieval by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/223
4+ * move metadata methods to SubstrateMixin by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/224
5+ * Update get_payment_info to include addl params by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/226
6+ * Python 3.14 by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/228
7+ * Support python 3.14 by @Moisan in https://github.com/opentensor/async-substrate-interface/pull/210
8+
9+ ## New Contributors
10+ * @Moisan made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/210
11+
12+ ** Full Changelog** : https://github.com/opentensor/async-substrate-interface/compare/v1.5.8...v1.5.9
13+
214## 1.5.8 /2025-10-21
315* Fix parameter name conflict in retry substrate _ retry() methods by @Arthurdw in https://github.com/opentensor/async-substrate-interface/pull/218
416* Use uv for test dependencies by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/219
Original file line number Diff line number Diff line change 11[project ]
22name = " async-substrate-interface"
3- version = " 1.5.8 "
3+ version = " 1.5.9 "
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