Maharacha

Results 9 issues of Maharacha

### Problem to Solve Possibility to have multiple RPC node endpoints to choose from if one is failing. ### Possible Solution So in the UI it would look like: TEST...

Command: `pip install --no-binary=substrate-interface substrate-interface` Error: ``` Collecting substrate-interface Using cached substrate-interface-1.7.4.tar.gz (79 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │...

Hi! Looks like you had a release in branch `release/mainnet`. Can you create releases on GitHub so that it is easier to catch?

## 🐞 Bug Report A clear and concise description of what the bug is. ## What is the severity of this bug? **Should have:** * It would be better if...

The latest release 1.2.3 shows version 1.2.2 in the log (but the commit is correct). ``` version 1.2.2-cbfdba2cf01 ```

Reproduce: substrate-interface==1.7.11 scalecodec==1.2.11 ``` substrate = SubstrateInterface(url=server_address_ws) call = substrate.compose_call( 'Session', 'set_keys', { 'keys': keys, 'proof': '0x00', } ) keypair = Keypair.create_from_mnemonic(mnemonic) extrinsic = substrate.create_signed_extrinsic(call=call, keypair=keypair) ``` Error: ``` scalecodec.exceptions.RemainingScaleBytesNotEmptyException:...

Is there any snapshot for syncing a Neuroweb archive node out there somewhere?

I have this weird behavior when using this DP API endpoint https://www.haproxy.com/documentation/dataplaneapi/community/#post-/services/haproxy/storage/ssl_certificates Using parameters: `skip_reload=false` `force_reload=false` It reloads the Haproxy only for every second call. And never for the first...