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 11# Changelog
22
3+ ## 1.0.0rc6 /2025-01-28
4+
5+ ## What's Changed
6+ * Minor bug fix
7+
38## 1.0.0rc5 /2025-01-28
49
510## What's Changed
Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ def __init__(
699699 self .runtime_config = RuntimeConfigurationObject (
700700 ss58_format = self .ss58_format , implements_scale_info = True
701701 )
702- self .__metadata_cache = {}
702+ self ._metadata_cache = {}
703703 self ._nonces = {}
704704 self .metadata_version_hex = "0x0f000000" # v15
705705 self .reload_type_registry ()
Original file line number Diff line number Diff line change 11[project ]
22name = " async-substrate-interface"
3- version = " 1.0.0rc5 "
3+ version = " 1.0.0rc6 "
44description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55readme = " README.md"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments