py-substrate-interface icon indicating copy to clipboard operation
py-substrate-interface copied to clipboard

Python Substrate Interface

Results 45 py-substrate-interface issues
Sort by recently updated
recently updated
newest added

versions: ---------- scalecodec 1.2.11 substrate-interface 1.7.11 ``` >>> ws_provider.get_block(block_number=23108420) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.11/dist-packages/substrateinterface/base.py", line 2450, in get_block return self.__get_block_handler( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/substrateinterface/base.py",...

While `setup.py` is not fully deprecated yet, the community is moving towards `pyproject.toml` for future-proofing and better integration with new tools and standards. See #399

## Todos - [x] Runtime call interfaces - [x] Storage interface - [x] keyring interface - [x] Runtime API interface - [ ] Ink contract interface - [x] scalecodec 2.0...

`runtime_call` should be having `didApi` and `query` method. Also it showing in the explorer but Error shows `ValueError: Runtime API Call 'didApi.query' not found in registry`. If in metadataV14 runtime...