Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.6.4 /2025-03-25

## What's Changed
* Better typing for ScaleObj by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/278
* Faster startup by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/277
* DNS/SSL Caching by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/279
* Added info about signed commits by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/280
* [fix] change legacy (old) runtimeApi params encoding by @camfairchild in https://github.com/opentensor/async-substrate-interface/pull/194
* Prefer v15 metadata when available by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/282

**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.6.3...v1.6.4

## 1.6.3 /2025-02-24

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
version = "1.6.3"
version = "1.6.4"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -48,7 +48,7 @@ Repository = "https://github.com/opentensor/async-substrate-interface/"
async_substrate_interface = ["py.typed"]

[build-system]
requires = ["setuptools~=70.0.0", "wheel"]
requires = ["setuptools>=70.0", "wheel"]
build-backend = "setuptools.build_meta"

[project.optional-dependencies]
Expand Down
Loading