File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0rc3 /2025-01-17
4
+
5
+ ## What's Changed
6
+ * Adds nonce implementation @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/8
7
+
3
8
## 1.0.0rc2 /2025-01-15
4
9
5
10
## 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.0rc2 "
3
+ version = " 1.0.0rc3 "
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" }
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "async-substrate-interface" ,
5
- version = "1.0.0rc2 " ,
5
+ version = "1.0.0rc3 " ,
6
6
description = "Asyncio library for interacting with substrate." ,
7
7
long_description = open ("README.md" ).read (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments