Skip to content

Commit 04ba69c

Browse files
authored
Merge pull request #71 from opentensor/backmerge-main-staging-104
Backmerge main to staging 104
2 parents 74db820 + 20fea5f commit 04ba69c

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55
readme = "README.md"
66
license = { 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"]
4949
build-backend = "setuptools.build_meta"
5050

5151
[project.optional-dependencies]
52-
dev = ["pytest", "bittensor", "pytest-asyncio"]
52+
dev = ["pytest", "bittensor", "pytest-asyncio"]

0 commit comments

Comments
 (0)