File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## 1.0.3 /2025-02-20
417
518## What's Changed
Original file line number Diff line number Diff line change 11[project ]
22name = " async-substrate-interface"
3- version = " 1.0.3 "
3+ version = " 1.0.4 "
44description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55readme = " README.md"
66license = { file = " LICENSE" }
@@ -10,7 +10,7 @@ dependencies = [
1010 " wheel" ,
1111 " asyncstdlib~=3.13.0" ,
1212 " bittensor-wallet>=2.1.3" ,
13- " bt-decode==v0.5.0-a2 " ,
13+ " bt-decode==v0.5.0" ,
1414 " scalecodec~=1.2.11" ,
1515 " websockets>=14.1" ,
1616 " xxhash"
@@ -49,4 +49,4 @@ requires = ["setuptools~=70.0.0", "wheel"]
4949build-backend = " setuptools.build_meta"
5050
5151[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