File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
async_substrate_interface Expand file tree Collapse file tree 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.0rc6 /2025-01-28
4
+
5
+ ## What's Changed
6
+ * Minor bug fix
7
+
3
8
## 1.0.0rc5 /2025-01-28
4
9
5
10
## What's Changed
Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ def __init__(
699
699
self .runtime_config = RuntimeConfigurationObject (
700
700
ss58_format = self .ss58_format , implements_scale_info = True
701
701
)
702
- self .__metadata_cache = {}
702
+ self ._metadata_cache = {}
703
703
self ._nonces = {}
704
704
self .metadata_version_hex = "0x0f000000" # v15
705
705
self .reload_type_registry ()
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " async-substrate-interface"
3
- version = " 1.0.0rc5 "
3
+ version = " 1.0.0rc6 "
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" }
You can’t perform that action at this time.
0 commit comments