File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.4 /2025-03-05
4
+
5
+ ## What's Changed
6
+ * Warn users about too old blocks by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/60
7
+ * Runtime version fixes by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/65
8
+ * Feat/mvds00/runtime version fixes by @mvds00 in https://github.com/opentensor/async-substrate-interface/pull/63
9
+ * Backmerge main to staging 103 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/66
10
+
11
+ ## New Contributors
12
+ * @mvds00 made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/63
13
+
14
+ ** Full Changelog** : https://github.com/opentensor/async-substrate-interface/compare/v1.0.3...v1.0.4
15
+
3
16
## 1.0.3 /2025-02-20
4
17
5
18
## What's Changed
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " async-substrate-interface"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
5
5
readme = " README.md"
6
6
license = { file = " LICENSE" }
@@ -10,7 +10,7 @@ dependencies = [
10
10
" wheel" ,
11
11
" asyncstdlib~=3.13.0" ,
12
12
" bittensor-wallet>=2.1.3" ,
13
- " bt-decode==v0.5.0-a2 " ,
13
+ " bt-decode==v0.5.0" ,
14
14
" scalecodec~=1.2.11" ,
15
15
" websockets>=14.1" ,
16
16
" xxhash"
@@ -49,4 +49,4 @@ requires = ["setuptools~=70.0.0", "wheel"]
49
49
build-backend = " setuptools.build_meta"
50
50
51
51
[project .optional-dependencies ]
52
- dev = [" pytest" , " bittensor" , " pytest-asyncio" ]
52
+ dev = [" pytest" , " bittensor" , " pytest-asyncio" ]
You can’t perform that action at this time.
0 commit comments