-
First of all -- huge kudos for developing this library -- it's absolutely great, I have been using it quite a lot.
As for the issue I encountered. It seems to me that the support for WeightsV2 is …
-
---
---
---
# Short story:
First see the "**Long story short**" in this comment below: https://github.com/paritytech/substrate/issues/5180#issuecomment-597129861
---
---
---
…
-
I have this code on the ESP32-C3 board (CP 9.1-beta)
```Python
async def get_data():
pool = socketpool.SocketPool(wifi.radio)
session = requests.Session(pool, ssl.create_default_context(…
-
I have a `runtime_call`, which according to documentation should work:
```python
result = substrate.runtime_call("TransactionPaymentCallApi", "query_call_info", [call, 0])
```
Full script…
-
I am running long running Python process, the code under the hood used `python-websockets`. This code uses `send()` and that function takes only one argument a `message`. Shouldn't there be handling o…
-
We will need to implement support for transaction history caching, reporting, and block exploration. There are a few existing options to review.
Parity's Substrate Archive: https://github.com/parity…
-
Hi,
I am going to run this api with my server database.
For this, how should I change the docker-compose.yml file config?
Here is my server database info.
```
Host: test-db.czs1e81qdbcu.eu-centr…
-
Auto-discover type registry for Moonbase Stage (which is basically same as Moonbase Alpha)
-
Hello,
I am trying to read and call a simple flipper smart contract deployed on the Aleph Zero testnet. I have no problems interacting with the blockchain, I get an error just while calling contract.…
-
How to reproduce:
1. Open a referendum, e.g. https://kusama.polkassembly.io/referendum/188
2. Click `Show in Polkascan` (links to `https://polkascan.io/kusama/democracy/referendum/188`)
3. Get `S…