We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 520c853 + 8975abb commit 88013ccCopy full SHA for 88013cc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.0rc11 /2025-02-06
4
+* Reuses the websocket for sync Substrate by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/29
5
+* Feat/metadata v15 cache by @camfairchild in https://github.com/opentensor/async-substrate-interface/pull/30
6
+* Backmerge main to staging rc10 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/31
7
+
8
## 1.0.0rc10 /2025-02-04
9
* Fixes decoding account ids for sync substrate
10
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.0.0rc10"
+version = "1.0.0rc11"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments