We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4666bfe commit e3b22f1Copy full SHA for e3b22f1
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.0rc10 /2025-02-04
4
+* Fixes decoding account ids for sync substrate
5
+
6
## 1.0.0rc9 /2025-01-30
7
* Fixes decoding account ids
8
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.0.0rc9"
+version = "1.0.0rc10"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments